From 8a02bacf769645efbe948932cf41b98983105365 Mon Sep 17 00:00:00 2001 From: Abdullah DURSUN Date: Wed, 2 Jan 2019 12:32:42 +0300 Subject: [PATCH] Fix typo in multi-search.asciidoc (#37060) --- docs/reference/search/multi-search.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/multi-search.asciidoc b/docs/reference/search/multi-search.asciidoc index 50c5a942277..9e3bff3c0c0 100644 --- a/docs/reference/search/multi-search.asciidoc +++ b/docs/reference/search/multi-search.asciidoc @@ -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 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 a specific search ends up redirected to another node):