如何在 Solr 4.0 中启用实时搜索

发布于 2024-12-23 07:21:25 字数 272 浏览 2 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

影子是时光的心 2024-12-30 07:21:25

据我了解,这不能在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文