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
}