Query match describes how well a result aligns with the user’s query. In practice, it covers match types (exact, phrase, token, fuzzy, semantic) and the rules that fire when a query equals certain patterns.
Query match is the matching logic and score that connect a query to a result. It spans match types (exact/phrase/token/fuzzy/semantic), field priorities (title > attributes > description), and rules that trigger on specific queries (e.g., best bets, redirects, promotions).
Query match is the foundation of relevance and routing. Combine precise match types with a small set of audited rules, then let ranking balance quality and business goals.
Query match vs ranking?
Match narrows and scores relevance evidence; ranking blends that with business features (LTR).
Do vectors replace match types?
No—vectors add meaning; keep exact/phrase for precision and control.
How many rules are safe?
Keep a small, audited set for high-value intents; rely on retrieval for the rest.