You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2020/06/27 20:32:21 UTC

[lucene-solr] branch master updated: LUCENE-8962: Fix changes entry. This feature is added to 8.6

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

simonw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new fb3c5d2  LUCENE-8962: Fix changes entry. This feature is added to 8.6
fb3c5d2 is described below

commit fb3c5d23537c650f7c0ba020f5e08f128e0a9b5a
Author: Simon Willnauer <si...@apache.org>
AuthorDate: Sat Jun 27 22:32:01 2020 +0200

    LUCENE-8962: Fix changes entry. This feature is added to 8.6
---
 lucene/CHANGES.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index df9704c..75fbd64 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -192,6 +192,10 @@ New Features
 * LUCENE-7889: Grouping by range based on values from DoubleValuesSource and LongValuesSource
   (Alan Woodward)
 
+* LUCENE-8962: Add IndexWriter merge-on-commit feature to selectively merge small segments on commit,
+  subject to a configurable timeout, to improve search performance by reducing the number of small
+  segments for searching (Michael Froh, Mike Sokolov, Mike Mccandless, Simon Willnauer)
+
 Improvements
 ---------------------
 * LUCENE-9276: Use same code-path for updateDocuments and updateDocument in IndexWriter and
@@ -418,10 +422,6 @@ Improvements
 
 * LUCENE-9253: KoreanTokenizer now supports custom dictionaries(system, unknown). (Namgyu Kim)
 
-* LUCENE-8962: Add IndexWriter merge-on-commit feature to selectively merge small segments on commit,
-  subject to a configurable timeout, to improve search performance by reducing the number of small
-  segments for searching (Michael Froh, Mike Sokolov, Mike Mccandless, Simon Willnauer)
-
 * LUCENE-9171: QueryBuilder can now use BoostAttributes on input token streams to selectively
   boost particular terms or synonyms in parsed queries. (Alessandro Benedetti, Alan Woodward)