diff --git a/docs/_examples/exists.asciidoc b/docs/_examples/exists.asciidoc index 6e5577844..7d6d43d5a 100644 --- a/docs/_examples/exists.asciidoc +++ b/docs/_examples/exists.asciidoc @@ -1,4 +1,4 @@ -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({ diff --git a/docs/api_methods.asciidoc b/docs/api_methods.asciidoc index 04e338ba0..8da55864f 100644 --- a/docs/api_methods.asciidoc +++ b/docs/api_methods.asciidoc @@ -565,7 +565,7 @@ Returns a boolean indicating whether or not a given document exists. The default method is `HEAD` and the usual <> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/1.6/docs-get.html[the elasticsearch docs] for more about this method. -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({ diff --git a/docs/api_methods_0_90.asciidoc b/docs/api_methods_0_90.asciidoc index b90db5372..a69671f36 100644 --- a/docs/api_methods_0_90.asciidoc +++ b/docs/api_methods_0_90.asciidoc @@ -410,7 +410,7 @@ Returns a boolean indicating whether or not a given document exists. The default method is `HEAD` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/docs-get.html[the elasticsearch docs] for more about this method. -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({ diff --git a/docs/api_methods_1_0.asciidoc b/docs/api_methods_1_0.asciidoc index d21e87840..813433dca 100644 --- a/docs/api_methods_1_0.asciidoc +++ b/docs/api_methods_1_0.asciidoc @@ -471,7 +471,7 @@ Returns a boolean indicating whether or not a given document exists. The default method is `HEAD` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/docs-get.html[the elasticsearch docs] for more about this method. -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({ diff --git a/docs/api_methods_1_1.asciidoc b/docs/api_methods_1_1.asciidoc index 38ea97392..6f1e91801 100644 --- a/docs/api_methods_1_1.asciidoc +++ b/docs/api_methods_1_1.asciidoc @@ -477,7 +477,7 @@ Returns a boolean indicating whether or not a given document exists. The default method is `HEAD` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.1/docs-get.html[the elasticsearch docs] for more about this method. -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({ diff --git a/docs/api_methods_1_2.asciidoc b/docs/api_methods_1_2.asciidoc index 3e4a9b69b..089438754 100644 --- a/docs/api_methods_1_2.asciidoc +++ b/docs/api_methods_1_2.asciidoc @@ -477,7 +477,7 @@ Returns a boolean indicating whether or not a given document exists. The default method is `HEAD` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.2/docs-get.html[the elasticsearch docs] for more about this method. -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({ diff --git a/docs/api_methods_1_3.asciidoc b/docs/api_methods_1_3.asciidoc index f7297924d..a13deb001 100644 --- a/docs/api_methods_1_3.asciidoc +++ b/docs/api_methods_1_3.asciidoc @@ -525,7 +525,7 @@ Returns a boolean indicating whether or not a given document exists. The default method is `HEAD` and the usual <> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/1.3/docs-get.html[the elasticsearch docs] for more about this method. -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({ diff --git a/docs/api_methods_1_4.asciidoc b/docs/api_methods_1_4.asciidoc index 32ba2e9ab..79407e4c8 100644 --- a/docs/api_methods_1_4.asciidoc +++ b/docs/api_methods_1_4.asciidoc @@ -553,7 +553,7 @@ Returns a boolean indicating whether or not a given document exists. The default method is `HEAD` and the usual <> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/1.4/docs-get.html[the elasticsearch docs] for more about this method. -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({ diff --git a/docs/api_methods_1_5.asciidoc b/docs/api_methods_1_5.asciidoc index 023862515..fa1bf2674 100644 --- a/docs/api_methods_1_5.asciidoc +++ b/docs/api_methods_1_5.asciidoc @@ -553,7 +553,7 @@ Returns a boolean indicating whether or not a given document exists. The default method is `HEAD` and the usual <> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/1.5/docs-get.html[the elasticsearch docs] for more about this method. -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({ diff --git a/docs/api_methods_1_6.asciidoc b/docs/api_methods_1_6.asciidoc index 12458cbda..2560083ef 100644 --- a/docs/api_methods_1_6.asciidoc +++ b/docs/api_methods_1_6.asciidoc @@ -565,7 +565,7 @@ Returns a boolean indicating whether or not a given document exists. The default method is `HEAD` and the usual <> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/1.6/docs-get.html[the elasticsearch docs] for more about this method. -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({ diff --git a/docs/api_methods_2_0.asciidoc b/docs/api_methods_2_0.asciidoc index 867023e7a..fc62b94a1 100644 --- a/docs/api_methods_2_0.asciidoc +++ b/docs/api_methods_2_0.asciidoc @@ -459,7 +459,7 @@ Returns a boolean indicating whether or not a given document exists. The default method is `HEAD` and the usual <> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/2.0/docs-get.html[the elasticsearch docs] for more about this method. -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({ diff --git a/docs/api_methods_2_1.asciidoc b/docs/api_methods_2_1.asciidoc index 2e765f21d..c7b137a77 100644 --- a/docs/api_methods_2_1.asciidoc +++ b/docs/api_methods_2_1.asciidoc @@ -459,7 +459,7 @@ Returns a boolean indicating whether or not a given document exists. The default method is `HEAD` and the usual <> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/2.1/docs-get.html[the elasticsearch docs] for more about this method. -.Check that the document `/myindex/mytype/1` exits +.Check that the document `/myindex/mytype/1` exist [source,js] --------- client.exists({