You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/10/10 11:43:27 UTC

[lucene] branch main updated: Add CHANGES entry for 8.10.1

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

mayya 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 6f232b6  Add CHANGES entry for 8.10.1
6f232b6 is described below

commit 6f232b6f4b9f588cd09cfed680bd14d585f3cefe
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Sun Oct 10 07:43:08 2021 -0400

    Add CHANGES entry for 8.10.1
---
 lucene/CHANGES.txt | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 3c4ab42..1ab534e 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -446,9 +446,6 @@ Bug Fixes
 
 * LUCENE-10070 Skip deleted docs when accumulating facet counts for all docs. (Ankur Goel, Greg Miller)
 
-* LUCENE-10126: Sort optimization with a chunked bulk scorer
-  can wrongly skip documents (Nhat Nguyen, Mayya Sharipova)
-
 * LUCENE-10134: ConcurrentSortedSetDocValuesFacetCounts shouldn't share liveDocs Bits across threads.
   (Ankur Goel)
 
@@ -462,6 +459,17 @@ Other
 
 * LUCENE-10098: Add docs/links to GermanAnalyzer describing how to decompound nouns. (Robert Muir)
 
+======================= Lucene 8.10.1 =======================
+
+Bug Fixes
+---------------------
+
+* LUCENE-10119: Sort optimization with search_after can wrongly skip documents
+  whose values are equal to the last value of the previous page (Nhat Nguyen)
+
+* LUCENE-10126: Sort optimization with a chunked bulk scorer
+  can wrongly skip documents (Nhat Nguyen, Mayya Sharipova)
+
 ======================= Lucene 8.10.0 =======================
 
 API Changes
@@ -584,9 +592,6 @@ Bug Fixes
 * LUCENE-10106: Sort optimization can wrongly skip the first document of
   each segment (Nhat Nguyen)
 
-* LUCENE-10119: Sort optimization with search_after can wrongly skip documents
-  whose values are equal to the last value of the previous page (Nhat Nguyen)
-
 Other
 ---------------------
 (No changes)