2013-05-24 06:02:42 -04:00
|
|
|
{
|
|
|
|
"indices.warmer.put": {
|
2013-05-27 16:29:08 -04:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-warmers/",
|
2013-05-24 06:02:42 -04:00
|
|
|
"methods": ["PUT"],
|
|
|
|
"url": {
|
|
|
|
"path": "/{index}/_warmer/{name}",
|
|
|
|
"paths": ["/{index}/_warmer/{name}", "/{index}/{type}/_warmer/{name}"],
|
|
|
|
"parts": {
|
|
|
|
"index": {
|
2013-05-27 16:29:08 -04:00
|
|
|
"type" : "list",
|
|
|
|
"description" : "A comma-separated list of index names to register the warmer for; use `_all` or empty string to perform the operation on all indices"
|
2013-05-24 06:02:42 -04:00
|
|
|
},
|
|
|
|
"name": {
|
2013-05-27 16:29:08 -04:00
|
|
|
"type" : "string",
|
|
|
|
"description" : "The name of the warmer (supports wildcards)"
|
2013-05-24 06:02:42 -04:00
|
|
|
},
|
|
|
|
"type": {
|
2013-05-27 16:29:08 -04:00
|
|
|
"type" : "list",
|
|
|
|
"description" : "A comma-separated list of document types to register the warmer for; leave empty to perform the operation on all types"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
|
|
|
}
|
|
|
|
},
|
2013-05-27 16:29:08 -04:00
|
|
|
"body": {
|
|
|
|
"description" : "The search request definition (query, filters, facets, sorting, etc)"
|
|
|
|
}
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
}
|