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:
Karel Minarik 2013-05-31 11:35:45 +02:00
parent 4de673d3b0
commit 712dc3d337
1 changed files with 2 additions and 2 deletions

View File

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