From d105e0ea9c1590e55dbf4eef243cb509242c74ec Mon Sep 17 00:00:00 2001 From: Kamyar Ghajar Date: Wed, 6 May 2020 19:23:03 +0430 Subject: [PATCH] =?UTF-8?q?[Docs]=C2=A0Update=20multi-search.asciidoc=20(#?= =?UTF-8?q?56284)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The documentation shows the wrong command for a multi-search async call. --- docs/java-rest/high-level/search/multi-search.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java-rest/high-level/search/multi-search.asciidoc b/docs/java-rest/high-level/search/multi-search.asciidoc index 279b1c7fa39..205fe4bfe93 100644 --- a/docs/java-rest/high-level/search/multi-search.asciidoc +++ b/docs/java-rest/high-level/search/multi-search.asciidoc @@ -50,7 +50,7 @@ calling the provided `ActionListener` when the response is ready. ["source","java",subs="attributes,callouts,macros"] -------------------------------------------------- -include-tagged::{doc-tests}/SearchDocumentationIT.java[search-execute-async] +include-tagged::{doc-tests}/SearchDocumentationIT.java[multi-search-execute-async] -------------------------------------------------- <1> The `MultiSearchRequest` to execute and the `ActionListener` to use when the execution completes