Re: Lucene 9.12.2 bug fix release?

2025-06-02 Thread David Smiley
If there's another 9.12, I'd backport this annoying bug for the ValueSource API: https://github.com/apache/lucene/pull/14654 I assume we're free to backport at-will just in case there is one? On Mon, Jun 2, 2025 at 8:52 AM Mayya Sharipova wrote: > Good morning, > > I have discoved a bug in the I

Lucene 9.12.2 bug fix release?

2025-06-02 Thread Mayya Sharipova
Good morning, I have discoved a bug in the IndexSortSortedNumericDocValuesRangeQuery that occurs when an index is sorted on an integer field and this query is executed on that same field. The fix has been merged into the 9.12 branch. Since this issue