Uses of Class
org.apache.solr.analytics.value.DoubleValue.AbstractDoubleValue
-
Packages that use DoubleValue.AbstractDoubleValue Package Description org.apache.solr.analytics.function.reduction Reduction functions to use for analytics expressions. -
-
Uses of DoubleValue.AbstractDoubleValue in org.apache.solr.analytics.function.reduction
Subclasses of DoubleValue.AbstractDoubleValue in org.apache.solr.analytics.function.reduction Modifier and Type Class Description classMeanFunctionA reduction function which returns the mean of the values of the given expression.classSumFunctionA reduction function which returns the sum of the values of the given expression.
-