facetsCount property

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

Whether the facet count is exhaustive (true) or approximate (false). See the related discussion.

Implementation

@JsonKey(name: r'facetsCount')
final bool? facetsCount;