Docs fix - missing callout
This commit is contained in:
parent
b889221f75
commit
0470ee1fcc
|
@ -2101,7 +2101,7 @@ public class IndicesClientDocumentationIT extends ESRestHighLevelClientTestCase
|
|||
" \"type\": \"text\"\n" +
|
||||
" }\n" +
|
||||
" }\n" +
|
||||
"}", // <2>
|
||||
"}",
|
||||
XContentType.JSON);
|
||||
// end::put-template-request-mappings-json
|
||||
assertTrue(client.indices().putTemplate(request, RequestOptions.DEFAULT).isAcknowledged());
|
||||
|
|
Loading…
Reference in New Issue