OpenSearch/server
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
..
cli Rename core module to server (#28180) 2018-01-11 11:30:43 -07:00
licenses upgrade to lucene 7.2.1 (#28218) 2018-01-15 16:47:46 +01:00
src [Docs] Fix Java Api index administration usage (#28133) 2018-01-16 12:05:03 +01:00
build.gradle Introduce elasticsearch-core jar (#28191) 2018-01-15 09:59:01 -07:00