Fixed, that `routing` parameter for the "search" API takes multiple values
“The routing parameter can be multi valued represented as a comma separated string. This will result in hitting the relevant shards where the routing values match to.” --> http://www.elasticsearch.org/guide/reference/api/search/
This commit is contained in:
parent
4de673d3b0
commit
712dc3d337
|
@ -80,8 +80,8 @@
|
|||
"description" : "Query in the Lucene query string syntax"
|
||||
},
|
||||
"routing": {
|
||||
"type" : "string",
|
||||
"description" : "Specific routing value"
|
||||
"type" : "list",
|
||||
"description" : "A comma-separated list of specific routing values"
|
||||
},
|
||||
"scroll": {
|
||||
"type" : "duration",
|
||||
|
|
Loading…
Reference in New Issue