Class AggregationPhase
java.lang.Object
org.elasticsearch.search.aggregations.AggregationPhase
- All Implemented Interfaces:
SearchPhase
public class AggregationPhase extends java.lang.Object implements SearchPhase
Aggregation phase of a search request, used to collect aggregations
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.SearchPhase
SearchPhase.SearchContextSourcePrinter -
Constructor Summary
Constructors Constructor Description AggregationPhase() -
Method Summary
Modifier and Type Method Description voidexecute(SearchContext context)Executes the search phasevoidpreProcess(SearchContext context)Performs pre processing of the search context before the execute.
-
Constructor Details
-
Method Details
-
preProcess
Description copied from interface:SearchPhasePerforms pre processing of the search context before the execute.- Specified by:
preProcessin interfaceSearchPhase
-
execute
Description copied from interface:SearchPhaseExecutes the search phase- Specified by:
executein interfaceSearchPhase
-