[quote='bigxu' pid='8028' dateline='1401362359'] 最大可能是没有正确运用xunsearch [/quote] 是的...后来装了第三方反感的监控发现是获取结果之后的缓存问题..感谢管理员回答TT
scws.h也有问题 struct scws_topword { char *word; float weight; short times; char attr[3];//原来是2 scws_top_t next; }; 应该跟以下结构一致。 struct scws_result { int off; float idf; unsigned char len; char attr[3]; scws_res_t ne...
解决了,我把插件里带的libtool(2.2.26),地换成系统中的1.5.22版的libtool就可以make可,不过暂时还不知道会不会有其他问题。
亲们再问个问题: 我的搜索有5个字段, id-主键 title-标题 categoryId-栏目编号 schoolId-学校编号 time-时间 我想检索: title 包含 "测试“ 并且 categoryId=1或者categoryId=3 并且 schoolId=9 的数据 请问如何检索?