From be35a14f03e177ba29f1d350cac1785cc717f309 Mon Sep 17 00:00:00 2001 From: zhouhui Date: Thu, 19 Sep 2024 15:17:40 +0800 Subject: [PATCH] Update change entry. --- lucene/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 57abbaecbf7..ca3a6985ad9 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -574,7 +574,7 @@ Optimizations * GITHUB#13306: Use RWLock to access LRUQueryCache to reduce contention. (Boice Huang) -* GITHUB#13252, GITHUB#13782: Replace handwritten loops compare with Arrays.compareUnsigned in TermsEnum classes. (zhouhui) +* GITHUB#13252, GITHUB#13782: Replace handwritten loops compare with Arrays.compareUnsigned in TermsEnum and TermsEnumFrame classes. (zhouhui) * GITHUB#12996: Reduce ArrayUtil#grow in decompress. (Zhang Chao)