Browse Source

[TEST] wait for yellow before query execution

We can remove this once https://github.com/elastic/elasticsearch/pull/18759
is in.
Britta Weber 9 years ago
parent
commit
053a615686
1 changed files with 2 additions and 0 deletions
  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