搜索

大约有 7 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0968秒)

1.XSIndex::flushIndex 强制刷新出错啊!

发布时间:2012-07-05 10:07 t By xinjing3836

直接XSIndex::flushIndex 就提示 Fatal error: Undefined class constant 'flushIndex' XSIndex::flushIndex()就提示Method "execCommand" does not exist and was not trapped in __call() 求解决哈!

2.XSIndex::flushIndex

flushIndex() 方法 public bool flushIndex() {return} bool 刷新成功返回 true, 失败则返回 false 源码: sdk/php/lib/XSIndex.class.php#L466 (显示) public function flushIndex(){ try { $this->execCommand(XS_CMD_INDEX_COMMIT, XS_CMD_OK_DB_COMMITED); } catch (...

3.RE: XSIndex::flushIndex 强制刷新出错啊!

发布时间:2012-11-16 10:11 t By hightman

附一下全部代码吧

4.RE: 删除貌似存在bug

发布时间:2013-05-02 13:05 t By hightman

不会啊,只不过删除不是立即生效的,你可以调用 XSIndex::flushIndex 强制刷新

5.XSIndex

... execCommand() 执行服务端指令并获取返回值 XSIndex flushIndex() 强制刷新服务端的当前库的索引缓存 XSIndex flushLogging() 强制刷新服务端当前项目的搜索日志 XSIndex getConnString() Returns 连接字符串 XSServer getCustomD...

6.RE: 新增索引和更新索引速度好慢好慢,不能忍受,都在分钟级别上。

发布时间:2012-05-28 12:05 t By hightman

为了优化性能,默认都是会有延迟更新的。 你可以强制使用 XSIndex::flushIndex 来刷新的

7.Xunsearch SDK for PHP

...非实时的,如需实时更新索引,请通过 `Database::getIndex()->flushIndex()` 刷新。 > 关于查询日志有关的功能,也建议通过原生的 `XSSearch` 和 `XSIndex` 对象来操作。 [1]: http://www.xunsearch.com/doc/php/api/XS [2]: http://www.xunsearch.com/doc/php/api/XSIn...

  • 时间不限
  • 按相关性排序