Docs fix - missing callout

This commit is contained in:
markharwood 2019-01-29 21:24:08 +00:00
parent b889221f75
commit 0470ee1fcc

View File

@ -2101,7 +2101,7 @@ public class IndicesClientDocumentationIT extends ESRestHighLevelClientTestCase
" \"type\": \"text\"\n" + " \"type\": \"text\"\n" +
" }\n" + " }\n" +
" }\n" + " }\n" +
"}", // <2> "}",
XContentType.JSON); XContentType.JSON);
// end::put-template-request-mappings-json // end::put-template-request-mappings-json
assertTrue(client.indices().putTemplate(request, RequestOptions.DEFAULT).isAcknowledged()); assertTrue(client.indices().putTemplate(request, RequestOptions.DEFAULT).isAcknowledged());