SOLR 中的跨度查询
一个问题如何跨越 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前不支持 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!