Class AggregationPhase

java.lang.Object
org.elasticsearch.search.aggregations.AggregationPhase

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

    Constructors
    Constructor Description
    AggregationPhase()  
  • Method Summary

    Modifier and Type Method Description
    void execute​(SearchContext context)  
    void preProcess​(SearchContext context)  

    Methods inherited from class java.lang.Object

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

    • AggregationPhase

      @Inject public AggregationPhase()
  • Method Details