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:19 UTC

[44/50] [abbrv] lucene-solr git commit: SOLR-8058, SOLR-8059: Fix CHANGES entries.

SOLR-8058, SOLR-8059: Fix CHANGES entries.


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_5_4@1724263 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/d83223a5
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d83223a5
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d83223a5

Branch: refs/heads/branch_5_4
Commit: d83223a564f0c4e2b09af22f8dcf139cc415ce5c
Parents: 9ef144d
Author: Adrien Grand <jp...@apache.org>
Authored: Tue Jan 12 15:53:42 2016 +0000
Committer: Adrien Grand <jp...@apache.org>
Committed: Tue Jan 12 15:53:42 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d83223a5/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 81d2c88..6610e3a 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -18,6 +18,9 @@ Bug Fixes
 * SOLR-8373: KerberosPlugin: Using multiple nodes on same machine leads clients to
   fetch TGT for every request (Ishan Chattopadhyaya via noble)
 
+* SOLR-8059: &debug=results for distributed search when distrib.singlePass (sometimes activated
+  automatically) could result in an NPE. (David Smiley, Markus Jelsma)
+
 * SOLR-8422: When authentication enabled, requests fail if sent to a node that doesn't host
   the collection (noble)
 
@@ -493,8 +496,8 @@ Bug Fixes
 
 * 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)
+* SOLR-8059: &debug=results for distributed search when distrib.singlePass (sometimes activated
+  automatically) could result in an NPE. (David Smiley, Markus Jelsma)
 
 * SOLR-8167: Authorization framework does not work with POST params (noble)
 
@@ -542,6 +545,9 @@ Bug Fixes
 * SOLR-8041: Fix VelocityResponseWriter's $resource.get(key,baseName,locale) to use specified locale.
   (Erik Hatcher)
 
+* SOLR-8058: Fix the exclusion filter so that collections that start with js, css, img, tpl
+  can be accessed. (Upayavira, Steve Rowe, Anshum Gupta)
+
 ==================  5.3.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release