Readonly
countThe total number of values counted that match the facet expression.
Readonly
maxThe maximum value of the field, scoped to the faceted results.
Optional
Readonly
meanThe average value of the field calculated as sum
/ count
.
Only returned for number fields.
Readonly
minThe minimum value of the field, scoped to the faceted results.
Readonly
nameName of the facet.
Optional
Readonly
sumThe sum of values of the field that match the facet expression.
Only returned for number fields.
Result of a stats facet. The data type of
min
max
,mean
, andsum
matches the data type of thefield
in the facet expression.