我是Sphinx的新手我需要linux服务器中实时索引sphinx.config的示例代码吗?
答案 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