Faceting class

Constructors

Faceting({int? maxValuesPerFacet, Map<String, FacetingSortTypes>? sortFacetValuesBy})
const
Faceting.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxValuesPerFacet int?
Define maximum number of value returned for a facet for a search query. It means that with the default value of 100, it is not possible to have 101 different colors if the `color`` field is defined as a facet at search time.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortFacetValuesBy Map<String, FacetingSortTypes>?
Defines how facet values are sorted.
final

Methods

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

Operators

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