- Java REST Client (deprecated): other versions:
- Overview
- Java Low Level REST Client
- Java High Level REST Client
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Initialization
editInitialization
editA RestHighLevelClient
instance needs a REST low-level client
to be built as follows:
We pass the REST low-level client instance |
In the rest of this documentation about the Java High Level Client, the RestHighLevelClient
instance
will be referenced as client
.
Was this helpful?
Thank you for your feedback.