Hi Mikhail- Thanks for opening up a PR and looking into this! I wonder if the existing MultiRangeQuery[1] (and its sub-classes) in the sandbox module is already a fit for what you're trying to do? Full disclosure: I haven't looked at your proposed PR yet, so maybe you're after something entirely different (apologies if so).
Cheers, -Greg [1] https://github.com/apache/lucene/blob/main/lucene/sandbox/src/java/org/apache/lucene/sandbox/search/MultiRangeQuery.java On Thu, Nov 21, 2024 at 12:35 PM Mikhail Khludnev <m...@apache.org> wrote: > Hello, > I'm looking for MultiRangeQuery analog for docValues field. Let's say > SortedSetDocValues. > I made the first shot https://github.com/apache/lucene/pull/13974. > Is it the right direction overall? Is it worth being committed into > sandbox? > Reviews are kindly welcome. Thanks! > > -- > Sincerely yours > Mikhail Khludnev >