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

This commit is contained in:
Noble Paul 2016-03-08 18:00:12 +05:30
parent 914003d19a
commit 644d534f6c
1 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,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
----------------------