You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/02/25 19:42:11 UTC

[18/18] lucene-solr git commit: LUCENE-7048: add changes entry

LUCENE-7048: add changes entry


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

Branch: refs/heads/master
Commit: b9d46e4fd6de73524be7bb4be0b35c066fed4fae
Parents: 446ce86
Author: Mike McCandless <mi...@apache.org>
Authored: Thu Feb 25 13:11:14 2016 -0500
Committer: Mike McCandless <mi...@apache.org>
Committed: Thu Feb 25 13:11:14 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b9d46e4f/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 9794611..88f92d1 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -67,6 +67,11 @@ New Features
 * LUCENE-7040: Upgrade morfologik-stemming to version 2.1.0.
   (Dawid Weiss)
 
+* LUCENE-7048: Add XXXPoint.newSetQuery, to create a query that
+  efficiently matches all documents containing any of the specified
+  point values.  This is the analog of TermsQuery, but for points
+  instead.   (Adrien Grand, Robert Muir, Mike McCandless)
+
 API Changes
 
 * LUCENE-6067: Accountable.getChildResources has a default