John
10/05/2023, 2:30 PMtext_match_type
from the default max_score
to max_weight
and it seems to improve results for some queries, but I would like to better understand how it works. How does it combine matches on multiple tokens? For example, if you search for "black t-shirt" and we search on color
with field weight 10 and product_type
with field weight 1, it'll first rank on color=black
, but surely the match on product_type
must be used for some tie breaking? Sorry if the question is unclear, it's a bit confusing to me 🙂John
10/05/2023, 2:47 PMKishore Nallan
10/05/2023, 2:57 PM