Mget doesn't support "parent" and "routing" params in the query string

This commit is contained in:
Clinton Gormley 2013-07-01 13:14:16 +02:00
parent 8cb6c6ea00
commit 846420904d
1 changed files with 0 additions and 8 deletions

View File

@ -20,10 +20,6 @@
"type": "list",
"description" : "A comma-separated list of fields to return in the response"
},
"parent": {
"type" : "string",
"description" : "The ID of the parent document"
},
"preference": {
"type" : "string",
"description" : "Specify the node or shard the operation should be performed on (default: random)"
@ -35,10 +31,6 @@
"refresh": {
"type" : "boolean",
"description" : "Refresh the shard containing the document before performing the operation"
},
"routing": {
"type" : "string",
"description" : "Specific routing value"
}
}
},