| Modifier and Type | Method and Description |
|---|---|
DfsSearchResult |
PercolateContext.dfsResult() |
| Modifier and Type | Method and Description |
|---|---|
DfsSearchResult |
SearchService.executeDfsPhase(ShardSearchRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchServiceTransportAction.sendExecuteDfs(DiscoveryNode node,
ShardSearchTransportRequest request,
ActionListener<DfsSearchResult> listener) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedDfs |
SearchPhaseController.aggregateDfs(AtomicArray<DfsSearchResult> results) |
| Modifier and Type | Method and Description |
|---|---|
DfsSearchResult |
DfsSearchResult.fieldStatistics(com.carrotsearch.hppc.ObjectObjectHashMap<String,org.apache.lucene.search.CollectionStatistics> fieldStatistics) |
DfsSearchResult |
DfsSearchResult.maxDoc(int maxDoc) |
static DfsSearchResult |
DfsSearchResult.readDfsSearchResult(StreamInput in) |
DfsSearchResult |
DfsSearchResult.termsStatistics(org.apache.lucene.index.Term[] terms,
org.apache.lucene.search.TermStatistics[] termStatistics) |
| Modifier and Type | Method and Description |
|---|---|
DfsSearchResult |
FilteredSearchContext.dfsResult() |
DfsSearchResult |
DefaultSearchContext.dfsResult() |
abstract DfsSearchResult |
SearchContext.dfsResult() |
Copyright © 2009–2017. All rights reserved.