Added the clear_scroll spec

This commit is contained in:
Clinton Gormley 2013-09-20 22:21:26 +02:00
parent e0adae6497
commit 653ae20603
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"scroll": {
"documentation": "http://www.elasticsearch.org/guide/reference/api/search/scroll/",
"methods": ["DELETE"],
"url": {
"path": "/_search/scroll/{scroll_id}",
"paths": ["/_search/scroll/{scroll_id}"],
"parts": {
"scroll_id": {
"type" : "list",
"description" : "A comma-separated list of scroll IDs to clear"
}
},
"params": {},
},
"body": null
}
}