Update CHANGES entry for 8.10.1

This commit is contained in:
jimczi 2021-10-11 11:13:58 +02:00
parent c94aca7e5d
commit ed69f6080f
1 changed files with 3 additions and 3 deletions

View File

@ -439,9 +439,6 @@ Optimizations
Bug Fixes
---------------------
* LUCENE-10110: MultiCollector now handles single leaf collector that wants to skip low-scoring hits
but the combined score mode doesn't allow it. (Jim Ferenczi)
* LUCENE-10111: Missing calculating the bytes used of DocsWithFieldSet in NormValuesWriter.
(Lu Xugang)
@ -468,6 +465,9 @@ Other
Bug Fixes
---------------------
* LUCENE-10110: MultiCollector now handles single leaf collector that wants to skip low-scoring hits
but the combined score mode doesn't allow it. (Jim Ferenczi)
* LUCENE-10119: Sort optimization with search_after can wrongly skip documents
whose values are equal to the last value of the previous page (Nhat Nguyen)