Removed the `index` and `type` URL parameters for the `_count` API

This commit is contained in:
Karel Minarik 2013-05-28 10:33:48 +02:00
parent 9e7b668409
commit f9bc428491
1 changed files with 0 additions and 8 deletions

View File

@ -22,10 +22,6 @@
"default" : "none",
"description" : "When performed on multiple indices, allows to ignore `missing` ones"
},
"index": {
"type" : "list",
"description" : "A comma-separated list of indices to restrict the results"
},
"min_score": {
"type" : "number",
"description" : "Include only documents with a specific `_score` value in the result"
@ -44,10 +40,6 @@
"source": {
"type" : "string",
"description" : "The URL-encoded query definition (instead of using the request body)"
},
"type": {
"type" : "list",
"description" : "A comma-separated list of document types to restrict the results"
}
}
},