From 7450a7e64beb90c92de9eb33b21b8c24d5a2ede7 Mon Sep 17 00:00:00 2001 From: Greg Miller Date: Sun, 1 Aug 2021 12:39:11 -0700 Subject: [PATCH] Update CHANGES entry for LUCENE-10030 after backporting --- lucene/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 9bbbb73c857..e07b49865bd 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -245,9 +245,6 @@ 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, @@ -399,6 +396,9 @@ Improvements characters as boundaries for incremental processing, vastly improving worst-case performance. (Michael Gibney) +* LUCENE-10030: Lazily evaluate score in DrillSidewaysScorer.doQueryFirstScoring + (Grigoriy Troitskiy) + Optimizations --------------------- * LUCENE-9996: Improved memory efficiency of IndexWriter's RAM buffer, in