...架美化 util.SearchSkel 生成页面效果 官方网站:[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/hight...
http://www.ftphp.com/scws/demo/v4.php 在这可以查分词结果 用附带的工具 util/Quest.php 加上 --show-query 可以看实际拆分的语句,这样你就明了了。
...的捐赠。我们的开源事业离不开您的支持。 [url]http://www.xunsearch.com/site/donate[/url] 捐赠名单近期将会陆续整理出来!! 刚放上就有群里2位兄弟表达心意了,谢谢大家的支持!
出于性能考虑,索引刷新有一个延迟整合的过程,如果你需要立即刷新就调用: $index->flushIndex(); 或 php Indexer.php --flush -p /var/www/xunsearch/goods.ini
RT,小弟对原理很是好奇,不知道是怎么算出来。地址如下: http://www.ftphp.com/scws/demo/a.php
...词 里面发现有 几个是我不想要的,我就想删除掉 http://www.xunsearch.com/doc/php/guide/util.logger 看了这个文档,发现比较好操作 # 删除 demo 项目中 搜索日志词 word util/Logger.php --del=word demo 这样就可以了, 可是现在有个问题,...
不对呢,仔细看一下这里,http://www.xunsearch.com/doc/php/guide/index.rebuild // 这里是开始,所有的索引操作都放在里面,update操作会先执行删除操作,然后执行add操作,update也可以的 $index->beginRebuild(); $data = array(); $doc = new XSDocument; $doc->...
如果你仔细阅读过 http://www.xunsearch.com/doc/php/guide/ini.guide#ch2 应该会发现,date 字段本身就只是 YYYYMMDD 这样的格式,如果你需要时分秒,请改为存储时间戳或者存储时间字符串吧。
下载了【php_scws.dll(2) PHP扩展库 Windows/PHP 5.2.x 】,并按说明安装完了,后面不知道如何测试,小弟不太了解,网址里的介绍弄不明白:http://www.ftphp.com/scws/docs.php#phpscws 请hightman帮解答...万分感谢!!!
不行,不过你可以试试这个API(不限语言),基于HTTP: [url]http://www.ftphp.com/scws/api.php[/url]