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,
SearchServiceListener<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.ObjectObjectOpenHashMap<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 |
---|---|
abstract DfsSearchResult |
SearchContext.dfsResult() |
DfsSearchResult |
FilteredSearchContext.dfsResult() |
DfsSearchResult |
DefaultSearchContext.dfsResult() |
Copyright © 2009–2015. All rights reserved.