Package com.liferay.portal.search.stats
Interface StatsResponse
@ProviderType
public interface StatsResponse
-
Method Details
-
getCardinality
long getCardinality() -
getCount
long getCount() -
getField
String getField() -
getMax
double getMax() -
getMean
double getMean() -
getMin
double getMin() -
getMissing
long getMissing() -
getStandardDeviation
double getStandardDeviation() -
getSum
double getSum() -
getSumOfSquares
double getSumOfSquares()
-