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:33:21 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 59c5e6014 -> 723fc1dc8


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

Branch: refs/heads/branch_6x
Commit: 723fc1dc8560b4255cca5fe198115c894205683c
Parents: 59c5e60
Author: jbernste <jb...@apache.org>
Authored: Tue Jun 28 15:31:37 2016 -0400
Committer: jbernste <jb...@apache.org>
Committed: Tue Jun 28 15:33:02 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/723fc1dc/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f921696..d750a27 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -54,7 +54,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)