You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2016/06/28 19:31:50 UTC

lucene-solr:master: SOLR-9254: Fixed typo in CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/master 407080af5 -> 3f7acb5cf


SOLR-9254: Fixed typo in 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/3f7acb5c
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3f7acb5c
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3f7acb5c

Branch: refs/heads/master
Commit: 3f7acb5cf90e8e3e7ed21e927d10b867d0b307f1
Parents: 407080a
Author: jbernste <jb...@apache.org>
Authored: Tue Jun 28 15:31:37 2016 -0400
Committer: jbernste <jb...@apache.org>
Committed: Tue Jun 28 15:31:37 2016 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3f7acb5c/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 7fc6f56..85c97ff 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -86,7 +86,7 @@ Bug Fixes
 
 * SOLR-8626: 404 error when clicking nodes in cloud graph view in angular UI. (janhoy, Trey Grainger via shalin)
 
-* SOLR-9254: GraphTermsQueryQParserPlugin throws NPE when field being search is not present in segment
+* SOLR-9254: GraphTermsQueryQParserPlugin throws NPE when field being searched is not present in segment
   (Joel Bernstein)