根据http://www.xunsearch.com/doc/php/guide/start.demo 的内容测试,反馈如下的信息。 --------------------------------------------------------------- # sdk/php/util/Quest.php demo DEMO 在 3 条数据中,大约有 0 条包含 DEMO ,第 0-0 条,用时:0.0021 秒。 --------...
按照http://www.xunsearch.com/doc/php/guide/start.demo的指导, [code]cd $prefix/sdk/php util/Indexer.php --source=csv --clean demo[/code] 提示如下: /usr/bin/env: php: No such file or directory 请问是什么原因?
...ed 具体详看字段设计部分里面的index 索引方式。 http://www.xunsearch.com/doc/php/guide/ini.guide
...外,你所说的最大颗粒分词是指最长匹配吗?分词在 scws/xunsearch 结合时作了很多特殊处理,保障查全率和准确率。 比如“管理制度” 解析为 “管理制度” OR “管理 AND 制度”
建议看这里:[url]http://www.xunsearch.com/doc/php/guide/start.demo[/url]
...个字分成两个单字:‘是’,‘一’。 而我在http://www.xunsearch.com/scws/demo/v4.php 进行测试的时候,却是我希望的结果。 不知道是我使用的问题还是咱们xunsearch内置的这个有其他方面的设置?
addWeight('title', $skey) 作何解释?addWeight 是只针对一个词的。 此外 $skey 发果是关键字你就用 setQuery($skey . " type:1") 这样啊,详见: http://www.xunsearch.com/doc/php/guide/search.query
...测试代码,正式版指日可待了。 下载地址:[url]http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2[/url] 代码仓库:[url]https://github.com/hightman/xunsearch[/url] 修改日志:[url]https://github.com/hightman/xunsearch/tree/1.0.0b3[/url] * 2011-09-19 hightman: ...
...本周五发布第一个正式稳定版。 下载地址:[url]http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2[/url] 代码仓库:[url]https://github.com/hightman/xunsearch[/url] 修改日志:[url]https://github.com/hightman/xunsearch/commits/1.0.0b5[/url] * 2011-09-21 18:27:25...