- 重建整个索引
./indexer --config /data/app/appserver/coreseek/etc/csft.conf --rotate --all重建主键和增量索引<pre name="code" class="html">indexer --config /usr/local/coreseek/etc/csft.conf -rotate index_main indexer --config /usr/local/coreseek/etc/csft.conf -rotate index_add合并主键索引和增量索引<pre name="code" class="html">indexer --config /usr/local/coreseek/etc/csft.conf --merge index_main index_add --merge-dst-range deleted 0 0 -rotate
- 问题:重新生成索引时(./indexer --config /data/app/appserver/csft/etc/csft.conf --rotate --all)
提示:
解决方法:执行searchd 服务
/data/app/appserver/csft/bin/searchd
重新生成索引OK
./indexer --config /data/app/appserver/csft/etc/csft.conf --rotate --all
本文详细介绍了如何重建整个索引,包括主键和增量索引的重建,以及如何合并主键索引和增量索引。此外,文章还提供了解决重新生成索引时遇到的问题的方法,即通过执行searchd服务来解决。
375

被折叠的 条评论
为什么被折叠?



