Răsfoiți Sursa

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

Relates https://github.com/elastic/elasticsearch-net/issues/2869
Russ Cam 8 ani în urmă
părinte
comite
a0bdedb143

+ 2 - 2
rest-api-spec/src/main/resources/rest-api-spec/api/count.json

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