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