Add CHANGES entry for LUCENE-10030

This commit is contained in:
Greg Miller 2021-07-26 13:11:32 -07:00
parent 61f8517000
commit 736d114901
1 changed files with 3 additions and 0 deletions

View File

@ -242,6 +242,9 @@ Improvements
* LUCENE-10019: Align file starts in CFS files to have proper alignment (8 bytes)
(Uwe Schinder)
* LUCENE-10030: Lazily evaluate score in DrillSidewaysScorer.doQueryFirstScoring
(Grigoriy Troitskiy)
Bug fixes
* LUCENE-9686: Fix read past EOF handling in DirectIODirectory. (Zach Chen,