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 <dsmi...@apache.org> 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 > <mayya.sharip...@elastic.co.invalid> 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! >> >