We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5120715 commit 72fd736Copy full SHA for 72fd736
docs/java-rest/high-level/search/multi-search-template.asciidoc
@@ -19,6 +19,12 @@ include-tagged::{doc-tests}/SearchDocumentationIT.java[multi-search-template-req
19
would for a regular <<java-rest-high-search-template,`search template`>>.
20
<3> Add the `SearchTemplateRequest` to the `MultiSearchTemplateRequest`.
21
22
+===== Optional arguments
23
+
24
+The multiSearchTemplate's `max_concurrent_searches` request parameter can be used to control
25
+the maximum number of concurrent searches the multi search api will execute.
26
+This default is based on the number of data nodes and the default search thread pool size.
27
28
[[java-rest-high-multi-search-template-sync]]
29
==== Synchronous Execution
30
0 commit comments