1 安装xunsearch wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 tar xjvf xunsearch-full-latest.tar.bz2 #目前是1.3.1 cd xunsearch-full-1.3.1/ sh setup.sh #默认装在/usr/local/xunsearch 2 启动xunsearch /usr/local/xunsearch/bin/xs-ctl.sh -b 对外ip(我是内网,用的...
...配词表的接口 XSSearch::setRequireMatchedTerm 官方网站:[url]http://www.xunsearch.com[/url] 下载地址:[url]http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2[/url] 代码仓库:[url]https://github.com/hightman/xunsearch[/url] 修改日志:[url]https://github.com...
...到 github 代码仓库和最新开发版本中。 下载地址:[url]http://www.xunsearch.com/download/xunsearch-full-dev.tar.bz2[/url] 代码仓库:[url]http://github.com/hightman/xunsearch/[/url]
...示原始页面, libscws.swc下载及SCWS for Flash/AS3源代码详见: http://bbs.9ria.com/thread-266835-1-1.html 源地址: http://bruce-lab.blogspot.com/2013/10/simple-chinese-word-segmentation-lib.html
...一有改变又慢了。 我直接复制官方演示的代码执行的。 http://www.ftphp.com/scws/demo/v48.php?source 同样的代码官方演示的就这么快啊。 而我弄的就差这么远。[hr] hightman 你在这里试试。下面是我放到服务器上测试的页面。跟官方代码...
...载好.rar.bz文件之后,先在服务器上面解压一下 wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 tar -xjf xunsearch-full-latest.tar.bz2 2:登录您的FTP,下载xunsearch-full-1.4.7/packages/xunsearch-1.4.7.tar.bz2, 3:下载到你本机后,将...
...被占用的端口吧。 如果8384没有被占用 semanage port -a -t http_port_t -p tcp 8384 这时候在打开你的搜索页面看看。应该正常了! 注:semanage 无法使用的话,需要自己安装。 http://www.duzim.com/tech/201406/113.html
[quote='bigxu' pid='8902' dateline='1419909241'] http://www.xunsearch.com/site/search?q=addterm http://www.xunsearch.com/site/search?q=%E8%A6%81%E6%B1%82%E6%90%9C%E7%B4%A2%E7%BB%93%E6%9E%9C%E4%B8%AD%E4%B8%8D%E5%90%AB%E7%89%B9%E5%AE%9A%E5%85%B3%E9%94%AE%E8%AF%8D [/quote] 我用的就是 addte...
纯PHP编写的xdb词典(SCWS - http://www.ftphp.com/scws 所采用)导入导出工具!! 1. 词典导出:dump_xdb_file.php 在命令行模式下运行 php dump_xdb_file.php [存入的文本文件] 第二参数省略则直接输出到标准输出。 2. 词典生成:make_xdb_f...
...会强制杀死进程,重新启动。 [code] #!/bin/bash # author http://www.bigxu.com bigxu@foxmail.com # example : ./check.sh http://www.xunsearch.com/site/search?q=demo RE /data/www/xunsearch/bin/xs-ctl.sh /hom/bigxu/xu_restart.log > /dev/null 2>&1 & try_times=5 if [[ $1 == '...