Interface StatsAggregationResult

All Superinterfaces:
AggregationResult
All Known Subinterfaces:
ExtendedStatsAggregationResult, ExtendedStatsBucketPipelineAggregationResult, StatsBucketPipelineAggregationResult

@ProviderType public interface StatsAggregationResult extends AggregationResult
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    long
     
    double
     
    double
     
    double
     

    Methods inherited from interface com.liferay.portal.search.aggregation.AggregationResult

    getName
  • Method Details

    • getAvg

      double getAvg()
    • getCount

      long getCount()
    • getMax

      double getMax()
    • getMin

      double getMin()
    • getSum

      double getSum()