...er.search = 8384 [ID] type = id [filename] type = title tokenizer = full 求指点 [/quote] type=title的貌似分词必须用默认的吧 tokenizer = full 这个去了 [/quote] 好 我先试试
...它进行索引,而它也不需要分词,所以分词器用内置的 `full`。 - `tid` 内容也是数字的主题ID,我们暂不考虑按主题搜索,所以不需要索引,也没有排序等要求,所以 只要当作普通字段存储下来即可。 - `first` 用 1/0 不同值来表...
...一部分:下载安装 wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 tar -xjf xunsearch-full-latest.tar.bz2 cd xunsearch-full-1.3.3/ sh setup.sh 错误代码:no GCC 解决方法:yum install gcc 错误代码:no C++ compiler 解决方法:yum groupinstall 'D...
...统是ubuntu12.04 先 1:wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 2:tar -xjf xunsearch-full-latest.tar.bz2 错误提示: Checking scws ... 1.2.3-dev Checking scws dict ... ok Checking libuuid ... yes: /etc/xunsearch Checking xapian-core-scws ... no Installing xapi...
刚看了源码,大概是BUG,已经做了修正,建议下载最新的打包试一下看看! [url]http://www.xunsearch.com/download/xunsearch-full-dev.tar.bz2[/url]
字段配置 [user_id] type = numeric index = self tokenizer = full 用 $search->addRange('user_id',1,20000)->..... 搜索 指定 用户id 范围的内容 addRange区间过滤不起作用 不知道是我配置问题 还是调用方式不对
...Indexer.php --source=csv --clean demo [root@localhost home]# ls lnmp0.9-full lnmp.log lost+found wwwlogs lnmp0.9-full.tar.gz location www wwwroot [root@localhost home]# cd wwwroot [root@localhost wwwroot]# ls ftp index.html memcached.php phpinfo.php phpmyadmin p.php xuns...
...Indexer.php --source=csv --clean demo [root@localhost home]# ls lnmp0.9-full lnmp.log lost+found wwwlogs lnmp0.9-full.tar.gz location www wwwroot [root@localhost home]# cd wwwroot [root@localhost wwwroot]# ls ftp index.html memcached.php phpinfo.php phpmyadmin p.php xuns...
测试了一下 numeric 超过100万的值 在update之后 数据精度会丢失 原始数据:1283934062 加入索引并检索 获取数据 1.28393e+09 1.28393e+09 从索引中取出来的数据 精度已经丢失 type = numeric index = self tokenizer = full