mirror of https://github.com/apache/lucene.git
Update CHANGES entry for LUCENE-10030 after backporting
This commit is contained in:
parent
b016c8dc2a
commit
7450a7e64b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue