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.
我是 sphinx search.i 的新手。我在 windows 7 中安装了 sphinx。
我的问题是如何在没有启动-停止搜索服务的情况下在 sphinx 中创建新索引?
因为每次我创建一个新索引然后在 php 脚本中运行查询时,它都会显示错误未知本地索引。
索引时是否有必要停止 searchd ?
我真的很感激我能得到的任何帮助!谢谢!
您必须拥有管理员权限才能启动和停止 searchd services.Thanx
确保将 --rotate 开关与索引器一起使用。这应该告诉索引器告诉 Sphinx 服务重新加载并查找新索引。