浏览代码

[TEST] wait for yellow before query execution

We can remove this once https://github.com/elastic/elasticsearch/pull/18759
is in.
Britta Weber 9 年之前
父节点
当前提交
053a615686
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/reference/search/request/sort.asciidoc

+ 2 - 0
docs/reference/search/request/sort.asciidoc

@@ -26,6 +26,8 @@ PUT /my_index
         }
     }
 }
+
+GET /_cluster/health?wait_for_status=yellow
 --------------------------------------------------
 // CONSOLE