Index
Set index mappings
put/api/{index}/_mapping
Path parameters
indexstring required
Index
Request body
Example request
{
"properties": {
"key": {
"search_analyzer": "search_analyzer",
"analyzer": "analyzer",
"aggregatable": true,
"format": "format",
"index": true,
"highlightable": true,
"sortable": true,
"store": true,
"fields": {
"key": null
},
"time_zone": "time_zone",
"type": "type"
}
}
}Response
OK
Example response
{
"message": "message"
}