感觉很不错啊,给我wordpress装上了,结果超级棒,哈哈 http://blog.it5d.com/s.php 演示一下吧,呵呵
德州新闻网 http://search.dezhoudaly.com 哈哈.稳定运行1年半了...
我编译后没有实现分词功能,只分字了.图片如下 [attachment=33] 只实现了分字,并没实现分词!!!!![hr] 我自己找到原因了,哈哈.原来是字典没加载成功. 我从这个帖子找到原因的 http://www.hightman.cn/bbs/showthread.php?tid=37
哈哈,搞定了。感谢scws 阿门![hr] $top = scws_get_tops($cws, 5); 当print_r($top)的时候,输出的第一个数组始终是这样的: [0] => Array ( [word] => 奥迪 [times] => 1 [weight] => 9.76000022888 [attr] => nz...
哈哈,我也在找这个问题,终于找到答案了! 我有个字段叫“cat_id”,存的分类id列表用“,”分隔的,如"23,435,66,6",想要搜索出分类id为6的数据,就可以这样设置字段: [cat_id] index = self tokenizer = split(,)