Sorry for the delay, I've been away for a few weeks. The fix for https://github.com/apache/lucene/issues/16573 has been merged and backported to branch_10_5. So that shouldn't be a blocker for the release anymore.
There's still a related issue with IndexSortSortedNumericDocValuesRangeQuery, but that has been broken in this way for quite some time (really since the creation of the class I think) so it doesn't seem like a blocker for the release like the original problem with SortedNumericDocValuesRangeQuery. - Houston On Fri, Sep 4, 2026 at 10:31 AM Chris Hostetter <[email protected]> wrote: > > I would also like to point out that in 10.5.0, #15784 changed the (public) > constructors of some lucene.experimental Query classes in a way that is > binary compatible with the old constructors, but has semantically > differnet meaning. > > so Users who are upgrading from 10.4 -> 10.5 don't get any compilation > failures, and it's not immediately obvious that there even was a change > (other them queries returning weird results) > > In my questions and subsequent discussion about the change, Kaival > suggested trying to get some sort of ... let's call it a transition api > ... into 10.5.2. > > Mentioning it here for more visibility in case people think this category > of ideas has merrit. > > First comment discussing the problem with the change... > > https://github.com/apache/lucene/pull/15784#issuecomment-5402625022 > > > > -Hoss > http://www.lucidworks.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
