OpenSearch/docs/java-api
Simon Willnauer 8394544548 Add a dedicated client/transport project for transport-client (#19435)
The `client/transport` project adds a new jar build project that
pulls in all dependencies and configures all required modules.

Preinstalled modules are:
 * transport-netty
 * lang-mustache
 * reindex
 * percolator

The `TransportClient` classes are still in core
while `TransportClient.Builder` has only a protected construcutor
such that users are redirected to use the new `TransportClientBuilder`
from the new jar.

Closes #19412
2016-07-18 15:42:24 +02:00
..
admin Update Java API doc for cluster health 2016-06-28 10:13:08 +02:00
aggregations Add back support for `ip` range aggregations. #17859 2016-05-13 17:22:01 +02:00
docs More changes to java update-by-query api docs 2016-06-29 11:10:02 -04:00
query-dsl Template cleanup: 2016-07-18 10:16:01 +02:00
aggs.asciidoc removing duplicated parenthese open (#17975) 2016-04-26 20:13:08 +02:00
client.asciidoc Add a dedicated client/transport project for transport-client (#19435) 2016-07-18 15:42:24 +02:00
docs.asciidoc Remove delete-by-query core docs 2015-08-01 05:14:46 -04:00
index.asciidoc percolator: Replace percolate api with the new percolator query 2016-03-21 12:21:50 +01:00
indexed-scripts.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
query-dsl.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
search.asciidoc Replaced SCAN search type with _doc sort in scroll query 2016-04-07 06:52:14 +02:00