OpenSearch/docs/java-api/admin/indices
Christoph Büscher ae912cbde4
[Docs] Fix Java Api index administration usage (#28260)
The Java API documentation for index administration currenty is wrong because
the PutMappingRequestBuilder#setSource(Object... source) an
CreateIndexRequestBuilder#addMapping(String type, Object... source) methods
delegate to methods that check that the input arguments are valid key/value
pairs. This changes the docs so the java api code examples are included from
documentation integration tests so we detect compile and runtime issues earlier.

Closes #28131
2018-03-14 22:02:06 +01:00
..
create-index.asciidoc Add documentation for Java API create index and put mapping 2015-12-30 17:51:16 +01:00
get-settings.asciidoc Add documentation for Java API update/get settings API 2015-12-31 14:26:30 +01:00
index.asciidoc Add documentation for Java API refresh API 2015-12-31 15:11:58 +01:00
put-mapping.asciidoc [Docs] Fix Java Api index administration usage (#28260) 2018-03-14 22:02:06 +01:00
refresh.asciidoc Add documentation for Java API refresh API 2015-12-31 15:11:58 +01:00
update-settings.asciidoc Add documentation for Java API update/get settings API 2015-12-31 14:26:30 +01:00