소스 검색

Update index-modules.asciidoc

Removed the experimental label from `index.code`

Closes #16644
Clinton Gormley 9 년 전
부모
커밋
96dba26d9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/index-modules.asciidoc

+ 1 - 1
docs/reference/index-modules.asciidoc

@@ -70,7 +70,7 @@ Checking shards may take a lot of time on large indices.
 
 [[index-codec]] `index.codec`::
 
-    experimental[] The +default+ value compresses stored data with LZ4
+    The +default+ value compresses stored data with LZ4
     compression, but this can be set to +best_compression+
     which uses https://en.wikipedia.org/wiki/DEFLATE[DEFLATE] for a higher
     compression ratio, at the expense of slower stored fields performance.