...tent) $content string 新的词典内容 源码: sdk/php/lib/XSIndex.class.php#L495 (显示) public function setCustomDict($content){ $cmd = array('cmd' => XS_CMD_INDEX_USER_DICT, 'arg1' => 1, 'buf' => $content); $this->execCommand($cmd, XS_CMD_OK_DICT_SAVED);} 设置自定义...
这个DEMO是用自带的工具直接生成的啊。 sdk/php/util/SearchSkel.php 然后配合 util.Indexer.php 从MYSQL随便导进一点数据。
...呢? Fatal error: Uncaught [XSErrorException] /search.php(5): Undefined index: key(8) thrown in /home/boyce/xunsearch/sdk/php/lib/XS.php on line 469
php util/Indexer.php demo --rebuild --source="mysql://root:password@localhost/db" --sql="select * from post" 提示完成,但是搜索时候有一段时间是搜不到数据的。过一会才能搜到数据。没有更新前是能搜到数据的。 rebuild不是说平稳过度吗?是什么原...
.../test/xunsearch) 我在安装过程中进入DEMO时候, 运行util/Indexer.php --source=csv --clean demo 提示 /usr/bin/env: php: 没有那个文件或目录 我做了一个ln ln -s /home/test/php/lib/php /usr/bin 提示错误为 /usr/bin/env: php: 权限不够 我...
...etRespond() #2 ../lib/XS.php(1880): XSServer->execCommand(Array, 208) #3 Indexer.php(180): XSServer->setTimeout(1000) #4 {main}
...功能。 > tip: 如果您需要强制同步搜索日志库,请参见 [Indexer 索引管理工具](util.indexer) 的 `--flush-log` 选项。 > 此外,只有当您的搜索代码中调用了 [XSSearch::setQuery] 并配合不带参数的 [XSSearch::search] 调用, > 才会记录本次搜索...
endRebuild() 方法 public XSIndex endRebuild() {return} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L404 (显示) public function endRebuild(){ if ($this->_rebuild === true) { $this->_rebuild = false; $this->execCommand(...
... - util/Quest.php 命令行运行,搜索测试工具 - util/Indexer.php 命令行运行,索引管理工具 - util/SearchSkel.php 命令行运行,根据配置文件生成搜索骨架代码 - util/xs 命令行工具统一入口 在开始编写您的...
XS Object ( [_index:private] => [_search:private] => [_scws:private] => [_scheme:private] => XSFieldScheme Object ( [_fields:private] => Array ( [newsid] => XSFieldMeta Object ( [name] => newsid [cutlen] => 0 [weight] => 1 [type] => 10 [vno] => 0 [tokenizer:private] => full [flag:private] => 1 )...