blob: 3898c8c68fe584d89658775e46db462b928d8c37 [file] [log] [blame]
{
"dynamic_templates": [
{
"all": {
"match": "*",
"match_mapping_type": "string",
"mapping": {
"type": "text",
"analyzer": "folding",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
],
"properties": {
"dateRanges": {
"properties": {
}
},
"metadata": {
"properties": {
"enabled": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"missingPlugins": {
"type": "boolean"
},
"readOnly": {
"type": "boolean"
}
}
},
"multivalued": {
"type": "boolean"
},
"numericRanges": {
"properties": {
"from": {
"type": "double"
},
"to": {
"type": "double"
}
}
},
"protected": {
"type": "boolean"
},
"rank": {
"type": "double"
}
}
}