From 736d114901e009fa09a6cc8bccbe301a2db03058 Mon Sep 17 00:00:00 2001 From: Greg Miller Date: Mon, 26 Jul 2021 13:11:32 -0700 Subject: [PATCH] Add CHANGES entry for LUCENE-10030 --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 513461c2c7d..e0c8cbb8212 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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,