blob: 4acb5aff3a6392b7b85a5459bd00644ca07b7cb5 [file] [log] [blame]
{
"documentation": "https://lucene.apache.org/solr/guide/schema-api.html",
"methods": [
"GET"
],
"url": {
"paths": [
"/schema/dynamicfields",
"/schema/dynamicfields/{name}",
"/schema/fieldtypes",
"/schema/fieldtypes/{name}"
],
"params":{
"showDefaults":{
"type":"boolean",
"description":"If true, all default field properties from each field's field type will be included in the response (e.g. tokenized for solr.TextField). If false, only explicitly specified field properties will be included."
}
}
}
}