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:36:14 UTC

[lucene-solr] branch branch_8x 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 branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 012c676  Add CHANGES entry for 8.10.1
012c676 is described below

commit 012c6762551832464363175f7ec1bbd4e4809943
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Sun Oct 10 07:35:22 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 12392f0..bbe6874 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -40,9 +40,6 @@ Bug Fixes
 * LUCENE-10134: ConcurrentSortedSetDocValuesFacetCounts shouldn't share liveDocs Bits across threads.
   (Ankur Goel)
 
-* LUCENE-10126: Sort optimization with a chunked bulk scorer
-  can wrongly skip documents (Nhat Nguyen, Mayya Sharipova)
-
 Build
 ---------------------
 
@@ -53,6 +50,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
@@ -177,9 +185,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
 ---------------------