LUCENE-9393: Fix CHANGES entry

This commit is contained in:
Tomas Fernandez Lobbe 2020-06-05 11:23:38 -07:00
parent e1a97a0f1e
commit 62abdac116

View File

@ -201,7 +201,8 @@ Improvements
* LUCENE-9359: SegmentInfos#readCommit now always returns a * LUCENE-9359: SegmentInfos#readCommit now always returns a
CorruptIndexException if the content of the file is invalid. (Adrien Grand) CorruptIndexException if the content of the file is invalid. (Adrien Grand)
* LUCENE-9393: FunctionScoreQuery turns TOP_DOCS to COMPLETE in inner weights * LUCENE-9393: Make FunctionScoreQuery use ScoreMode.COMPLETE for creating the inner query weight when
ScoreMode.TOP_DOCS is requested. (Tomás Fernández Löbbe)
Optimizations Optimizations
--------------------- ---------------------