maxValue property

double? maxValue
getter/setter pair

The maximum value in the FacetValue.interval.

Only supported on numerical facets and returned if SearchRequest.FacetSpec.FacetKey.return_min_max is true.

Implementation

core.double? maxValue;