Re: MultiRangeQuery for DocValues

2024-11-26 Thread Mikhail Khludnev
Hello Greg. Thanks for your reply. MultiRangeQuery is where I started from. MRQ reads points values [1] and I need the same functionality for docValues. [1] https://github.com/apache/lucene/blob/d9aa525c9ea52740cfb0ba3f79d65833ad6167a8/lucene/sandbox/src/java/org/apache/lucene/sandbox/search/Multi

Re: MultiRangeQuery for DocValues

2024-11-26 Thread Greg Miller
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 d