FacetSearchResponse class

Search for facet values operation response

Inheritance

Constructors

FacetSearchResponse(Map<String, dynamic> raw)
Creates FacetSearchResponse instance.

Properties

exhaustiveFacetsCount bool
Whether the count returned for each facets is exhaustive.
no setter
facetHits List<Facet>
Search for facet values hits list
final
hashCode int
The hash code for this object.
no setteroverride
processingTimeMS int
Time the server took to process the request, in milliseconds. This does not include network time.
no setter
raw Map<String, dynamic>
Raw search response
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.
override

Operators

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