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/22 13:51:28 UTC

[lucene-solr] branch master updated: LUCENE-8062: Update CHANGES entry after backport to 8.3

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 4217186  LUCENE-8062: Update CHANGES entry after backport to 8.3
4217186 is described below

commit 421718607ebcf448f9931b462cce87f1e86670ce
Author: jimczi <ji...@elastic.co>
AuthorDate: Tue Oct 22 15:51:18 2019 +0200

    LUCENE-8062: Update CHANGES entry after backport to 8.3
---
 lucene/CHANGES.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index fe95581..471bc1b 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -64,8 +64,6 @@ Other
 
 * LUCENE-8768: Fix Javadocs build in Java 11. (Namgyu Kim)
 
-* LUCENE-8062: GlobalOrdinalsWithScoreQuery is no longer eligible for query caching. (Jim Ferenczi)
-
 ======================= Lucene 8.4.0 =======================
 
 API Changes
@@ -245,6 +243,7 @@ Other
 * LUCENE-8999: LuceneTestCase.expectThrows now propogates assert/assumption failures up to the test
   w/o wrapping in a new assertion failure unless the caller has explicitly expected them (hossman)
 
+* LUCENE-8062: GlobalOrdinalsWithScoreQuery is no longer eligible for query caching. (Jim Ferenczi)
 
 ======================= Lucene 8.2.0 =======================