浏览代码

[DOCS] Add missing index to test setup

#19884 fixed the aliases, but didn't add `index2` to the test setup which causes the
alias command to fail
polyfractal 9 年之前
父节点
当前提交
2c1b9b67db
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/indices/aliases.asciidoc

+ 1 - 1
docs/reference/indices/aliases.asciidoc

@@ -22,7 +22,7 @@ POST /_aliases
 }
 --------------------------------------------------
 // CONSOLE
-// TEST[s/^/PUT test1\n/]
+// TEST[s/^/PUT test1\nPUT test2\n/]
 
 An alias can also be removed, for example: