You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/15 21:33:07 UTC

[2/2] lucene-solr:branch_5_5: LUCENE-7219: Add CHANGES entry

LUCENE-7219: 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/f4362098
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f4362098
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f4362098

Branch: refs/heads/branch_5_5
Commit: f4362098f7290104205403b86e901c767c0c4d22
Parents: 8eeb585
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Jun 15 17:32:43 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Jun 15 17:32:43 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f4362098/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 113bc55..f41aa99 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -26,6 +26,10 @@ Bug fixes
 * LUCENE-7279: JapaneseTokenizer throws ArrayIndexOutOfBoundsException
   on some valid inputs (Mike McCandless)
 
+* LUCENE-7219: Make queryparser/xml (Point|LegacyNumeric)RangeQuery builders
+  match the underlying queries' (lower|upper)Term optionality logic.
+  (Kaneshanathan Srivisagan, Christine Poerschke)
+
 ======================= Lucene 5.5.0 =======================
 
 New Features