Uses of Class
org.apache.solr.analytics.value.LongValue.AbstractLongValue
-
Packages that use LongValue.AbstractLongValue Package Description org.apache.solr.analytics.function.reduction Reduction functions to use for analytics expressions. -
-
Uses of LongValue.AbstractLongValue in org.apache.solr.analytics.function.reduction
Subclasses of LongValue.AbstractLongValue in org.apache.solr.analytics.function.reduction Modifier and Type Class Description classCountFunctionA reduction function which either counts the number of values that the parameter expression contains, or the number of documents returned if no parameter is given.classDocCountFunctionA reduction function which either counts the number of Solr Documents for which the parameter expression exists, or the number of documents returned if no parameter is given.classMissingFunctionA reduction function which returns the number of documents for which the given expression does not exist.classUniqueFunctionA reduction function which returns the number of unique values of the given expression.
-