mirror of https://github.com/apache/lucene.git
SOLR-8736: schema GET operations on fields, dynamicFields, fieldTypes, copyField have less details
This commit is contained in:
parent
914003d19a
commit
644d534f6c
|
@ -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
|
||||
----------------------
|
||||
|
|
Loading…
Reference in New Issue