From 51e60f49f87e41e833ae6ec722f32e6a79fc4d1c Mon Sep 17 00:00:00 2001 From: Bruno Roustant Date: Tue, 11 Jun 2024 14:10:09 +0200 Subject: [PATCH] Add missing entry in changes.txt (#13431) --- lucene/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 31c3d68f59b..ea880f2e6c4 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -266,6 +266,8 @@ Optimizations * GITHUB#13454: MultiTermQuery returns null ScoreSupplier in cases where no query terms are present in the index segment (Mayya Sharipova) +* GITHUB#13431: Replace TreeMap and use compiled Patterns in Japanese UserDictionary. (Bruno Roustant) + Bug Fixes --------------------- (No changes)