[Docs] Update multi-search.asciidoc (#56284)

The documentation shows the wrong command for a multi-search async call.
This commit is contained in:
Kamyar Ghajar 2020-05-06 19:23:03 +04:30 committed by Christoph Büscher
parent c305cfbbb6
commit d105e0ea9c
1 changed files with 1 additions and 1 deletions

View File

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