LUCENE-9446: Move CHANGES entry from 9.0 to 8.7.

This commit is contained in:
Adrien Grand 2020-08-04 17:13:49 +02:00
parent b91a161283
commit 9b369abc17
1 changed files with 3 additions and 3 deletions

View File

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