瀏覽代碼

The alias is switched to point to the new index (#21512)

If the index satisfies the specified conditions then a new index is created and the alias is switched to point to the new index.
Jeffery Bradberry 9 年之前
父節點
當前提交
9322c4fe62
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/indices/rollover-index.asciidoc

+ 1 - 1
docs/reference/indices/rollover-index.asciidoc

@@ -7,7 +7,7 @@ index is considered to be too large or too old.
 The API accepts a single alias name and a list of `conditions`.  The alias
 must point to a single index only.  If the index satisfies the specified
 conditions then a new index is created and the alias is switched to point to
-the new alias.
+the new index.
 
 
 [source,js]