You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2019/10/21 14:17:47 UTC

[lucene-solr] branch master updated: LUCENE-8992: Update CHANGES after backport to 8x

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

jimczi 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 cfa4940  LUCENE-8992: Update CHANGES after backport to 8x
cfa4940 is described below

commit cfa49401671b5f9958d46c04120df8c7e3f358be
Author: jimczi <ji...@elastic.co>
AuthorDate: Mon Oct 21 16:17:34 2019 +0200

    LUCENE-8992: Update CHANGES after backport to 8x
---
 lucene/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 6d8bac1..0568825 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -55,9 +55,6 @@ Improvements
   
 * LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields (Andy Hind via Anshum Gupta)
 
-* LUCENE-8992: TopFieldCollector and TopScoreDocCollector can now share minimum scores across leaves
-  concurrently. (Atri Sharma, Jim Ferenczi)
-
 Bug fixes
 
 * LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while 
@@ -92,6 +89,9 @@ Optimizations
   documents, since computing the number of live documents is an expensive
   operation. (Adrien Grand)
 
+* LUCENE-8992: TopFieldCollector and TopScoreDocCollector can now share minimum scores across leaves
+  concurrently. (Adrien Grand, Atri Sharma, Jim Ferenczi)
+
 Bug Fixes
 
 * LUCENE-9001: Fix race condition in SetOnce. (Przemko Robakowski)