浏览代码

[DOCS] Removes beta label from index sorting (#34327)

Jim Ferenczi 7 年之前
父节点
当前提交
cfe8eab455
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      docs/reference/index-modules/index-sorting.asciidoc

+ 0 - 2
docs/reference/index-modules/index-sorting.asciidoc

@@ -1,8 +1,6 @@
 [[index-modules-index-sorting]]
 == Index Sorting
 
-beta[]
-
 When creating a new index in Elasticsearch it is possible to configure how the Segments
 inside each Shard will be sorted. By default Lucene does not apply any sort.
 The `index.sort.*` settings define which fields should be used to sort the documents inside each Segment.