mirror of https://github.com/apache/lucene.git
LUCENE-9446: Move CHANGES entry from 9.0 to 8.7.
This commit is contained in:
parent
b91a161283
commit
9b369abc17
|
@ -114,9 +114,6 @@ Improvements
|
|||
with doc values and points. In this case, there is an assumption that the same data is
|
||||
stored in these points and doc values (Mayya Sharipova, Jim Ferenczi, Adrien Grand)
|
||||
|
||||
* LUCENE-9446: In BooleanQuery rewrite, always remove MatchAllDocsQuery filter clauses
|
||||
when possible. (Julie Tibshirani)
|
||||
|
||||
Bug fixes
|
||||
|
||||
* LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while
|
||||
|
@ -183,6 +180,9 @@ Improvements
|
|||
* LUCENE-9440: FieldInfo#checkConsistency called twice from Lucene50(60)FieldInfosFormat#read;
|
||||
Removed the (redundant?) assert and do these checks for real. (Yauheni Putsykovich)
|
||||
|
||||
* LUCENE-9446: In BooleanQuery rewrite, always remove MatchAllDocsQuery filter clauses
|
||||
when possible. (Julie Tibshirani)
|
||||
|
||||
Optimizations
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue