搜索

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

61.XSDatabaseDataSource::getDataList

...>limit -= self::PLIMIT; $this->offset += self::PLIMIT; return $this->db->query($sql);} 返回一批数据

62.XSSearch::addDb

addDb() 方法 public XSSearch addDb(string $name) $name string {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L492 (显示) public function addDb($name){ $name = strval($name); $this->execCommand(array('cmd' => XS_...

63.rebuild新旧数据不能平稳过度

发布时间:2013-05-11 15:05 t By hq22

... util/Indexer.php demo --rebuild --source="mysql://root:password@localhost/db" --sql="select * from post" 提示完成,但是搜索时候有一段时间是搜不到数据的。过一会才能搜到数据。没有更新前是能搜到数据的。 rebuild不是说平稳过度吗?是什么原因...

64.RE: 咨询2个建索引的问题

更新时间:2013-05-29 16:05 t By hightman

--stop-rebuild 后要等一段时间让服务器调整过来。 --rebuild 不成功就重启服务器的话,文件系统就停留在 db.re 没用了,但可以正常进行再次重建或清空 所以使用这个要小心,确保 rebuild 正常完成不要随便中断啊

65.RE: 导入数量和dbTotal数量不匹配

更新时间:2012-08-28 18:08 t By weizhao

flush使用了没用, 而且用--info来查看的时候,队列数据也是129714条, 但是就是少了10条。[hr] 而且我单条导入的是时候, 查看info是这样, 导入进程是 无 状态 数据库名:db 队列数据:2条 导入进程:无

66.XSIndex::endRebuild

...->execCommand(array('cmd' => XS_CMD_INDEX_REBUILD, 'arg1' => 1), XS_CMD_OK_DB_REBUILD); } return $this;} 完成并关闭重建索引 重建完成后调用, 用重建好的索引数据代替旧的索引数据

67.不能增加索引,每次列队数加1

发布时间:2012-08-30 15:08 t By deling007

... /var/www/xunsearch/goods.ini 查询项目信息显示: 数据库名:db 队列数据:1条 导入进程:无 每$index->add($doc) 一下队列数就增加1,但是$search->getDbTotal() 仍然是0 所以每次增加数据都不成功,请问一下是什么原因引起的,还是我...

68.XSIndex::flushIndex

...Index(){ try { $this->execCommand(XS_CMD_INDEX_COMMIT, XS_CMD_OK_DB_COMMITED); } catch (XSException $e) { if ($e->getCode() === XS_CMD_ERR_BUSY || $e->getCode() === XS_CMD_ERR_RUNNING) { return false; } throw $e; } return true;} 强制刷新服...

69.XSIndex::beginRebuild

...->execCommand(array('cmd' => XS_CMD_INDEX_REBUILD, 'arg1' => 0), XS_CMD_OK_DB_REBUILD); $this->_rebuild = true; return $this;} 开始重建索引 此后所有的索引更新指令将写到临时库, 而不是当前搜索库, 重建完成后调用 endRebuild 实现平滑重建索引, 重建...

70.XSIndex::stopRebuild

...->execCommand(array('cmd' => XS_CMD_INDEX_REBUILD, 'arg1' => 2), XS_CMD_OK_DB_REBUILD); $this->_rebuild = false; } catch (XSException $e) { if ($e->getCode() !== XS_CMD_ERR_WRONGPLACE) { throw $e; } } return $this;} 中止索引重建 丢弃重建临时...

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