Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
We have a slightly odd situation currently, with two parallel query structures for building complex positional queries: the long-standing span queries, in core; and interval queries, in the queries module. Given that interval queries solve at least some of the problems we've had with Spans, I think we should be pushing users more towards these implementations. It's counter-intuitive to do that when Spans are in core though. I've opened this issue to discuss moving the spans package as a whole to the queries module.
Attachments
Issue Links
- incorporates
-
LUCENE-9207 Don't build SpanQuery in QueryBuilder
- Closed
- links to