Matthew
10/18/2023, 4:51 PMtext_match_info
. Does it exist?Matthew
10/18/2023, 4:55 PMMatthew
10/18/2023, 4:56 PM"text_match_info": {
"best_field_score": "1108091338752",
"best_field_weight": 15,
"fields_matched": 1,
"score": "578730123365187705",
"tokens_matched": 1
}
Jason Bosco
10/18/2023, 7:38 PMMatthew
10/19/2023, 1:32 PMbest_field_weight
and how is it reflected in the score?Matthew
10/19/2023, 1:42 PMbest_field_score
Matthew
10/19/2023, 2:47 PMtext_match_info
is the same for each result?Kishore Nallan
10/20/2023, 4:15 AMbest_field_weight
is the weight of the field with the best matching text when scored against the query tokens. If a user provided set of field weights are not given, the fields in the query are assigned descending order of weights. best_field_score
is the actual score of the best matching field.
We use these values to compute an aggregated text match score per record.
It also appears that theThis can happen if all records being returned exactly contain all the query tokens.is the same for each result?text_match_info