2013-05-24 06:02:42 -04:00
{
2013-06-07 12:54:21 -04:00
"indices.clear_cache" : {
2014-01-09 16:44:14 -05:00
"documentation" : "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-clearcache.html" ,
2013-05-24 06:02:42 -04:00
"methods" : [ "POST" , "GET" ] ,
"url" : {
"path" : "/_cache/clear" ,
"paths" : [ "/_cache/clear" , "/{index}/_cache/clear" ] ,
"parts" : {
"index" : {
2013-05-27 07:19:44 -04:00
"type" : "list" ,
"description" : "A comma-separated list of index name to limit the operation"
2013-05-24 06:02:42 -04:00
}
} ,
"params" : {
2013-05-26 06:20:43 -04:00
"field_data" : {
2013-05-27 07:19:44 -04:00
"type" : "boolean" ,
"description" : "Clear field data"
2013-05-24 06:02:42 -04:00
} ,
2013-05-26 06:20:43 -04:00
"fielddata" : {
2013-05-27 07:19:44 -04:00
"type" : "boolean" ,
"description" : "Clear field data"
2013-05-26 06:20:43 -04:00
} ,
"fields" : {
2013-05-27 07:19:44 -04:00
"type" : "list" ,
"description" : "A comma-separated list of fields to clear when using the `field_data` parameter (default: all)"
2013-05-24 06:02:42 -04:00
} ,
"filter" : {
2013-05-27 07:19:44 -04:00
"type" : "boolean" ,
"description" : "Clear filter caches"
2013-05-24 06:02:42 -04:00
} ,
"filter_cache" : {
2013-05-27 07:19:44 -04:00
"type" : "boolean" ,
"description" : "Clear filter caches"
2013-05-24 06:02:42 -04:00
} ,
2013-05-26 06:20:43 -04:00
"filter_keys" : {
2013-05-27 07:19:44 -04:00
"type" : "boolean" ,
"description" : "A comma-separated list of keys to clear when using the `filter_cache` parameter (default: all)"
2013-05-24 06:02:42 -04:00
} ,
"id" : {
2013-05-27 07:19:44 -04:00
"type" : "boolean" ,
"description" : "Clear ID caches for parent/child"
2013-05-24 06:02:42 -04:00
} ,
"id_cache" : {
2013-05-27 07:19:44 -04:00
"type" : "boolean" ,
"description" : "Clear ID caches for parent/child"
2013-05-24 06:02:42 -04:00
} ,
2013-12-11 18:30:12 -05:00
"ignore_unavailable" : {
"type" : "boolean" ,
"description" : "Whether specified concrete indices should be ignored when unavailable (missing or closed)"
} ,
"allow_no_indices" : {
"type" : "boolean" ,
"description" : "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)"
} ,
"expand_wildcards" : {
"type" : "enum" ,
"options" : [ "open" , "closed" ] ,
"default" : "open" ,
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
2013-05-24 06:02:42 -04:00
} ,
2013-05-26 06:20:43 -04:00
"index" : {
2013-05-27 07:19:44 -04:00
"type" : "list" ,
"description" : "A comma-separated list of index name to limit the operation"
2013-05-24 06:02:42 -04:00
} ,
2013-05-26 06:20:43 -04:00
"recycler" : {
2013-05-27 07:19:44 -04:00
"type" : "boolean" ,
2013-05-28 04:38:30 -04:00
"description" : "Clear the recycler cache"
2013-05-24 06:02:42 -04:00
}
}
} ,
"body" : null
}
}