elasticsearch/docs/reference
Nik Everett 3912761572 [docs] Add wait_until_yellow to fix build failure
The snippet in the docs creates and index and uses it with the
_analyze api. The trouble is that if the index hasn't been created
fully the _analyze API will fail. This adds a
GET _cluster/health?wait_for_status=yellow
which fixes the issue.

While this does make the docs more cluttered, it also makes the snippets
actually runnable.

Closes #18165
2016-05-05 16:02:00 -04:00
..
aggregations Add the ability to use the breadth_first mode with nested aggregations (such as `top_hits`) which require access to score information. 2016-05-04 15:35:45 +02:00
analysis [docs] Add wait_until_yellow to fix build failure 2016-05-05 16:02:00 -04:00
cat percolator: renamed `percolator` query to `percolate` query 2016-04-20 15:23:54 +02:00
cluster Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
docs Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
images Updated decay-function image in function_score query 2016-04-20 13:37:52 +02:00
index-modules Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
indices Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
ingest Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
mapping Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
migration Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
modules Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
query-dsl Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
release-notes Added release notes for 5.0.0-alpha2 2016-05-02 14:21:59 +02:00
search Drop top level inner hits in favour of inner hits defined in the query dsl. 2016-04-29 11:17:24 +02:00
setup Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
testing
aggregations.asciidoc Merge pull request #16741 from blachniet/patch-1 2016-03-02 10:57:56 +01:00
analysis.asciidoc
api-conventions.asciidoc Revert IPv6 here 2016-04-27 08:07:44 -07:00
cat.asciidoc Add support for documented byte/size units and for micros as a time unit in _cat API 2016-04-15 20:55:41 +02:00
cluster.asciidoc Update task management docs to reflect the latest changes in the interface 2016-03-29 12:26:37 -04:00
docs.asciidoc Docs: Display reindex/update by query API and fix build doc issue 2016-03-18 10:44:16 +01:00
getting-started.asciidoc Docs: Update example aggs to use dynamic keyword field 2016-04-22 16:34:15 -07:00
glossary.asciidoc Improve glossary to not refer to types as "like a table" (#17704) 2016-04-13 14:29:47 +02:00
index-modules.asciidoc Fix fallback setting for two get/2 2016-04-22 11:10:01 -04:00
index.asciidoc Bumped docs version 2016-05-03 15:35:33 +02:00
indices.asciidoc
ingest.asciidoc Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
mapping.asciidoc Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
modules.asciidoc Reorganise scripting docs (#18132) 2016-05-04 18:17:10 +02:00
query-dsl.asciidoc
redirects.asciidoc Docs: Complete rewrite of setup, installation, and configuration docs 2016-04-03 16:09:48 +02:00
release-notes.asciidoc Added release notes for 5.0.0-alpha2 2016-05-02 14:21:59 +02:00
search.asciidoc
setup.asciidoc Docs: Complete rewrite of setup, installation, and configuration docs 2016-04-03 16:09:48 +02:00
testing.asciidoc