Docs: Corrected typo in how to (#33910)

max_context_length -> max_content_length
This commit is contained in:
Jan Jíša 2018-09-20 22:13:18 +02:00 committed by Nik Everett
parent dbe6405354
commit 822b067a3e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ use the <<search-request-scroll,Scroll>> API.
[[maximum-document-size]] [[maximum-document-size]]
=== Avoid large documents === Avoid large documents
Given that the default <<modules-http,`http.max_context_length`>> is set to Given that the default <<modules-http,`http.max_content_length`>> is set to
100MB, Elasticsearch will refuse to index any document that is larger than 100MB, Elasticsearch will refuse to index any document that is larger than
that. You might decide to increase that particular setting, but Lucene still that. You might decide to increase that particular setting, but Lucene still
has a limit of about 2GB. has a limit of about 2GB.