搜索

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

1.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 (...

2.迅搜的冲突问题

发布时间:2014-05-16 03:05 t By qiuxis

...缓冲区和关闭缓冲区的中间,我插入这个语句。 $index->flushIndex(); 这样会不会对迅搜造成影响,有没有冲突呢。

3.RE: 删除貌似存在bug

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

做了: $index->del('某某','company'); $index->flushindex(); 实际结果:http://s.71114.com/company/search.php?kw=%E6%9F%90%E6%9F%90 显然没有删掉

4.RE: 不能增加索引,每次列队数加1

发布时间:2012-09-03 11:09 t By hightman

出于性能考虑,索引刷新有一个延迟整合的过程,如果你需要立即刷新就调用: $index->flushIndex(); 或 php Indexer.php --flush -p /var/www/xunsearch/goods.ini

5.RE: 不能增加索引,每次列队数加1

发布时间:2012-09-03 15:09 t By deling007

$index->flushIndex(); 或 php Indexer.php --flush -p /var/www/xunsearch/goods.ini 用过后队列数还是没有改变,索引还是没有增加进去,仿佛就在缓存队列中,然后我就把xs重启,队列数据变成0条了,然后我就$index->add($doc),对列数据又增加成一...

6.RE: 不能增加索引,每次列队数加1

发布时间:2012-09-07 15:09 t By hightman

...闭它? [quote='deling007' pid='1091' dateline='1346655726'] $index->flushIndex(); 或 php Indexer.php --flush -p /var/www/xunsearch/goods.ini 用过后队列数还是没有改变,索引还是没有增加进去,仿佛就在缓存队列中,然后我就把xs重启,队列数据变成0...

7.XSIndex

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

8.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...

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