| Package | Description |
|---|---|
| org.elasticsearch.search | |
| org.elasticsearch.search.aggregations.metrics.tophits | |
| org.elasticsearch.search.fetch.innerhits |
| Constructor and Description |
|---|
SearchService(Settings settings,
NodeSettingsService nodeSettingsService,
ClusterService clusterService,
IndicesService indicesService,
IndicesWarmer indicesWarmer,
ThreadPool threadPool,
ScriptService scriptService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
DfsPhase dfsPhase,
QueryPhase queryPhase,
FetchPhase fetchPhase,
IndicesRequestCache indicesQueryCache) |
| Constructor and Description |
|---|
TopHitsAggregator.Factory(String name,
FetchPhase fetchPhase,
SubSearchContext subSearchContext) |
TopHitsAggregator(FetchPhase fetchPhase,
SubSearchContext subSearchContext,
String name,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
TopHitsParser(FetchPhase fetchPhase,
SortParseElement sortParseElement,
FetchSourceParseElement sourceParseElement,
HighlighterParseElement highlighterParseElement,
FieldDataFieldsParseElement fieldDataFieldsParseElement,
ScriptFieldsParseElement scriptFieldsParseElement,
FieldsParseElement fieldsParseElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
InnerHitsFetchSubPhase.setFetchPhase(FetchPhase fetchPhase) |
Copyright © 2009–2017. All rights reserved.