From 3f7acb5cf90e8e3e7ed21e927d10b867d0b307f1 Mon Sep 17 00:00:00 2001 From: jbernste Date: Tue, 28 Jun 2016 15:31:37 -0400 Subject: [PATCH] SOLR-9254: Fixed typo in CHANGES.txt --- solr/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 7fc6f560309..85c97ffbb9e 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)