mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
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" +
|
" \"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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user