[Docs] Correct template example description #35829

This commit is contained in:
Stéphane Campinas 2018-11-23 05:29:20 +01:00 committed by Christoph Büscher
parent 6fb7ce66e6
commit fb80d298de
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ sr = new SearchTemplateRequestBuilder(client)
.get() <5>
.getResponse(); <6>
--------------------------------------------------
<1> template name
<1> template's body
<2> template is passed inline
<3> parameters
<4> set the execution context (ie. define the index name here)