Merge pull request #17272 from pengqiuyuan/master

Update template-query.asciidoc
This commit is contained in:
Clinton Gormley 2016-03-24 16:49:49 +01:00
commit 0e7054cf02
1 changed files with 1 additions and 1 deletions

View File

@ -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.