From 9ebee5a0583ffea1929a56290c7676f996d6b25d Mon Sep 17 00:00:00 2001 From: Alan Woodward Date: Fri, 4 Feb 2022 15:28:44 +0000 Subject: [PATCH] LUCENE-10402: Changes entry --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 6dc2ad610d6..956e7132970 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -220,6 +220,9 @@ Bug Fixes * LUCENE-10401: Fix lookups on empty doc-value terms dictionaries to no longer throw an ArrayIndexOutOfBoundsException. (Adrien Grand) +* LUCENE-10402: Prefix intervals should declare their automaton as binary, otherwise prefixes + containing multibyte characters will not correctly match. (Alan Woodward) + Other ---------------------