Uses of Class
org.elasticsearch.action.get.MultiGetResponse
-
Packages that use MultiGetResponse Package Description org.elasticsearch.action.get org.elasticsearch.client org.elasticsearch.client.support -
-
Uses of MultiGetResponse in org.elasticsearch.action.get
Methods in org.elasticsearch.action.get that return MultiGetResponse Modifier and Type Method Description static MultiGetResponseMultiGetResponse. fromXContent(XContentParser parser)Method parameters in org.elasticsearch.action.get with type arguments of type MultiGetResponse Modifier and Type Method Description protected voidTransportMultiGetAction. doExecute(Task task, MultiGetRequest request, ActionListener<MultiGetResponse> listener)protected voidTransportMultiGetAction. executeShardAction(ActionListener<MultiGetResponse> listener, AtomicArray<MultiGetItemResponse> responses, Map<ShardId,MultiGetShardRequest> shardRequests) -
Uses of MultiGetResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return MultiGetResponse Modifier and Type Method Description MultiGetResponseRestHighLevelClient. mget(MultiGetRequest multiGetRequest, RequestOptions options)Retrieves multiple documents by id using the Multi Get API.MultiGetResponseRestHighLevelClient. multiGet(MultiGetRequest multiGetRequest, RequestOptions options)Deprecated.Methods in org.elasticsearch.client that return types with arguments of type MultiGetResponse Modifier and Type Method Description ActionFuture<MultiGetResponse>Client. multiGet(MultiGetRequest request)Multi get documents.Method parameters in org.elasticsearch.client with type arguments of type MultiGetResponse Modifier and Type Method Description CancellableRestHighLevelClient. mgetAsync(MultiGetRequest multiGetRequest, RequestOptions options, ActionListener<MultiGetResponse> listener)Asynchronously retrieves multiple documents by id using the Multi Get API.voidClient. multiGet(MultiGetRequest request, ActionListener<MultiGetResponse> listener)Multi get documents.CancellableRestHighLevelClient. multiGetAsync(MultiGetRequest multiGetRequest, RequestOptions options, ActionListener<MultiGetResponse> listener)Deprecated. -
Uses of MultiGetResponse in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support that return types with arguments of type MultiGetResponse Modifier and Type Method Description ActionFuture<MultiGetResponse>AbstractClient. multiGet(MultiGetRequest request)Method parameters in org.elasticsearch.client.support with type arguments of type MultiGetResponse Modifier and Type Method Description voidAbstractClient. multiGet(MultiGetRequest request, ActionListener<MultiGetResponse> listener)
-