[quote='admin' pid='2688' dateline='1291049346'] 词库没有正确加载,你检查一下 /usr/local/scws/etc/ 下的 .xdb 的文件属性,默认.tar.bz2 解开有可能是600,建议 chmod a+r /usr/local/scws/etc/* [/quote] 非常感谢,被这个问题折磨了1天,原来是权限问题...
...实在找不出原因,求高手解答....有朋友说是没分词库,安装包中不是有scws包? 这个是什么原因在线等
Please specify the installation directory 请指定安装目录 (默认为中括号内的值) [/root/xunsearch]:/usr/local/xunsearch Confirm the installation directory 请确认安装目录:/usr/local/xunsearch [Y/n]y Checking scws ... 1.2.3-dev Checking scws dict ... ok Checking libuui...
写得非常不错。但我要说明的的: 1.命令行默认是UTF-8输出,乱码可以试试加上 -c gbk 2.过滤器用法是这样的你可以自命名一个过滤器,而不是去修改系统的过滤器,比如你在 /usr/local/xunsearch/sdk/php/lib/ 创建文件 XSTestFilter.php...
嘿嘿,xunsearch for yii2 来了,通过 git subtree 功能从主仓库拆分出独立子库,除了原生用法外,还支持 AR 方式、DEBUG 面板!! 详见: [url]http://www.xunsearch.com/doc/php/guide/special.composer[/url]
嘿嘿,xunsearch for yii2 来了,通过 git subtree 功能从主仓库拆分出独立子库,除了原生用法外,还支持 AR 方式、DEBUG 面板!! 详见: [url]http://www.xunsearch.com/doc/php/guide/special.composer[/url]
我根据教程一步一步安装,我的系统是ubuntu12.04 先 1:wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 2:tar -xjf xunsearch-full-latest.tar.bz2 错误提示: Checking scws ... 1.2.3-dev Checking scws dict ... ok Checking libuuid ... yes: /etc/xunsearch Che...
什么平台啊,大概不兼容 LOCK_EX 的定义位置。请手动修改 libscws/xdb.c diff --git a/libscws/xdb.c b/libscws/xdb.c index ce6737e..71273bd 100644 --- a/libscws/xdb.c +++ b/libscws/xdb.c @@ -25,6 +25,10 @@ #include #include +#ifdef HAVE_FLOCK +# include +#endif + #ifdef HA...
php5.2安装scws 按照教程一步步安装没有任何问题 怎么安装到5.3上问题都出来了 希望斑竹出个5.3的安装教程 http://www.ftphp.com/scws/docs.php#instscws 这个教程是不能安装成功的 我的环境是 centos 5.6 php5.3.9 scws1.1.7/scws1.1.9
在WEB上写一个 内容为 的文件 看看上面显示当前生效的 php.ini 的路径,再看看你改的 php.ini 是不是正确的被使用了吧。 如果有命令行可以在命令行运行 php -m | grep scws 看看有没有能加载 如果都还不行,可以看看php的运行日志...