Removed the `index` and `type` URL parameters for the "delete by query" API

This commit is contained in:
Karel Minarik 2013-05-28 10:35:16 +02:00
parent c1af9236c0
commit c9ad3658e9
1 changed files with 0 additions and 8 deletions

View File

@ -27,10 +27,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 operation"
},
"replication": {
"type" : "enum",
"options" : ["sync","async"],
@ -48,10 +44,6 @@
"timeout": {
"type" : "time",
"description" : "Explicit operation timeout"
},
"type": {
"type" : "list",
"description" : "A comma-separated list of document types to restrict the operation"
}
}
},