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

[lucene-solr] branch branch_8x updated: LUCENE-10196: Move CHANGES entry from Solr to Lucene.

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

jpountz 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 786d735  LUCENE-10196: Move CHANGES entry from Solr to Lucene.
786d735 is described below

commit 786d735477cc3786b2d63c5e0f513ecd3efa25fa
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 2 10:32:03 2021 +0100

    LUCENE-10196: Move CHANGES entry from Solr to Lucene.
---
 lucene/CHANGES.txt | 2 ++
 solr/CHANGES.txt   | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index b0dfd24..92d1200 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -28,6 +28,8 @@ Optimizations
   postings in memory, and reduced a bit of RAM overhead in
   IndexWriter's internal postings book-keeping (mashudong)
 
+* LUCENE-10196: Improve IntroSorter with 3-ways partitioning. (Bruno Roustant)
+
 Bug Fixes
 ---------------------
 
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b2500e2..ed85c7b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -25,8 +25,7 @@ Improvements
 
 Optimizations
 ---------------------
-
-* LUCENE-10196: Improve IntroSorter with 3-ways partitioning. (Bruno Roustant)
+(No changes)
 
 
 Bug Fixes