소스 검색

Docs: Corrected typo in how to (#33910)

max_context_length -> max_content_length
Jan Jíša 7 년 전
부모
커밋
822b067a3e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/how-to/general.asciidoc

+ 1 - 1
docs/reference/how-to/general.asciidoc

@@ -15,7 +15,7 @@ use the <<search-request-scroll,Scroll>> API.
 [[maximum-document-size]]
 === 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
 that. You might decide to increase that particular setting, but Lucene still
 has a limit of about 2GB.