Docs: Adds documentation for indices.exists_template

Closes: #8657
This commit is contained in:
Sebastian Ziebell 2014-11-25 16:46:25 +01:00 committed by Clinton Gormley
parent 4dd228d02f
commit 3a6c6f4b26
1 changed files with 15 additions and 0 deletions

View File

@ -94,6 +94,21 @@ curl -XGET localhost:9200/_template/
--------------------------------------------------
[float]
[[indices-templates-exists]]
=== Templates exists
Used to check if the template exists or not. For example:
[source,js]
-----------------------------------------------
curl -XHEAD localhost:9200/_template/template_1
-----------------------------------------------
The HTTP status code indicates if the template with the given name
exists or not. A status code `200` means it exists, a `404` it does not.
[float]
[[multiple-templates]]
=== Multiple Template Matching