搜索

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

1.平滑重建索引,提示 "DB has been rebuilding" 就退出了。

更新时间:2012-08-08 22:08 t By ghxter

不知为何,提示 "DB has been rebuilding" 就退出了。:@ 代码参考: [php] // 宣布开始重建索引 $index->beginRebuild(); // 然后在此开始添加数据 ... $index->add($doc); ... // 告诉服务器重建完比 $index->endRebuild();[/php] 我的代码应该...

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

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

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

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

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

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

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