| Package | Description |
|---|---|
| org.elasticsearch.action.count |
Count action.
|
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Constructor and Description |
|---|
CountResponse(SearchResponse searchResponse)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResponse |
MultiSearchResponse.Item.getResponse()
The actual search response, null if its a failure.
|
SearchResponse |
SearchScrollAction.newResponse() |
SearchResponse |
SearchAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportSearchAction.doExecute(SearchRequest searchRequest,
ActionListener<SearchResponse> listener) |
protected void |
TransportSearchScrollAction.doExecute(SearchScrollRequest request,
ActionListener<SearchResponse> listener) |
| Constructor and Description |
|---|
MultiSearchResponse.Item(SearchResponse response,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<SearchResponse> |
Client.search(SearchRequest request)
Search across one or more indices and one or more types with a query.
|
ActionFuture<SearchResponse> |
Client.searchScroll(SearchScrollRequest request)
A search scroll request to continue searching a previous scrollable search request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.search(SearchRequest request,
ActionListener<SearchResponse> listener)
Search across one or more indices and one or more types with a query.
|
void |
Client.searchScroll(SearchScrollRequest request,
ActionListener<SearchResponse> listener)
A search scroll request to continue searching a previous scrollable search request.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<SearchResponse> |
AbstractClient.search(SearchRequest request) |
ActionFuture<SearchResponse> |
AbstractClient.searchScroll(SearchScrollRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.search(SearchRequest request,
ActionListener<SearchResponse> listener) |
void |
AbstractClient.searchScroll(SearchScrollRequest request,
ActionListener<SearchResponse> listener) |
Copyright © 2009–2017. All rights reserved.