Uses of Class
org.elasticsearch.action.search.MultiSearchResponse.Item
-
Packages that use MultiSearchResponse.Item Package Description org.elasticsearch.action.search -
-
Uses of MultiSearchResponse.Item in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return MultiSearchResponse.Item Modifier and Type Method Description MultiSearchResponse.Item[]MultiSearchResponse. getResponses()The list of responses, the order is the same as the one provided in the request.Methods in org.elasticsearch.action.search that return types with arguments of type MultiSearchResponse.Item Modifier and Type Method Description Iterator<MultiSearchResponse.Item>MultiSearchResponse. iterator()Constructors in org.elasticsearch.action.search with parameters of type MultiSearchResponse.Item Constructor Description MultiSearchResponse(MultiSearchResponse.Item[] items, long tookInMillis)
-