Sphinx实时索引配置?

时间:2011-04-22 07:40:34

标签: php sphinx

我是Sphinx的新手我需要linux服务器中实时索引sphinx.config的示例代码吗?

1 个答案:

答案 0 :(得分:2)

对于近实时索引,您可以使用delta方法:

http://sphinxsearch.com/docs/1.10/delta-updates.html

修改

索引一切:

indexer --rotate --config /home/myuser/sphinx.conf --all

仅限指数delta:

indexer --rotate --config /home/myuser/sphinx.conf delta

合并索引:

indexer --merge main delta --rotate