WARNING: Deprecated in 7.15.0.
The Java REST Client is deprecated in favor of the Java API Client.
Updating the dependencies
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Updating the dependencies
editJava application that uses the TransportClient
depends on the
org.elasticsearch.client:transport
artifact. This dependency
must be replaced by a new dependency on the high-level client.
The Getting Started page shows typical configurations for Maven and Gradle and presents the dependencies brought by the high-level client.