实时搜索
和 非实时搜索
两部分index rt
{
type = rt
rt_mem_limit = 512M
}
searchd -c sphinx.conf
indexer -c sphinx.conf --all (非运行态生成全量索引)
indexer -c sphinx.conf --rotate --all(运行状态生成全量索引)
indexer -c sphinx.conf main_xx --rotate(运行状态生成指定全量索引)
indexer -c sphinx.conf --merge main_xxx detal_xxx --rotate (运行态下 merge 指定 增量和全量索引)
附件: 本公司 生产环境 实时
和非实时
配置文件链接, 可点击下载
实时搜索配置
非实时搜索配置
https://blog.csdn.net/slqgenius/article/details/51714178
https://www.cnblogs.com/yjf512/p/3598332.html
~~持续更新