relevancyStrictness property

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

Relevancy threshold below which less relevant results aren't included in the results. You can only set relevancyStrictness on virtual replica indices. Use this setting to strike a balance between the relevance and number of returned results.

Implementation

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