Update CHANGES entry for LUCENE-10030 after backporting

This commit is contained in:
Greg Miller 2021-08-01 12:39:11 -07:00
parent b016c8dc2a
commit 7450a7e64b
1 changed files with 3 additions and 3 deletions

View File

@ -245,9 +245,6 @@ Improvements
* LUCENE-10019: Align file starts in CFS files to have proper alignment (8 bytes) * LUCENE-10019: Align file starts in CFS files to have proper alignment (8 bytes)
(Uwe Schinder) (Uwe Schinder)
* LUCENE-10030: Lazily evaluate score in DrillSidewaysScorer.doQueryFirstScoring
(Grigoriy Troitskiy)
Bug fixes Bug fixes
* LUCENE-9686: Fix read past EOF handling in DirectIODirectory. (Zach Chen, * LUCENE-9686: Fix read past EOF handling in DirectIODirectory. (Zach Chen,
@ -399,6 +396,9 @@ Improvements
characters as boundaries for incremental processing, vastly improving worst-case characters as boundaries for incremental processing, vastly improving worst-case
performance. (Michael Gibney) performance. (Michael Gibney)
* LUCENE-10030: Lazily evaluate score in DrillSidewaysScorer.doQueryFirstScoring
(Grigoriy Troitskiy)
Optimizations Optimizations
--------------------- ---------------------
* LUCENE-9996: Improved memory efficiency of IndexWriter's RAM buffer, in * LUCENE-9996: Improved memory efficiency of IndexWriter's RAM buffer, in