elasticsearch/docs/reference/analysis/analyzers
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
..
custom-analyzer.asciidoc
fingerprint-analyzer.asciidoc Add `fingerprint` token filter and `fingerprint` analyzer 2016-04-20 16:10:56 -04:00
keyword-analyzer.asciidoc
lang-analyzer.asciidoc
pattern-analyzer.asciidoc [docs] Add wait_until_yellow to fix build failure 2016-05-05 16:02:00 -04:00
simple-analyzer.asciidoc
snowball-analyzer.asciidoc
standard-analyzer.asciidoc
stop-analyzer.asciidoc
whitespace-analyzer.asciidoc