Removed the API definition for `_search_shards`

This commit is contained in:
Karel Minarik 2013-05-26 15:31:45 +02:00
parent 659b46cfaf
commit 72cd419617
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
{
"cluster.shards": {
"documentation": "",
"methods": ["GET", "POST"],
"url": {
"path": "/_search_shards",
"paths": ["/_search_shards", "/{index}/_search_shards", "/{index}/{type}/_search_shards"],
"parts": {
"index": {
},
"type": {
}
},
"params": {
"ignore_indices": {
},
"index": {
},
"local": {
},
"preference": {
},
"routing": {
},
"type": {
}
}
},
"body": null
}
}