From 2b70c3f878998b2fcba91525dbc4ce50e71487a4 Mon Sep 17 00:00:00 2001 From: "zi.tan" Date: Tue, 7 May 2019 10:02:02 +0800 Subject: [PATCH] =?UTF-8?q?modules/indices.asciidoc=20=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/modules/indices.asciidoc | 31 ++++++++++++------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/docs/reference/modules/indices.asciidoc b/docs/reference/modules/indices.asciidoc index 5f7bb7b9abae5..3b255e7a7b423 100644 --- a/docs/reference/modules/indices.asciidoc +++ b/docs/reference/modules/indices.asciidoc @@ -1,34 +1,33 @@ [[modules-indices]] -== Indices +== 索引 -The indices module controls index-related settings that are globally managed -for all indices, rather than being configurable at a per-index level. +索引模块控索引相关的设置,这些设置全局地管理所有索引,而不是在每个索引级别配置。 -Available settings include: +可用设置包括: -<>:: +<>:: - Circuit breakers set limits on memory usage to avoid out of memory exceptions. + 断路器设置内存使用限制,以避免内存不足异常。 -<>:: +<>:: - Set limits on the amount of heap used by the in-memory fielddata cache. + 设置内存中字段数据(fielddata)缓存使用的堆大小限制。 -<>:: +<>:: - Configure the amount heap used to cache queries results. + 配置用于缓存查询结果的堆大小。 -<>:: +<>:: - Control the size of the buffer allocated to the indexing process. + 控制分配给索引过程的缓冲区的大小。 -<>:: +<>:: - Control the behaviour of the shard-level request cache. + 控制分片级请求缓存的行为。 -<>:: +<>:: - Control the resource limits on the shard recovery process. + 控制分片恢复过程的资源限制。 include::indices/circuit_breaker.asciidoc[]