Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将新字段添加到 rt 索引,我如何重建它?如果我截断 rtindex 新字段,则不添加。我是从 desc rtindex 看到的。我应该停止 sphinx 服务并取消链接所有索引文件然后重新索引吗?
根据我的经验:如果您需要修改 RT-index 架构,您必须停止 sphinx 守护进程,通过掩码删除所有与索引相关的文件
索引名称*
和狮身人面像的二进制日志。之后,您可以在 sphinx 配置中修改架构,启动守护程序并重建 RT 索引(您需要为此编写脚本)。