搜索

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

11.XSIndex::beginRebuild

beginRebuild() 方法 public XSIndex beginRebuild() {return} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L391 (显示) public function beginRebuild(){ $this->execCommand(array('cmd' => XS_CMD_INDEX_REBUILD, 'arg1' => 0), XS_CMD_OK_DB_R...

12.XSIndex::stopRebuild

stopRebuild() 方法 (自版本 v1.3.4 起可用) public XSIndex stopRebuild() {return} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L420 (显示) public function stopRebuild(){ try { $this->execCommand(array('cmd' => XS_CMD_INDE...

13.mysql导入数据不成功,开始重建索引后提示 [XSException] ../local/xunsearch/sdk/php/lib/XS.php(1898): DB

更新时间:2011-10-20 15:10 t By mengfanchao

开始重建索引 ... [XSException] ../local/xunsearch/sdk/php/lib/XS.php(1898): DB has been rebuilding(S#407) #0 ../local/xunsearch/sdk/php/lib/XS.php(1122): XSServer->execCommand(Array, 257) #1 Indexer.php(163): XSIndex->beginRebuild() #2 {main}

14.平滑重建索引

...编代码时,把所有的 [XSIndex:add] 操作都放进 [XSIndex::beginRebuild] 和 [XSIndex::endRebuild] 之间即可。写法参考如下: ~~~ [php] // 宣布开始重建索引 $index->beginRebuild(); // 然后在此开始添加数据 ... $index->add($doc); ... // 告诉服务器重建完...

15.indexer.php 执行报错

更新时间:2012-07-25 13:07 t By utilities

$ util/Indexer.php --rebuild --source=mysql://xxxl@localhost/coreseek --sql="SELECT * FROM documents" --project=demo 开始重建索引 ... [XSException] lib/XS.php(2094): DB has been rebuilding(S#407) #0 lib/XS.php(1192): XSServer->execCommand(Array, 257) #1 Indexer.php(197): XSIndex->beginRebu...

16.求助:Indexer.php执行不了

更新时间:2012-12-10 22:12 t By gdtv

... 省略同义词则表示删除该原词的所有同义词 --rebuild 使用平滑重建方式导入数据,必须与 --source 配合使用 --clean 清空库内当前的索引数据 --flush 强制提交刷新索引服务端的缓冲索引,与 --source 分开用...

17.生成了索引库后,直接删除了索引文件,出现错误,怎么清空这个项目的所有数据

发布时间:2011-11-11 09:11 t By limingyao

生成了索引库后,直接删除了索引文件,出现错误,怎么清空这个项目的所有数据,现在执行 [php] util/Indexer.php --source=csv changnetv8 --clean[/php] 时, 报[php][XSException] lib/XS.php(1898): DB has been rebuilding(S#407)[/php] 错误

18.XSIndex

...服务器 XSIndex addSynonym() 添加同义词 XSIndex beginRebuild() 开始重建索引 XSIndex clean() 完全清空索引数据 XSIndex close() 关闭索引服务端连接 XSIndex closeBuffer() 提交所有指令并关闭缓冲区 XSIndex del() 删...

19.使用讯搜搭建phpwind的全文检索

更新时间:2012-05-18 09:05 t By myoula

...bject] type = title [content] type = body #导入 php util/Indexer.php --rebuild --source=mysql://数据库用户名:数据库密码@数据库地址/数据库名 --sql="select t.tid as tid, t.fid as fid, t.author as author, t.authorid as authorid, t.postdate as postdate, t.subject as subject, tm.c...

20.RE: 求助:Indexer.php执行不了

更新时间:2012-12-11 11:12 t By gdtv

... 省略同义词则表示删除该原词的所有同义词 --rebuild 使用平滑重建方式导入数据,必须与 --source 配合使用 [/code][hr] 终于知道原因了,是因为从网上复制的代码,符号写错了 错误的 [code]–-[/code] 正确的 [code]--[/code...

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