搜索

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

11.RE: 平滑重建索引问题

发布时间:2012-02-10 10:02 t By hpxl

...ww.xunsearch.com/doc/php/guide/index.rebuild // 这里是开始,所有的索引操作都放在里面,update操作会先执行删除操作,然后执行add操作,update也可以的 $index->beginRebuild(); $data = array(); $doc = new XSDocument; $doc->setFileds($data); $index->add($doc); // 这...

12.RE: 平滑重建索引问题

更新时间:2012-02-10 09:02 t By hpxl

...e --sql="SELECT * FROM tbl_post" --project=demo 如果是程序中添加索引,参考[url=http://www.xunsearch.com/doc/php/guide/index.rebuild]http://www.xunsearch.com/doc/php/guide/index.rebuild[/url]

13.为什么重建索引之后,同义词会被清空的?

发布时间:2012-05-08 11:05 t By 290977824@qq.com

如题、、、

14.RE: 为什么重建索引之后,同义词会被清空的?

发布时间:2012-08-30 12:08 t By hightman

您可以另外setDb 一个库专门用来存同义词,检索的时候 addDb 进来

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

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

好用就好,加油。上线后希望提供个WEB示范地址

16.RE: 为什么重建索引之后,同义词会被清空的?

发布时间:2012-05-08 12:05 t By 290977824@qq.com

另外,我碰到一个问题就是,这个同义词的功能时好时坏哎,有时候添加的同义词根本没有用,最主要的是,我一天测下来,估计只有一次是有效的!

17.XSIndex::beginRebuild

..._DB_REBUILD); $this->_rebuild = true; return $this;} 开始重建索引 此后所有的索引更新指令将写到临时库, 而不是当前搜索库, 重建完成后调用 endRebuild 实现平滑重建索引, 重建过程仍可搜索旧的索引库, 如直接用 clean 清空数据, 则会...

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

发布时间:2011-10-21 00:10 t By hightman

是不是你之前重建 没有完成就又重建了?建议用 bin/xs-ctl.sh restart 然后再调用 Indexer.php --clean 清除吧

19.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}

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

更新时间:2013-05-29 17:05 t By coos

...服务端看到的不是服务器在调整,而是真真实实的在重建索引,因为我能观察到服务器端会生成一个db.re目录,然后目录会一致变大。 在api端可以能看出重建索引多少条的提示。所以他不应该是停止,而是重建索引了(但是db.re...

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