class |
CountFunction |
A 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.
|
class |
DocCountFunction |
A 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.
|
class |
MeanFunction |
A reduction function which returns the mean of the values of the given expression.
|
class |
MissingFunction |
A reduction function which returns the number of documents for which the given expression does
not exist.
|
class |
SumFunction |
A reduction function which returns the sum of the values of the given expression.
|
class |
UniqueFunction |
A reduction function which returns the number of unique values of the given expression.
|