| Package | Description |
|---|---|
| org.elasticsearch.search | |
| org.elasticsearch.search.action | |
| org.elasticsearch.search.internal |
| Modifier and Type | Method and Description |
|---|---|
ScrollQueryFetchSearchResult |
SearchService.executeFetchPhase(InternalScrollSearchRequest request) |
ScrollQuerySearchResult |
SearchService.executeQueryPhase(InternalScrollSearchRequest request) |
ScrollQueryFetchSearchResult |
SearchService.executeScan(InternalScrollSearchRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchServiceTransportAction.sendExecuteFetch(DiscoveryNode node,
InternalScrollSearchRequest request,
ActionListener<ScrollQueryFetchSearchResult> listener) |
void |
SearchServiceTransportAction.sendExecuteQuery(DiscoveryNode node,
InternalScrollSearchRequest request,
ActionListener<ScrollQuerySearchResult> listener) |
void |
SearchServiceTransportAction.sendExecuteScan(DiscoveryNode node,
InternalScrollSearchRequest request,
ActionListener<ScrollQueryFetchSearchResult> listener) |
| Modifier and Type | Method and Description |
|---|---|
InternalScrollSearchRequest |
InternalScrollSearchRequest.scroll(Scroll scroll) |
Copyright © 2009–2017. All rights reserved.