Uses of Class
org.elasticsearch.action.search.MultiSearchResponse.Item

Packages that use MultiSearchResponse.Item
org.elasticsearch.action.search Search action. 
 

Uses of MultiSearchResponse.Item in org.elasticsearch.action.search
 

Methods in org.elasticsearch.action.search that return MultiSearchResponse.Item
 MultiSearchResponse.Item[] MultiSearchResponse.getResponses()
          The list of responses, the order is the same as the one provided in the request.
static MultiSearchResponse.Item MultiSearchResponse.Item.readItem(StreamInput in)
           
 MultiSearchResponse.Item[] MultiSearchResponse.responses()
          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
 Iterator<MultiSearchResponse.Item> MultiSearchResponse.iterator()
           
 

Constructors in org.elasticsearch.action.search with parameters of type MultiSearchResponse.Item
MultiSearchResponse(MultiSearchResponse.Item[] items)
           
 



Copyright © 2009-2012. All Rights Reserved.