Package | Description |
---|---|
org.elasticsearch.search | |
org.elasticsearch.search.aggregations.metrics.tophits | |
org.elasticsearch.search.fetch.innerhits |
Constructor and Description |
---|
SearchService(Settings settings,
ClusterService clusterService,
IndicesService indicesService,
IndicesWarmer indicesWarmer,
ThreadPool threadPool,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
DfsPhase dfsPhase,
QueryPhase queryPhase,
FetchPhase fetchPhase,
IndicesQueryCache indicesQueryCache) |
Constructor and Description |
---|
Factory(String name,
FetchPhase fetchPhase,
SubSearchContext subSearchContext) |
TopHitsAggregator(FetchPhase fetchPhase,
SubSearchContext subSearchContext,
String name,
long estimatedBucketsCount,
AggregationContext context,
Aggregator parent) |
TopHitsParser(FetchPhase fetchPhase,
SortParseElement sortParseElement,
FetchSourceParseElement sourceParseElement,
HighlighterParseElement highlighterParseElement,
FieldDataFieldsParseElement fieldDataFieldsParseElement,
ScriptFieldsParseElement scriptFieldsParseElement) |
Modifier and Type | Method and Description |
---|---|
void |
InnerHitsFetchSubPhase.setFetchPhase(FetchPhase fetchPhase) |
Copyright © 2009–2015. All rights reserved.