OpenSearch/docs/java-api/admin
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
..
cluster docs: Replaces indexed script java api docs with stored script api docs 2018-01-10 18:03:14 +01:00
indices [Docs] Fix Java Api index administration usage (#28260) 2018-03-14 22:02:06 +01:00
index.asciidoc Add documentation for Java API create index and put mapping 2015-12-30 17:51:16 +01:00