exhaustiveFacetsCount property

  1. @JsonKey(name: r'exhaustiveFacetsCount')
bool exhaustiveFacetsCount
final

Whether the facet count is exhaustive (true) or approximate (false). For more information, see Why are my facet and hit counts not accurate.

Implementation

@JsonKey(name: r'exhaustiveFacetsCount')
final bool exhaustiveFacetsCount;