Package org.elasticsearch.client
package org.elasticsearch.client
The client module allowing to easily perform actions/operations.
-
InterfaceDescriptionAdministrative actions/operations against the cluster or the indices.A client provides a one stop interface for performing actions/operations against the cluster.Administrative actions/operations against indices.Administrative actions/operations against indices.
-
ClassDescriptionA Client that sends requests with the
origin
set to a particular value and calls its ActionListener in its originalThreadContext
.A Client that sets the parent task on all requests that it makes.A handy one stop shop for creating requests (make sure to import static this class).