elasticsearch/docs/java-api
Christoph Büscher 67c1f1c856
[Docs] Fix Java Api index administration usage (#28133)
The Java API documentation for index administration currenty is wrong because
the PutMappingRequestBuilder#setSource(Object... source) and
CreateIndexRequestBuilder#addMapping(String type, Object... source) methods
delegate to methods that check that the input arguments are valid key/value
pairs:

https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/java-admin-indices.html

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-01-16 12:05:03 +01:00
..
admin [Docs] Fix Java Api index administration usage (#28133) 2018-01-16 12:05:03 +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 docs: updated java client api to take this into account too to take into account the p/c queries are in parent-join module 2017-07-13 11:24:22 +02: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 docs: Replaces indexed script java api docs with stored script api docs 2018-01-10 18:03:14 +01:00
query-dsl.asciidoc Build that java api docs from a test (#24354) 2017-05-02 13:00:56 -04:00
search.asciidoc Update reference from DateHistogram to Histogram (#26169) 2017-08-14 11:52:23 -07:00