Fix typo in multi-search.asciidoc (#37060)

This commit is contained in:
Abdullah DURSUN 2019-01-02 12:32:42 +03:00 committed by Luca Cavanna
parent f0052b1a7a
commit 8a02bacf76
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ The multi search API allows to execute several search requests within
the same API. The endpoint for it is `_msearch`. the same API. The endpoint for it is `_msearch`.
The format of the request is similar to the bulk API format and makes The format of the request is similar to the bulk API format and makes
use of the newline delimited JSON (NDJSON) format. the structure is as use of the newline delimited JSON (NDJSON) format. The structure is as
follows (the structure is specifically optimized to reduce parsing if follows (the structure is specifically optimized to reduce parsing if
a specific search ends up redirected to another node): a specific search ends up redirected to another node):