Align routing param type with search.json (#26958)
Relates https://github.com/elastic/elasticsearch-net/issues/2869
This commit is contained in:
parent
8e9b30417c
commit
a0bdedb143
|
@ -39,8 +39,8 @@
|
|||
"description" : "Specify the node or shard the operation should be performed on (default: random)"
|
||||
},
|
||||
"routing": {
|
||||
"type" : "string",
|
||||
"description" : "Specific routing value"
|
||||
"type" : "list",
|
||||
"description" : "A comma-separated list of specific routing values"
|
||||
},
|
||||
"q": {
|
||||
"type" : "string",
|
||||
|
|
Loading…
Reference in New Issue