From b9d46e4fd6de73524be7bb4be0b35c066fed4fae Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Thu, 25 Feb 2016 13:11:14 -0500 Subject: [PATCH] LUCENE-7048: add changes entry --- lucene/CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 979461157c7..88f92d166f5 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