From e43f8572cba9d818088cf2b8bd2e74e35f0a6d34 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Wed, 11 Mar 2020 20:03:15 +0100 Subject: [PATCH] LUCENE-9272: Add a CHANGES entry. --- lucene/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index be59015a530..27688fb5009 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -130,6 +130,10 @@ Other * LUCENE-9257: Always keep FST off-heap. FSTLoadMode, Reader attributes and openedFromWriter removed. (Bruno Roustant) +* LUCENE-9272: Checksums of the terms index are now verified when + LeafReader#checkIntegrity is called rather than when opening the index. + (Adrien Grand) + * LUCENE-9270: Update Javadoc about normalizeEntry in the Kuromoji DictionaryBuilder. (Namgyu Kim) ======================= Lucene 8.5.0 =======================