Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MethodGET
Path








/search/schemaEntire Returns the entire schema
/search/schema/fields Returns information about all defined fields or a specific named field
/search/schema/dynamicfields Returns information about all dynamic field rules or a specific named dynamic rule
/search/schema/fieldtypes Returns information about all field types or a specific field type
/search/schema/copyfields Returns information about copy fields
/search/schema/name Returns the schema name
/search/schema/version Returns the schema version
/search/schema/uniquekey Returns the defined uniqueKey
/search/schema/similarity Returns the global similarity definition
/search/schema/solrqueryparser/defaultoperator Returns the default operator
Parameter ValuesDescription
@flString: ex. ttlField name or comma-separated list of field names
@showDefaultsBoolean: ex. 1Include in the response all default property values from the associated field type
@includeDynamicBoolean: ex. 0If the fl param is specified, matching dynamic fields are included in the response and identified with the dynamicBase property; if the fl param is not specified, the includeDynamic parameter is ignored

...