Align routing param type with search.json (#26958)

Relates https://github.com/elastic/elasticsearch-net/issues/2869
This commit is contained in:
Russ Cam 2017-11-07 03:34:22 +11:00 committed by Luca Cavanna
parent 8e9b30417c
commit a0bdedb143
1 changed files with 2 additions and 2 deletions

View File

@ -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",