mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
60661ec9cc
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.
15 lines
339 B
Plaintext
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[]
|