Skip to main content

Typesense_MultiSearchRequestParamsTextMatchType

In a multi-field matching context, this parameter determines how the representative text match score of a record is calculated. Possible values are max_score (default) or max_weight.

enum Typesense_MultiSearchRequestParamsTextMatchType {
max_score
max_weight
}

Values

Typesense_MultiSearchRequestParamsTextMatchType.max_score

Typesense_MultiSearchRequestParamsTextMatchType.max_weight

Member Of

Typesense_SearchParams_Input input