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/03/09 17:00:40 UTC

[29/50] [abbrv] lucene-solr git commit: SOLR-8736: schema GET operations on fields, dynamicFields, fieldTypes, copyField have less details

SOLR-8736: schema GET operations on fields, dynamicFields, fieldTypes, copyField have less details


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

Branch: refs/heads/apiv2
Commit: 5ea6ee7362d5020d6a0b80f9c0efcb83b7bee196
Parents: bfd58bc
Author: Noble Paul <no...@apache.org>
Authored: Tue Mar 8 18:00:12 2016 +0530
Committer: Noble Paul <no...@apache.org>
Committed: Tue Mar 8 18:00:12 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5ea6ee73/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b71c63b..4a14786 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -109,7 +109,8 @@ Upgrading from Solr 5.x
 
 * When requesting stats in date fields, "sum" is now a double value instead of a date. See SOLR-8671
 
-* SOLR-8736: The deprecated GET methods for schema are now accessible and implemented differently
+* SOLR-8736: The deprecated GET methods for schema are now accessible through the bulk API. The output
+  has less details and is not backward compatible.
 
 Detailed Change List
 ----------------------