如何在 Solr 4.0 中启用实时搜索
我正在尝试在 Solr 4.0 中启用实时搜索(这样我就可以看到新文档而无需提交)。
我添加了:
<realtime visible="0" facet="true">true</realtime>
但是在提交(或软提交)之前看不到文档。 任何帮助将不胜感激。
- 我相信此功能仅在 Solr RA 中可用,但有关如何实现它的任何信息都会很棒。
谢谢, 阿夫纳
I’m trying to enable realtime search in Solr 4.0 (So I can see new documents without committing).
I’ve added:
<realtime visible="0" facet="true">true</realtime>
But documents aren’t seen before commit (or softCommit).
Any help will be appreciated.
- I believe this feature is only available in Solr RA but any information on how to achieve it will be great.
Thanks,
Avner
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我了解,这不能在 Solr 4.0 中完成,只能在 Solr-ra http://solr-ra 中完成.tgels.com
Solr 4.0 具有软提交功能,有助于满足 NRT 搜索要求。
它有一个新功能,通过启用记录更新来支持无需提交的获取操作,但不具有搜索功能。
As far as my understanding this can't be done in Solr 4.0 but only in Solr-ra http://solr-ra.tgels.com
Solr 4.0 has the soft commit feature which helps with NRT search requirements.
It has a new feature which supports the get operation without commit by enabling logged update but without the search capabilities.