Description
Commits under this issue changed the implementation for handling GET operations on the following URL paths: schema/fields, schema/dynamicfields, schema/fieldtypes, and schema/copyfields.
As part of the changes, the following functionality was removed, as of Solr 6.0.0:
- schema/copyfields:
- The following information is no longer output:
- destDynamicBase: the matching dynamic field pattern for the destination
- sourceDynamicBase: the matching dynamic field pattern for the source
- The following request parameters are no longer supported:
- dest.fl: include only copyFields that have one of these as a destination
- source.fl: include only copyFields that have one of these as a source
- The following information is no longer output:
- schema/dynamicfields:
- The following request parameters are no longer supported:
- fl: a comma and/or space separated list of dynamic field patterns to include
- The following request parameters are no longer supported:
- schema/fields and schema/fields/fieldname:
- The following information is no longer output:
- dynamicBase: the matching dynamic field pattern, if the includeDynamic param is given (see below)
- The following request parameters are no longer supported:
- fl: (only supported without /fieldname): a comma and/or space separated list of fields to include
- includeDynamic: output the matching dynamic field pattern as dynamicBase, if fieldname, or field(s) listed in fl param, are not explicitly declared in the schema
- The following information is no longer output:
- schema/fieldtypes and schema/fieldtypes/typename:
- The following information is no longer output:
- fields: the fields with the given field type
- dynamicFields: the dynamic fields with the given field type
- The following information is no longer output: