Package | Description |
---|---|
org.elasticsearch.action.search |
Search action.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Iterator<MultiSearchResponse.Item> |
MultiSearchResponse.iterator() |
Constructor and Description |
---|
MultiSearchResponse(MultiSearchResponse.Item[] items) |
Copyright © 2009–2015. All rights reserved.