mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
The routing query string param is supported by mget but was missing from the rest spec (#21357)
This commit is contained in:
parent
5413efc570
commit
8383af6734
@ -32,6 +32,10 @@
|
|||||||
"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"
|
||||||
|
},
|
||||||
"_source": {
|
"_source": {
|
||||||
"type" : "list",
|
"type" : "list",
|
||||||
"description" : "True or false to return the _source field or not, or a list of fields to return"
|
"description" : "True or false to return the _source field or not, or a list of fields to return"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user