mirror of https://github.com/apache/lucene.git
LUCENE-7662: move CHANGES entry under 6.5.0
This commit is contained in:
parent
be007a6c11
commit
f8e16e3c4e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue