所有的add/update/del 都是通过API完成的,没有所谓增量与否的说法,你按需要把新数据或变动的数据刷入索引即可。
开始重建索引 ... [XSException] ../local/xunsearch/sdk/php/lib/XS.php(1898): DB has been rebuilding(S#407) #0 ../local/xunsearch/sdk/php/lib/XS.php(1122): XSServer->execCommand(Array, 257) #1 Indexer.php(163): XSIndex->beginRebuild() #2 {main}
...较了几个中文分词后,感觉scws是一个不错的分词系统。 xunsearch速度也比较快。安装的过程中也遇到了不少麻烦。主要是自己知道的也太少了。但是最终都解决了。主要还是hightman的大力帮忙啊。再次感谢了。 tags提取页面 [url]h...
...白..求解释~ windows 下的sdk D:\xampp\php>php.exe D:\xampp\htdocs\xunsearch-1.3.0\sdk\php\util\Indexer.php -- source=mysql://root:admin@localhost/linjulusrc2.0_db2 --sql="SELECT * FROM uchom e_farm_farmland" --project=D:\xampp\htdocs\linjulu\home\farm\data\xunsearch_conf ig.ini [XSException] ...
胡说。xapian不知比sphinx要早多少。。。 此外xapian在IR方面做得更好,sphinx 索引创建速度确实比较快,但其它方面个人认为远不如 xapian。 sphinx 也缺少存储,还要配合原有的数据库协同工作,相当不方便。
如[quote]Xunsearch 是一个高性能、全功能的全文检索解决方案。 //第一个注释 Xunsearch 旨在帮助一般开发者针对既有的海量数据,快速而方便地建立自己的全文搜索引擎。 /* 第二条注释 /* Xunsearch 中文译名为“迅搜”,代码中...
...cking for cc... no checking for cl.exe... no configure: error: in `/root/xunsearch-full-1.4.8/scws-1.2.3-dev': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details ----- ERROR: failed to configure scws, see 'setup.log' for more detail[/size]
xunsearch搜索的时候右边出现的几种分类是怎么实现的? [name] //分类名 index = self [cid] //分类id type = numeric index = none 在搜索页面 $search->setFacets('name'); //得到分面搜索数据 // get the result $search_begin = microtime(true); $docs = $sea...