David Pilato 60661ec9cc Add first High level client documentation
The REST Client is split into 2 parts:

* Low level
* High level

The High level client has a main common section and the document delete API documentation as a start.
2017-02-24 13:52:36 +01:00

15 lines
339 B
Plaintext

[[java-rest-high]]
== Java High Level REST Client
The <<java-rest-high>>'s features include:
include::apis.asciidoc[]
It depends on elasticsearch core project as it uses elasticsearch request and response
objects so it will simplify a migration from the transport client.
include::usage.asciidoc[]
include::document/index.asciidoc[]