You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by nk...@apache.org on 2016/02/08 23:36:12 UTC

[37/50] [abbrv] lucene-solr git commit: SOLR-8340: Add change log entry to 5.3.2 section.

SOLR-8340: Add change log entry to 5.3.2 section.


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_5_4@1724184 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/branch_5_4
Commit: ce67848074eb51e77eea0e58c4be42304863a3e0
Parents: 6b5234d
Author: Adrien Grand <jp...@apache.org>
Authored: Tue Jan 12 09:44:29 2016 +0000
Committer: Adrien Grand <jp...@apache.org>
Committed: Tue Jan 12 09:44:29 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ce678480/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 9711a44..40673a4 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -470,6 +470,8 @@ Bug Fixes
 * SOLR-8373: KerberosPlugin: Using multiple nodes on same machine leads clients to
   fetch TGT for every request (Ishan Chattopadhyaya via noble)
 
+* SOLR-8340: Fixed NullPointerException in HighlightComponent. (zengjie via Christine Poerschke)
+
 * SOLR-8050: Partial update on document with multivalued date field fails to parse date and can
   also fail to remove dates in some cases. (Burkhard Buelte, Luc Vanlerberghe, shalin)