2013-09-20 22:21:26 +02:00
|
|
|
{
|
2013-09-25 14:08:18 +02:00
|
|
|
"clear_scroll": {
|
2015-03-24 17:03:35 +01:00
|
|
|
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-scroll.html",
|
2013-09-20 22:21:26 +02:00
|
|
|
"methods": ["DELETE"],
|
|
|
|
"url": {
|
|
|
|
"path": "/_search/scroll/{scroll_id}",
|
2014-04-22 19:38:01 +02:00
|
|
|
"paths": ["/_search/scroll/{scroll_id}", "/_search/scroll"],
|
2013-09-20 22:21:26 +02:00
|
|
|
"parts": {
|
|
|
|
"scroll_id": {
|
|
|
|
"type" : "list",
|
|
|
|
"description" : "A comma-separated list of scroll IDs to clear"
|
|
|
|
}
|
|
|
|
},
|
2013-09-25 14:08:18 +02:00
|
|
|
"params": {}
|
2013-09-20 22:21:26 +02:00
|
|
|
},
|
2014-04-08 20:41:32 +07:00
|
|
|
"body": {
|
|
|
|
"description": "A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter"
|
|
|
|
}
|
2013-09-20 22:21:26 +02:00
|
|
|
}
|
|
|
|
}
|