Semantic Query Rewrite Interception Drops Boosts #128696
Labels
>bug
:SearchOrg/Relevance
Label for the Search (solution/org) Relevance team
Team:Search - Relevance
The Search organization Search Relevance team
Team:SearchOrg
Meta label for the Search Org (Enterprise Search)
Elasticsearch Version
9.1
Installed Plugins
No response
Java Version
bundled
OS Version
N/A
Problem Description
match
,knn
, andsparse_vector
queries that targetsemantic_text
fields drop any boosts applied to those queries when they are rewritten.This happens because the query interception logic makes incomplete copies of the queries during rewrite. Other information is lost in this copy operation as well, such as any name assigned to the query.
Steps to Reproduce
semantic_text
fieldsemantic_text
field using amatch
query with a boostLogs (if relevant)
No response
The text was updated successfully, but these errors were encountered: