Class AggregationPhase

  • All Implemented Interfaces:
    SearchPhase

    public class AggregationPhase
    extends java.lang.Object
    implements SearchPhase
    Aggregation phase of a search request, used to collect aggregations
    • Method Summary

      Modifier and Type Method Description
      void execute​(SearchContext context)
      Executes the search phase
      void preProcess​(SearchContext context)
      Performs pre processing of the search context before the execute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AggregationPhase

        @Inject
        public AggregationPhase()