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 2020/08/04 15:15:27 UTC

[lucene-solr] branch master updated: LUCENE-9446: Move CHANGES entry from 9.0 to 8.7.

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

jpountz 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 9b369ab  LUCENE-9446: Move CHANGES entry from 9.0 to 8.7.
9b369ab is described below

commit 9b369abc1710eaf38cef3c4084f4790867d5a24c
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Aug 4 17:13:49 2020 +0200

    LUCENE-9446: Move CHANGES entry from 9.0 to 8.7.
---
 lucene/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 682921c..55dc570 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -114,9 +114,6 @@ Improvements
   with doc values and points. In this case, there is an assumption that the same data is
   stored in these points and doc values (Mayya Sharipova, Jim Ferenczi, Adrien Grand)
 
-* LUCENE-9446: In BooleanQuery rewrite, always remove MatchAllDocsQuery filter clauses
-  when possible. (Julie Tibshirani)
-
 Bug fixes
 
 * LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while 
@@ -183,6 +180,9 @@ Improvements
 * LUCENE-9440: FieldInfo#checkConsistency called twice from Lucene50(60)FieldInfosFormat#read;
   Removed the (redundant?) assert and do these checks for real. (Yauheni Putsykovich)
 
+* LUCENE-9446: In BooleanQuery rewrite, always remove MatchAllDocsQuery filter clauses
+  when possible. (Julie Tibshirani)
+
 Optimizations
 ---------------------