You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/03/23 11:50:12 UTC

[25/46] lucene-solr:jira/solr-9959: Fix CHANGES.txt

Fix CHANGES.txt


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

Branch: refs/heads/jira/solr-9959
Commit: 258fddb91bd5cd8fb87e7fd38ffa31077cd91c6f
Parents: 3b66001
Author: Tomas Fernandez Lobbe <tf...@apache.org>
Authored: Fri Mar 17 13:45:29 2017 -0700
Committer: Tomas Fernandez Lobbe <tf...@apache.org>
Committed: Fri Mar 17 13:45:29 2017 -0700

----------------------------------------------------------------------
 lucene/CHANGES.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/258fddb9/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 22c83f0..15f4ff3 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -229,7 +229,8 @@ Improvements
 * LUCENE-7695: ComplexPhraseQueryParser to support query time synonyms (Markus Jelsma
   via Mikhail Khludnev) 
 
-* LUCENE_7747: QueryBuilder now iterates lazily over the possible paths when building a graph query
+* LUCENE-7747: QueryBuilder now iterates lazily over the possible paths when building a graph query
+  (Jim Ferenczi)
 
 Optimizations