Parcourir la source

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

The documentation shows the wrong command for a multi-search async call.
Kamyar Ghajar il y a 5 ans
Parent
commit
e9f1896e3d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/java-rest/high-level/search/multi-search.asciidoc

+ 1 - 1
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