Re: Lucene 9.12.2 bug fix release?
Mayya Sharipova <[email protected]>
| Newsgroups | gmane.comp.jakarta.lucene.devel |
|---|---|
| Message-ID | <CAJ0Oqh2pkuHWeW8a+8FJ2AJAgpN8fuqkvZgAm2x1W9EBxRxzZg@mail.gmail.com> |
Yes, I think it makes sense to backport bug fixes in case there is another bug fix release. On Tue, Jun 3, 2025 at 12:08 AM David Smiley <[email protected]> wrote: > 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 > <[email protected]> wrote: > >> 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 >> <https://github.com/apache/lucene/pull/14736> has been merged into the >> 9.12 branch. >> >> Since this issue is relatively rare, I’m not sure whether it justifies a >> new release. Could you please let me know if you have encountered the same >> problem? Additionally, let me know if there are other bug fixes pending, >> that might support issuing a new 9.12 bug fix release. >> >> Thank you! >> >