FacetStat class

When using the facets parameter, the distributed facets that contain some numeric values are displayed in a facetStats object that contains, per facet, the numeric min and max values of the hits returned by the search query. If none of the hits returned by the search query have a numeric value for a facet, this facet is not part of the facetStats object.

Constructors

FacetStat({required num min, required num max})
const
FacetStat.fromMap(Map<String, Object?> src)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
max num
The maximum value for the numerical facet being distributed.
final
min num
The minimum value for the numerical facet being distributed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited