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"
|
"description" : "Query in the Lucene query string syntax"
|
||||||
},
|
},
|
||||||
"routing": {
|
"routing": {
|
||||||
"type" : "string",
|
"type" : "list",
|
||||||
"description" : "Specific routing value"
|
"description" : "A comma-separated list of specific routing values"
|
||||||
},
|
},
|
||||||
"scroll": {
|
"scroll": {
|
||||||
"type" : "duration",
|
"type" : "duration",
|
||||||
|
|
Loading…
Reference in New Issue