LUCENE-10402: Changes entry

This commit is contained in:
Alan Woodward 2022-02-04 15:28:44 +00:00
parent e72d796e96
commit 9ebee5a058
1 changed files with 3 additions and 0 deletions

View File

@ -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
---------------------