summaryrefslogtreecommitdiff
path: root/rest-api-spec
diff options
context:
space:
mode:
authorIsabel Drost-Fromm <isabel.drostfromm@elasticsearch.com>2016-12-01 12:33:53 +0100
committerMartijn van Groningen <martijn.v.groningen@gmail.com>2017-05-10 11:23:24 +0200
commitbd559d96d43e0f418818ea1c04c85066859a1192 (patch)
treeba168f73b8268af9330062472e15f5bb383c9371 /rest-api-spec
parent51c74ce5476ed4d8b0f2ed3469fee955ff1e5fd1 (diff)
This adds max_concurrent_searches to multi-search-template endpoint.
Closes #20912
Diffstat (limited to 'rest-api-spec')
-rw-r--r--rest-api-spec/src/main/resources/rest-api-spec/api/msearch_template.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/msearch_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/msearch_template.json
index 2e7de08e76..e742093293 100644
--- a/rest-api-spec/src/main/resources/rest-api-spec/api/msearch_template.json
+++ b/rest-api-spec/src/main/resources/rest-api-spec/api/msearch_template.json
@@ -24,6 +24,10 @@
"typed_keys": {
"type" : "boolean",
"description" : "Specify whether aggregation and suggester names should be prefixed by their respective types in the response"
+ },
+ "max_concurrent_searches" : {
+ "type" : "number",
+ "description" : "Controls the maximum number of concurrent searches the multi search api will execute"
}
}
},