Replies: 1 comment 1 reply
-
Efficient query evaluation depends on being able to skip "work" computing scores that can never make it into the top-k. This is dependent on the term scores and their distribution. It may be the case that weighting terms changes the term score distributions such that these optimizations are no longer possible. Can you provide some examples of queries and query latencies? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to do term reweighting with the Query Builder API. However, it looks like using this API makes the searching much slower. Is this expected? If so, is there any efficient way to reweight terms in a query?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions