From 80ef18c3b2d05888850cad4100531cd4dd5a5527 Mon Sep 17 00:00:00 2001 From: pengqiuyuan Date: Wed, 23 Mar 2016 17:14:31 +0800 Subject: [PATCH] Update template-query.asciidoc --- docs/reference/query-dsl/template-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/template-query.asciidoc b/docs/reference/query-dsl/template-query.asciidoc index 104adffe630..80155671459 100644 --- a/docs/reference/query-dsl/template-query.asciidoc +++ b/docs/reference/query-dsl/template-query.asciidoc @@ -106,7 +106,7 @@ GET /_search } } ------------------------------------------ -<1> Name of the query template in `config/scripts/`, i.e., `storedTemplate.mustache`. +<1> Name of the query template in `config/scripts/`, i.e., `my_template.mustache`. There is also a dedicated `template` endpoint, allows you to template an entire search request.