| Package | Description |
|---|---|
| org.elasticsearch.percolator | |
| org.elasticsearch.search | |
| org.elasticsearch.search.action | |
| org.elasticsearch.search.fetch | |
| org.elasticsearch.search.internal |
| Modifier and Type | Method and Description |
|---|---|
FetchSearchResult |
PercolateContext.fetchResult() |
| Modifier and Type | Method and Description |
|---|---|
FetchSearchResult |
SearchService.executeFetchPhase(ShardFetchRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchServiceTransportAction.sendExecuteFetch(DiscoveryNode node,
ShardFetchSearchRequest request,
ActionListener<FetchSearchResult> listener) |
void |
SearchServiceTransportAction.sendExecuteFetchScroll(DiscoveryNode node,
ShardFetchRequest request,
ActionListener<FetchSearchResult> listener) |
| Modifier and Type | Method and Description |
|---|---|
FetchSearchResult |
QueryFetchSearchResult.fetchResult() |
FetchSearchResult |
FetchSearchResult.fetchResult() |
FetchSearchResult |
FetchSearchResultProvider.fetchResult() |
FetchSearchResult |
FetchSearchResult.initCounter() |
static FetchSearchResult |
FetchSearchResult.readFetchSearchResult(StreamInput in) |
| Constructor and Description |
|---|
QueryFetchSearchResult(QuerySearchResult queryResult,
FetchSearchResult fetchResult) |
| Modifier and Type | Method and Description |
|---|---|
FetchSearchResult |
SubSearchContext.fetchResult() |
FetchSearchResult |
FilteredSearchContext.fetchResult() |
FetchSearchResult |
DefaultSearchContext.fetchResult() |
abstract FetchSearchResult |
SearchContext.fetchResult() |
Copyright © 2009–2017. All rights reserved.