Uses of Interface
org.elasticsearch.action.CompositeIndicesRequest
-
-
Uses of CompositeIndicesRequest in org.elasticsearch.action.bulk
Classes in org.elasticsearch.action.bulk that implement CompositeIndicesRequest Modifier and Type Class Description classBulkRequestA bulk request holds an orderedIndexRequests,DeleteRequests andUpdateRequests and allows to executes it in a single batch. -
Uses of CompositeIndicesRequest in org.elasticsearch.action.delete
Classes in org.elasticsearch.action.delete that implement CompositeIndicesRequest Modifier and Type Class Description classDeleteRequestA request to delete a document from an index based on its type and id. -
Uses of CompositeIndicesRequest in org.elasticsearch.action.get
Classes in org.elasticsearch.action.get that implement CompositeIndicesRequest Modifier and Type Class Description classMultiGetRequest -
Uses of CompositeIndicesRequest in org.elasticsearch.action.index
Classes in org.elasticsearch.action.index that implement CompositeIndicesRequest Modifier and Type Class Description classIndexRequestIndex request to index a typed JSON document into a specific index and make it searchable. -
Uses of CompositeIndicesRequest in org.elasticsearch.action.search
Classes in org.elasticsearch.action.search that implement CompositeIndicesRequest Modifier and Type Class Description classMultiSearchRequestA multi search API request. -
Uses of CompositeIndicesRequest in org.elasticsearch.action.termvectors
Classes in org.elasticsearch.action.termvectors that implement CompositeIndicesRequest Modifier and Type Class Description classMultiTermVectorsRequest -
Uses of CompositeIndicesRequest in org.elasticsearch.index.reindex
Classes in org.elasticsearch.index.reindex that implement CompositeIndicesRequest Modifier and Type Class Description classReindexRequestRequest to reindex some documents from one index to another. -
Uses of CompositeIndicesRequest in org.elasticsearch.script.mustache
Classes in org.elasticsearch.script.mustache that implement CompositeIndicesRequest Modifier and Type Class Description classMultiSearchTemplateRequestclassSearchTemplateRequestA request to execute a search based on a search template.
-