... $search->setQuery('侧试'); $docs = $search->search(); // 由于拼写错误,这种情况返回的数据量可能极少甚至没有,因此调用下面方法试图进行修正 $corrected = $search->getCorrectedQuery(); if (count($corrected) !== 0) { // 有纠错建议,列出来看看;...
Warning: PHP Startup: Unable to load dynamic library 'd:/wamp/bin/php/php5.3.13/ext/php_scws.dll' - %1 不是有效的 Win32 应用程序。 apache的错误日志中这么报错!哪里有64位的扩展库下载?
...=/usr/local/xunsearch --with-xapian=/usr/local/xunsearch 仍然产生这个错误 ls -al /usr/local/xunsearch/include/scws -rw-r--r-- 1 root wheel 306 2 26 15:08 charset.h -rw-r--r-- 1 root wheel 246 2 26 15:08 crc32.h -rw-r--r-- 1 root wheel 368 2 26 15:08 darray.h -rw-r--r-- 1 ro...
求主! mac os下编译正常,但是无法运行。。。以下是错误日志: PHP Warning: PHP Startup: Unable to load dynamic library '/Applications/AMPPS/php-5.3/lib/extensions/ext/scws.so' - dlopen(/Applications/AMPPS/php-5.3/lib/extensions/ext/scws.so, 9): no suitable image found. Did...
.../sdk/php/lib/XS.php(2087): Unknown Internal Error(S#600) 现在又报这个错误 我执行最新的程序后查看了下执行后的日志: 2012-12-10 13:39:13 worker1[17463] new connection (SOCK:7, IP:127.0.0.1, BURST:1) 2012-12-10 13:39:13 worker1[17463] [sock:7] add new task (CONN:0x38c6160, S...
... 修正中文 stopwords 不生效的问题 6. 取消恼人的 NODB(S#506) 错误提示 7. 新增获取文档匹配词表的接口 XSSearch::setRequireMatchedTerm 官方网站:[url]http://www.xunsearch.com[/url] 下载地址:[url]http://www.xunsearch.com/download/xunsearch-full-latest.tar.b...
...件的一些写法与新版 PHP 不兼容 3) 修正一些 configure 检测错误 [b]scws-1.2.1 发布于 2013-1-15[/b] 1) 将源码迁移并托管到 github 2) 改进 C API 中 scws_fork() 的算法,使之更为合理 3) 迁移并修改新版官方主页:http://www.xunsearch.com/scws [...
...内。 所以存在权限的问题,想必很多人跟我一样,出现错误。 我把安装路径/usr/local/xunsearch/data 软连接到网站的文件夹内,/mnt/xunsearch/x/data 。 那网站apache已经设置了/mnt/xunsearch/x/data的拥有权限,是否还需要有/usr/local/xunsea...