Re: MultiRangeQuery for DocValues

2025-04-02 Thread Mikhail Khludnev
Hello, Here is extension this idea to numeric dvs https://github.com/apache/lucene/pull/14404 Really appreciate your review. Thanks in advance. On Fri, Nov 29, 2024 at 8:37 PM Greg Miller wrote: > Ah right OK. Apologies. I misread your original email in haste. What > you’re proposing makes sense

Re: MultiRangeQuery for DocValues

2025-02-20 Thread Greg Miller
Ah, sorry I just saw this Mikhail (after merging the change). Happy to provide feedback. Cheers, -Greg On Wed, Feb 19, 2025 at 1:27 AM Mikhail Khludnev wrote: > Greg, Thanks for your review. > All, beware I'm a little bit hesitant to push > https://github.com/apache/lucene/pull/13974 into sandb

Re: MultiRangeQuery for DocValues

2025-02-19 Thread Mikhail Khludnev
Greg, Thanks for your review. All, beware I'm a little bit hesitant to push https://github.com/apache/lucene/pull/13974 into sandbox. Will do it this week. Your feedback is quite appreciated. On Fri, Nov 29, 2024 at 8:37 PM Greg Miller wrote: > Ah right OK. Apologies. I misread your original ema

Re: MultiRangeQuery for DocValues

2024-11-29 Thread Greg Miller
Ah right OK. Apologies. I misread your original email in haste. What you’re proposing makes sense to me know. I’ll try to make time to look at your approach next week if nobody else beats me to it. Thanks for the clarification! Cheers, -Greg On Tue, Nov 26, 2024 at 11:40 Mikhail Khludnev wrote:

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