You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/06/21 13:28:32 UTC

lucene-solr:branch_5_5: SOLR-9234: srcField parameter works only when all fields are captured in the /update/json/docs endpoint

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_5_5 adaeb490e -> cd981cec5


SOLR-9234: srcField parameter works only when all fields are captured in the /update/json/docs endpoint


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

Branch: refs/heads/branch_5_5
Commit: cd981cec50617f070fcd535d0cdcafce9019e5d1
Parents: adaeb49
Author: Noble Paul <no...@apache.org>
Authored: Tue Jun 21 18:58:23 2016 +0530
Committer: Noble Paul <no...@apache.org>
Committed: Tue Jun 21 18:58:23 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/cd981cec/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6b4784a..0a50874 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -88,6 +88,9 @@ Bug Fixes
 * SOLR-9176: facet method ENUM was sometimes unnecessarily being rewritten to
   FCS, causing slowdowns (Alessandro Benedetti, Jesse McLaughlin, Alan Woodward)
 
+* SOLR-9234: srcField works only when all fields are captured in the /update/json/docs
+  endpoint (noble)
+
 Other Changes
 ----------------------