Interface StatsAggregationResult
- All Superinterfaces:
AggregationResult
- All Known Subinterfaces:
ExtendedStatsAggregationResult
,ExtendedStatsBucketPipelineAggregationResult
,StatsBucketPipelineAggregationResult
-
Method Summary
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()
-