exhaustiveNbHits property

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

Indicates whether the number of hits nbHits is exhaustive (exact) or approximate.

Implementation

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