You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/09/07 09:57:01 UTC

[13/50] [abbrv] lucene-solr:apiv2: LUCENE-7416: Make 7.0 only.

LUCENE-7416: Make 7.0 only.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/63b2e805
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/63b2e805
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/63b2e805

Branch: refs/heads/apiv2
Commit: 63b2e8052f4f8bdb28e04d026e8388a0a77fd970
Parents: d44e731
Author: Adrien Grand <jp...@gmail.com>
Authored: Fri Aug 26 09:12:02 2016 +0200
Committer: Adrien Grand <jp...@gmail.com>
Committed: Fri Aug 26 09:12:02 2016 +0200

----------------------------------------------------------------------
 lucene/CHANGES.txt | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/63b2e805/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index cb90ec1..00de5a5 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -22,6 +22,12 @@ Bug Fixes
 
 Improvements
 
+Optimizations
+
+* LUCENE-7416: BooleanQuery optimizes queries that have queries that occur both
+  in the sets of SHOULD and FILTER clauses, or both in MUST/FILTER and MUST_NOT
+  clauses. (Spyros Kapnissis via Adrien Grand)
+
 Other
 
 * LUCENE-7328: Remove LegacyNumericEncoding from GeoPointField. (Nick Knize)
@@ -32,11 +38,7 @@ Other
 
 ======================= Lucene 6.3.0 =======================
 
-Optimizations
-
-* LUCENE-7416: BooleanQuery optimizes queries that have queries that occur both
-  in the sets of SHOULD and FILTER clauses, or both in MUST/FILTER and MUST_NOT
-  clauses. (Spyros Kapnissis via Adrien Grand)
+(No changes)
 
 ======================= Lucene 6.2.0 =======================