...bin]# ./xs-ctl.sh faststop WARNING: no server[xs-indexd] is running (BIND:127.0.0.1:8383) WARNING: no server[xs-searchd] is running (BIND:127.0.0.1:8384) [root@p5host bin]# ps -ef|grep xs- root 17577 1 0 09:23 ? 00:00:00 xs-indexd: server root ...
...期时间,过期后由系统自动回收。 为什么这么考虑: 1.xunsearch原理上是实现了别的数据库无法实现的全文检索功能,数据要靠定期加入或者清理,实际类似缓存系统。 2.靠操作去删除,因为操作起来频率不确定,对整个库的...
[root@VM71 php]# util/Indexer.php --source=csv --clean demo Object id #9 #0 lib/XS.php(2080): XSServer->read(8) #1 lib/XS.php(2065): XSServer->getRespond() #2 lib/XS.php(2042): XSServer->execCommand(Array, 201) #3 lib/XS.php(2003): XSServer->setProject('demo') #4 lib/XS.php(...
2011-12-26: SCWS-1.1.9 Released. 1) 明确使用开源协议 New BSD License 发布新版本 2) 深度优化复合分词中的 SCWS_MULTISHORT 选项,更为合理有效,符合全文检索的需求 3) 测试脚本自动加载当前目录下的 dict_user.txt 文本词典 4) 修正...
...、死锁、内存泄露等BUG,迫不及待地在今天发布 xunsearch-1.4.6 正式稳定版,以便让大家立即享受最畅快稳定的 xunsearch 搜索。 这是一个主要的 bugfix 版本,整合升级了最新的 xapian-1.2.14,还有少量上美化和小功能增加,在此[color...
...。 目前换了个版本,在Deepin下,(基于Ubuntu的),下载1.3.0和1.2.0,先后放到/opt下,解压后,都发生了一样的问题: [code]abc-VirtualBox xunsearch # cat setup.log checking for a BSD-compatible install... /usr/bin/install -c checking whether build environm...
chmod 777 data tmp 后,依然出现问题 ps aux|grep xs root 12649 0.0 0.0 14808 656 ? S 14:42 0:00 xs-indexd: server root 12652 0.1 0.1 67620 2456 ? S 14:42 0:00 xs-searchd: master root 12653 0.0 0.1 116796 2516 ? Sl 14:42 0:00 xs...
...收处理了大量用户反馈意见,很高兴在今天发布 xunsearch-1.4.8 正式稳定版,强烈建议所有用户升级到这个最新稳定版! [b]主要更新如下:[/b] 1. 改进优化代码兼容性 2. 增加用户案例文档:USERCASE 3. 改进自定义分词器 XSTokeniz...
... Windows 的命令行下运行请使用 `Ctrl-Z` 来表示结束。 ~~~ 1,关于 xunsearch 的 DEMO 项目测试,项目测试是一个很有意思的行为!,1314336158 2,测试第二篇,这里是第二篇文章的内容,1314336160 3,项目测试第三篇,俗话说,无三不成礼,所以就有...
...装在 /usr/local/php 下,那么你编译 scws 应该按以下步骤: 1. /usr/local/php/bin/phpize --clean 2. /usr/local/bin/bin/phpize 3 ./configure --with-scws=/usr/local/scws --with-php-config=/usr/local/php/bin/php-config 4. make && make install 然后重启PHP的进程(FASTCGI?)