OpenSearch/docs/java-api
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
..
admin [Docs] Fix Java Api index administration usage (#28260) 2018-03-14 22:02:06 +01:00
aggregations Modifies the JavaAPI docs related to AggregationBuilder 2018-01-11 12:59:30 +01:00
docs Remove `operationThreaded` from Java API (#27836) 2017-12-15 15:20:55 +01:00
query-dsl added docs for `wrapper` query. 2018-03-14 11:51:22 +01:00
aggs.asciidoc removing duplicated parenthese open (#17975) 2016-04-26 20:13:08 +02:00
client.asciidoc Deprecate the transport client in favour of the high-level REST client (#27085) 2017-12-01 12:24:16 +01:00
docs.asciidoc Add documentation for Delete By Query Java API 2016-12-16 18:11:55 +01:00
index.asciidoc Removed outdated docs about shading Elasticsearch 2018-03-14 17:38:58 +01:00
query-dsl.asciidoc Build that java api docs from a test (#24354) 2017-05-02 13:00:56 -04:00
search.asciidoc Fix typo in terminate after API docs 2018-03-14 13:04:07 -04:00