如何在 Solr 中重新加载 synonyms.txt?
当我更改 synonyms.txt 时,我只看到执行以下操作时的差异:
- 重新启动 solr 服务器
- 索引了某些项目(空提交?)
有些知道如何重新加载 synonyms.txt 文件而不重新启动服务器?
非常感谢。
When I changed my synonyms.txt I only see the diferences when I do this:
- restart solr server
- indexed some item (empty commit?)
Some knows a way to reload synonyms.txt file without restart server?
Tks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
重新加载核心也应该重新加载同义词。我几乎总是将索引映射到核心(即使每个实例只有一个核心),因为它提供了增强的灵活性(如本例所示)。
Reloading the core should also reload synonyms. I almost always map indexes to cores (even if it's only one core per instance) due to the enhanced flexibility it provides (as in this case).