SOLR 中的跨度查询

发布于 2024-11-28 03:13:56 字数 162 浏览 1 评论 0原文

一个问题如何跨越 SOLR 中的查询(Span、SpanNear 等)?我已经 做了一些研究,但我无法说出一个简单的方法来做到这一点。

看来我需要实现一个 QueryParserPlugin 来完成 我想做的事。这是正确的道路吗?当然,这以前已经做过了。做 有人有示例链接吗?我找不到任何东西。

How does one issue span queries in SOLR (Span, SpanNear, etc)? I've
done a bit of research and I can't tell of a straightforward way to do it.

It would seem that I need to implement a QueryParserPlugin to accomplish
what I want to do. Is this the correct path? Surely this has been done before. Does
anybody have links to examples? I had trouble finding anything.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

冰之心 2024-12-05 03:13:56

目前不支持 Span 查询(此处为 JIRA 问题)。

根据 判断这个邮件线程,看来你通过实施走在正确的道路上一个 QueryParserPlugin。

如果您确实实现了这一点,请考虑提交补丁!

Span queries aren't currently supported (JIRA issue here).

Judging by this mail thread, it seems that you're on the correct path by implementing a QueryParserPlugin.

If you do implement this, consider submitting a patch!

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