histogram property

Map<String, String>? histogram
getter/setter pair

A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value.

The key format is: * (for string histogram) string values stored in the field.

Implementation

core.Map<core.String, core.String>? histogram;