diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 88a1629fffb..f9c464b4388 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -37,10 +37,6 @@ Improvements * LUCENE-7489: Better storage of sparse doc-values fields with the default codec. (Adrien Grand) -* LUCENE-7662: If index files are missing, throw CorruptIndexException instead - of the less descriptive FileNotFound or NoSuchFileException (Mike Drob via - Mike McCandless, Erick Erickson) - Optimizations * LUCENE-7416: BooleanQuery optimizes queries that have queries that occur both @@ -133,6 +129,10 @@ Improvements either points or doc values depending on which one is more efficient. (Adrien Grand) +* LUCENE-7662: If index files are missing, throw CorruptIndexException instead + of the less descriptive FileNotFound or NoSuchFileException (Mike Drob via + Mike McCandless, Erick Erickson) + Optimizations * LUCENE-7641: Optimized point range queries to compute documents that do not