count(*)
, count(distinct)
, sum
, avg
, min
, max
.
An example of a SQL aggregation that is translated to a Solr facet query is below:
Having Clause
AHAVING
clause can also be applied to single and multi-dimension aggregations.count(*)
, count(distinct)
, sum
, avg
, min
, max
.
An example of a SQL aggregation that is translated to a Solr facet query is below:
HAVING
clause can also be applied to single and multi-dimension aggregations.