nbSortedHits property

  1. @JsonKey(name: r'nbSortedHits')
int? nbSortedHits
final

Number of hits selected and sorted by the relevant sort algorithm.

Implementation

@JsonKey(name: r'nbSortedHits')
final int? nbSortedHits;