2013-05-24 06:02:42 -04:00
|
|
|
{
|
|
|
|
"indices.refresh": {
|
2013-05-27 10:59:39 -04:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-refresh/",
|
2013-05-24 06:02:42 -04:00
|
|
|
"methods": ["POST", "GET"],
|
|
|
|
"url": {
|
|
|
|
"path": "/_refresh",
|
|
|
|
"paths": ["/_refresh", "/{index}/_refresh"],
|
|
|
|
"parts": {
|
|
|
|
"index": {
|
2013-05-27 10:59:39 -04:00
|
|
|
"type" : "list",
|
|
|
|
"description" : "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
|
|
|
"ignore_indices": {
|
2013-05-27 10:59:39 -04:00
|
|
|
"type" : "enum",
|
|
|
|
"options" : ["none","missing"],
|
|
|
|
"default" : "none",
|
|
|
|
"description" : "When performed on multiple indices, allows to ignore `missing` ones"
|
2013-05-26 06:20:43 -04:00
|
|
|
},
|
2013-05-24 06:02:42 -04:00
|
|
|
"operation_threading": {
|
2013-05-27 10:59:39 -04:00
|
|
|
"description" : "TODO: ?"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": null
|
|
|
|
}
|
|
|
|
}
|