开发者

Span Queries in SOLR

开发者 https://www.devze.com 2023-03-26 08:04 出处:网络
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.

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 w开发者_如何转开发ould 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.


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!

0

精彩评论

暂无评论...
验证码 换一张
取 消