配置的ini文件中,创建了很多的字段,这个对索引的速度有影响吗?影响有多大? project.name = s1 project.default_charset = utf-8 server.index = 8383 server.search = 8384 [xsid] type = id [pid] tokenizer = full type = numeric index = self [tid] type = str...
evry body, 1.1.3 has been compiled with x86,x64version, it can be run on the related platform like winxp,win2k8...enjoin~~thanks to hightman
require_once './lib/XS.php'; $xs = new XS('demo'); $search = $xs->search; $docs = $search->search('cat_ids:108 a'); ---------------------------------------------------------- project.name = demo project.default_charset = utf-8 server.index = 8383 server.search = 8384 [goods...
require_once './lib/XS.php'; $xs = new XS('demo'); $search = $xs->search; $docs = $search->search('cat_ids:108 a'); ---------------------------------------------------------- project.name = demo project.default_charset = utf-8 server.index = 8383 server.search = 8384 [goods...
1年多前,我用的是xungle,当时感觉用着不错,主要是搜索速度快。后来由于hdwiki升级,而xungle对新版本的支持不太好。就一直没有用全文搜索,用的还是hdwiki自带的搜索(当然,流量有限) 上周末看了下xunsearch的教程,然后下...
在 6,562,251 条数据中,大约有 1726139 条包含 中国 ,第 1-10 条,用时:15.7350 秒。 数据大概这么多,是用csv格式导入的。 下面是我的配置文件 project.name = test_qw project.default_charset = utf-8 server.index = 8383 server.search = 8384 [docn...
新增索引和更新索引速度好慢好慢。 基本都在分钟级别,有的甚至3-4分钟。这是为何? 项目只要求对content字段检索,其他字段都不需要参与检索和分词。 帖出我的配置文件: [tweetId] type = id tokenizer = none [content] type = b...
addQueryTerm() 方法 public XSSearch addQueryTerm(string $field, string $term, int $addOp=0, float $scale=1) $field string 索引词所属的字段, 若为混合区词汇可设为 null 或 body 型的字段名 $term string 索引词 (强制转为小写) $addOp int 与...
导入 mysql 数据源的时候 如果我的数据库是gbk编码的话 是不是命令里面要加上 -c gbk [hr] [XSException] lib/XS.php(1834): Failed to create home directoy of the project(S#508) #0 ../phplib/XS.php(1809): XSServer->execCommand(Array, 201) #1 ../phplib/XS.php(1770): XSServe...
删除文档 当某一条数据(文档)已经过期或失效,则必须将它从索引数据库中移除,才能从搜索结果中消失。 在 `Xunsearch PHP-SDK` 中删除文档有下面两种方式。 按主键删除 --------- 主键是指项目中类型为 `id` 的字段,删...