[quote='bigxu' pid='7764' dateline='1399604012'] index=self 是对的。 你的cat_id是数字吗? getAddTerms 打印出看下。 如果有index,有term。查不出应该是不可能的. [/quote] [quote] $search->setQuery($array['word'])->setSort($array['sort'])->setLimit($array['limit']...
[quote='hightman' pid='7092' dateline='1319384262'] 如果你还需要原来的词典,请在 add_dict 前加 set_dict(ini_get('scws.default.fpath').'/dict.utf8.xdb'); [/quote] 是的。这没问题了。是那txt编码问题。不是utf8的话就不行的。 scws我是用utf8。
[quote='hightman' pid='3616' dateline='1363966246'] 你缺少基本的编译工具,先装好 g++,gcc,make这些 [/quote] 但是我已经yum install gcc 和 yum install gcc-c++过了,yum不是安装好了吗
[quote='hightman' pid='5178' dateline='1385104298'] 是什么类型都 无所谓,每个字段都是一个值或一组值啊 [/quote] 额。。。。。。。。 一组值的话怎么搜索? 又是怎么组织的
[quote='hpxl' pid='247' dateline='1321860679'] 搜索日志已被缓存,如果要清空缓存可以执行,$xs->index->flushLogging(); [/quote] 执行后,连续执行关键词搜索,均不出结果。还是array()
[quote='hightman' pid='6577' dateline='1309234009'] 文本词典格式,文档多处有提到吧 每行记录包含以下字段 \t\t\t 工具 用法可以 ./gen-scws-dict -h 查看 [/quote] -h 看过.. 不太明白命令规则..
[quote='hightman' pid='931' dateline='1340167458'] title 默认带了一些附加属性,当然你也可以把 string 完全设置成和 title 一样 [/quote] title加了什么属性?需要检索的字段是string 如果都设置成title 再把权重改低 是不是比起string更优?
[quote='hoffer01' pid='1494' dateline='1352060061'] 我改了一下,排除了专辑的干扰,第一次只在歌名里面做精准搜索: $docs = $search->search('song_name:\'\"大海\"\''); 这样搜出来的结果中,歌名最短的一定是完全匹配的。 [/quote] 引号就不用...
[quote='hightman' pid='8875' dateline='1417600282'] 为确保服务器性能,采用空闲时写入。但不至于1-2小时,是不是有其它情况。可以尝试: util/Indexer.php --flush [/quote] 今天又测试了一下,好像要等这个快速添加的过程结束一会儿,才...
[quote='hightman' pid='4118' dateline='1300201925'] set_dict("d:\test.xdb", SCWS_XDICT_XDB); 应该是这样而不是加引号 [/quote] 哦,写错了,确实是按斑斑写的呢样调用的,换成版版得字典就没问题,用我自定义的结果就是空[hr] 还有 set_dict("d:\test....