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