You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2021/08/02 23:45:09 UTC

[lucene] branch main updated: Update CHANGES entry for LUCENE-9945 after backporting

This is an automated email from the ASF dual-hosted git repository.

gsmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 645b64e  Update CHANGES entry for LUCENE-9945 after backporting
645b64e is described below

commit 645b64ef4e30baf18a47cba3110e663242c092df
Author: Greg Miller <gs...@gmail.com>
AuthorDate: Mon Aug 2 16:37:54 2021 -0700

    Update CHANGES entry for LUCENE-9945 after backporting
---
 lucene/CHANGES.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index fef6b98..2501a93 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -245,8 +245,6 @@ Improvements
 * LUCENE-10019: Align file starts in CFS files to have proper alignment (8 bytes)
   (Uwe Schinder)
 
-* LUCENE-9945: Extend DrillSideways to support exposing FacetCollectors directly. (Greg Miller, Sejal Pawar)
-
 Bug fixes
 
 * LUCENE-9686: Fix read past EOF handling in DirectIODirectory. (Zach Chen,
@@ -401,6 +399,9 @@ Improvements
 * LUCENE-10030: Lazily evaluate score in DrillSidewaysScorer.doQueryFirstScoring
   (Grigoriy Troitskiy)
 
+* LUCENE-9945: Extend DrillSideways to support exposing FacetCollectors directly.
+  (Greg Miller, Sejal Pawar)
+
 Optimizations
 ---------------------
 * LUCENE-9996: Improved memory efficiency of IndexWriter's RAM buffer, in