From 822b067a3ec1de5dcf99b05012d42509c65e36d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20J=C3=AD=C5=A1a?= Date: Thu, 20 Sep 2018 22:13:18 +0200 Subject: [PATCH] Docs: Corrected typo in how to (#33910) max_context_length -> max_content_length --- docs/reference/how-to/general.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/how-to/general.asciidoc b/docs/reference/how-to/general.asciidoc index ee876eb3843..b78ef63b4c8 100644 --- a/docs/reference/how-to/general.asciidoc +++ b/docs/reference/how-to/general.asciidoc @@ -15,7 +15,7 @@ use the <> API. [[maximum-document-size]] === Avoid large documents -Given that the default <> is set to +Given that the default <> is set to 100MB, Elasticsearch will refuse to index any document that is larger than that. You might decide to increase that particular setting, but Lucene still has a limit of about 2GB.