... scws_set_charset(s, "gbk"); scws_set_dict(s, "/usr/local/scws/etc/dict.xdb", SCWS_XDICT_XDB); scws_set_rule(s, "/usr/local/scws/etc/rules.ini"); for(i = 0; i < 1000000; i++){ scws_send_text(s, text, strlen(text)); while (res = cur = scws_get_result(s)) ...
...scws.so" scws.default.charset = gbk scws.default.fpath = /usr/local/scws/etc/ 我的scws.so文件确实存在于/usr/lib/php/目录下的,但没有在/usr/local/scws/etc/目录下,我试过复制一个过来也不行。 实际上我用phpinfo() 在页面上可以看到scws已经可用了...
...ile.in' seems to ignore the --datarootdir setting config.status: creating etc/Makefile config.status: WARNING: 'etc/Makefile.in' seems to ignore the --datarootdir setting config.status: creating cli/Makefile config.status: WARNING: 'cli/Makefile.in' seems to ignore the --datarootdir setting c...
[quote='hightman' pid='3722' dateline='1364360180'] 你这个词典是在 etc/dict_user.txt 还是项目目录下的 data/app/dict_user.txt ? 如果是后者需要升级到 1.4.6-dev 才支持,前者必须在改词典后重启 xs-searchd [/quote] 我今天升级到1.4.6了,词典在etc/d...
...; } scws_set_charset(s, "gbk"); scws_set_dict(s, "/usr/local/scws/etc/dict.xdb", SCWS_XDICT_XDB); scws_set_rule(s, "/usr/local/scws/etc/rules.ini"); scws_send_text(s, text, strlen(text)); while (res = cur = scws_get_result(s)) { while (cur != NULL) { printf("W...
...多都是分成了"XX味道"+"XX恶心"的,所以我就在自定义词库"etc/dict_user.txt"里面加入了一行 味道恶心 12.07 12.38 n 来把该词变成一个四字词,然后重启迅搜服务器,然后发现再次搜索的时候出现两种情况 1.搜索语句是->setQuery('(味...
...-set-dict]: open_basedir restriction in effect. File(C:\Program Files\scws\etc\dict.utf8.xdb) is not within the allowed path(s): (D:/DedeAMPZ/WebRoot/Default) in D:\DedeAMPZ\WebRoot\Default\tld\dede\getwen.php on line 6 Warning: scws_set_rule() [function.scws-set-rule]: open_basedir restriction in ...
需要 NEAR 位置信息的话,目前只能用内置的 scws 分词 scws 目前不能自定义词库,你必须把词库转换成 dict.utf8.xdb 一个统一的词库放进 $prefix/etc/ 才可以
我的discuz论坛编码是GBK的,安装的xunsearch1.3.2,并按照手册上建立了索引 etc目录下有个dict.utf8.xdb文件是干嘛的啊?我是不是要传一个GBK的xdb文件啊?