...条件改为最低 php-5.2.0 最新版本已经同步到 github 代码仓库和最新开发版本中。 下载地址:[url]http://www.xunsearch.com/download/xunsearch-full-dev.tar.bz2[/url] 代码仓库:[url]http://github.com/hightman/xunsearch/[/url]
从 Git 源码仓库安装后,./configure后报libevent版本过低的错误,重新安装libevent2.0.20并指定--with-libevent后仍然报错。。。用自动安装的方式安装没问题,求解!
是的,那是一个BUG。在git仓库中已经修正了。你可以用最新的开发版或自己修正一下。 参见:[url]https://github.com/hightman/xunsearch/commit/127da7617848b56a9b88034aa5e9ca8e5f917258[/url]
GIT仓库代码已经修改 https://github.com/hightman/xunsearch/commit/8fecd6266ef446f98093c0d9d5848bfe5e3b46da
嘿嘿,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]
...重建来规避这个问题。 具体代码改法已提交进 GIT 代码仓库,预计下一版本包含这项改动。
...正。原因是对输入的编码做了二次校正。 改法参见 GIT 仓库,因为输入的数据已经统一转成 UTF-8 了,所以搜索服务端应统一使用 UTF-8 即可。 [url]https://github.com/hightman/xunsearch/commit/b02faaf4a5dbf9e85153782d2c5d5cf6b477259a#diff-1[/url]