| Package | Description |
|---|---|
| org.elasticsearch.search | |
| org.elasticsearch.search.action |
| Modifier and Type | Method and Description |
|---|---|
ScrollQueryFetchSearchResult |
SearchService.executeFetchPhase(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.sendExecuteScan(DiscoveryNode node,
InternalScrollSearchRequest request,
ActionListener<ScrollQueryFetchSearchResult> listener) |
Copyright © 2009–2017. All rights reserved.