expani opened a new pull request, #13385: URL: https://github.com/apache/lucene/pull/13385
### Description A [bug](https://github.com/opensearch-project/OpenSearch/issues/13616) was reported in OpenSearch which caused Interval Queries containing sub-query in rules to fail with `Sub-iterators of ConjunctionDISI are not on the same document ` if an no_match query was generated after going through the search analyser. A similar issue was found in Lucene a few years back and was fixed by [this PR](https://github.com/apache/lucene/pull/11760) I am proposing to make `NO_INTERVALS` present in Lucene as `public` so it can be used by it's clients like OpenSearch rather than creating a clone of the same. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org