You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2016/09/12 09:33:39 UTC

[02/15] lucene-solr:branch_6_2: SOLR-6744: Consider uniqueKey rename when handling shard responses in distributed search

SOLR-6744: Consider uniqueKey rename when handling shard responses in distributed search

(cherry picked from commit 43d0343)


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

Branch: refs/heads/branch_6_2
Commit: 49993513a602b1072611120443a83a636972aaf1
Parents: 11f2f00
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Mon Sep 12 09:58:06 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Mon Sep 12 09:58:06 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/49993513/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2ba1bf2..12c5d2a 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -25,6 +25,8 @@ Bug Fixes
 * SOLR-9494: Use of {!collapse} sometimes doesn't correctly return true for Collector.needsScores(), especially when the
   query was cached. This can cause an exception when 'q' is a SpanQuery or potentially others. (David Smiley)
 
+* SOLR-6744: fl renaming / alias of uniqueKey field generates null pointer exception in SolrCloud configuration
+  (Mike Drob via Tom�s Fern�ndez L�bbe)
 
 ==================  6.2.0 ==================