mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 08:25:26 +00:00
Mget doesn't support "parent" and "routing" params in the query string
This commit is contained in:
parent
8cb6c6ea00
commit
846420904d
@ -20,10 +20,6 @@
|
|||||||
"type": "list",
|
"type": "list",
|
||||||
"description" : "A comma-separated list of fields to return in the response"
|
"description" : "A comma-separated list of fields to return in the response"
|
||||||
},
|
},
|
||||||
"parent": {
|
|
||||||
"type" : "string",
|
|
||||||
"description" : "The ID of the parent document"
|
|
||||||
},
|
|
||||||
"preference": {
|
"preference": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"description" : "Specify the node or shard the operation should be performed on (default: random)"
|
"description" : "Specify the node or shard the operation should be performed on (default: random)"
|
||||||
@ -35,10 +31,6 @@
|
|||||||
"refresh": {
|
"refresh": {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Refresh the shard containing the document before performing the operation"
|
"description" : "Refresh the shard containing the document before performing the operation"
|
||||||
},
|
|
||||||
"routing": {
|
|
||||||
"type" : "string",
|
|
||||||
"description" : "Specific routing value"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user