生成了索引库后,直接删除了索引文件,出现错误,怎么清空这个项目的所有数据,现在执行 [php] util/Indexer.php --source=csv changnetv8 --clean[/php] 时, 报[php][XSException] lib/XS.php(1898): DB has been rebuilding(S#407)[/php] 错误
...增的词汇才能生效。 [url]http://www.xunsearch.com/doc/php/guide/index.dict[/url] 3. 其它一些 PHP-SDK 工具和 API的修改: XSIndex 对象的各个方法也直接返回对象本身,以支持串接操作。 util.Quest 增加了 --show-query 功能用于查看解析后...
...有目录 目录下没有文件 咋回事呢 /var/xunsearch/sdk/php/util/Indexer.php --source=mysql://root:root@192.168.1.700/test --sql="SELECT id, uid FROM test" --project="/var/xunsearch/sdk/php/app/person.ini" 开始批量导入数据 (请直接输入数据) ... 完成索引导入:成功 338...
... __get XSDocument __set() 魔术方法 __set XSDocument addIndex() 给字段增加索引文本 (仅限索引文档) XSDocument addTerm() 给字段增加索引词 (仅限索引文档) XSDocument afterSubmit() 重写接口, 在文档成功提交到索引服务器后调...
...arch->search($query); print_r($docs);[/php] [/quote] 我是使用util/Indexer.php --source=mysql://aaa:aaa@192.168.0.2/bbs_test --sql="select * from cdb_posts" --project=discuz 这个命令进行导入的,不知道能否有一个从断点继续的方法?
...制使用 project.name = myblog project.default_charset = utf-8 server.index = 8383 server.search = 8384 [ID] // 文章ID type = id phrase = yes [author] //作者 index = self [post_content] //内容 type = body [post_content_full] //全部内容 cutlen = 300 //显示300个...
...信息: project.name = goods project.default_charset = utf-8 server.index = 8383 server.search = 8384 [id] type = id [price] type = numeric 查询操作: hpxl@debian:~/test$ php sdk/php/util/Quest.php goods id:3122 --show-query [XSException] sdk/php/lib/XS.php(2455): Failed to ...
... 包 XS 继承关系 class XSServer » XSComponent 子类 XSIndex, XSSearch 版本 1.0.0 源代码 sdk/php/lib/XSServer.class.php XSServer 服务器操作对象 同时兼容于 indexd, searchd, 所有交互均采用 XSCommand 对象 Public 属性 隐去继承来...
...在指定 IP 上 > bin/xs-ctl.sh -b unix start // 分别监听在 tmp/indexd.sock 和 tmp/searchd.sock > ~~~ 安装 PHP-SDK ------------ PHP-SDK 的代码不需要另行下载,已经包含在 `xunsearch` 的安装结果中了,在此假设您将 `xunsearch` 安装在 `$prefix` 目录,...
...定义引发的悬挂错误 * 2011-09-18 hightman: PHP-SDK: 修正 'util/Indexer.php' 中 ob_flush() 调用前没判断的问题 * 2011-09-16 hightman: PHP-SDK: 添加一些 PHPUnit 测试代码并修正 XSTokenizerSplit 参数解析 bug * 2011-09-16 hightman: PHP-SDK: 调整 XSTokenizer 支持...