Package org.elasticsearch.client
The client module allowing to easily perform actions/operations.
-
Interface Summary Interface Description AdminClient Administrative actions/operations against the cluster or the indices.Client A client provides a one stop interface for performing actions/operations against the cluster.ClusterAdminClient Administrative actions/operations against indices.ElasticsearchClient IndicesAdminClient Administrative actions/operations against indices. -
Class Summary Class Description FilterClient OriginSettingClient A Client that sends requests with theorigin
set to a particular value and calls its ActionListener in its originalThreadContext
.ParentTaskAssigningClient A Client that sets the parent task on all requests that it makes.Requests A handy one stop shop for creating requests (make sure to import static this class).