LUCENE-7662: move CHANGES entry under 6.5.0

This commit is contained in:
Mike McCandless 2017-02-10 20:23:26 -05:00
parent be007a6c11
commit f8e16e3c4e
1 changed files with 4 additions and 4 deletions

View File

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