elasticsearch/docs/java-rest/low-level/index.asciidoc
Luca Cavanna 3c5eb6cd1b [DOCS] restructure java clients docs pages (#25517)
This commit converts the low level client and high level client chapters into two parts, which allows each high level client supported api to be on a separate page and show up in the index on the right.
2017-07-04 10:58:57 +02:00

33 lines
713 B
Text

[[java-rest-low]]
= Java Low Level REST Client
[partintro]
--
The low-level client's features include:
* minimal dependencies
* load balancing across all available nodes
* failover in case of node failures and upon specific response codes
* failed connection penalization (whether a failed node is retried depends on
how many consecutive times it failed; the more failed attempts the longer the
client will wait before trying that same node again)
* persistent connections
* trace logging of requests and responses
* optional automatic <<sniffer,discovery of cluster nodes>>
--
include::usage.asciidoc[]
include::configuration.asciidoc[]
include::sniffer.asciidoc[]
include::../license.asciidoc[]