We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bm25_query_to_svector
pg_bestmatch.rs/src/lib.rs
Lines 216 to 221 in 3126173
This is for:
But if the score (BM25) is pre-computed on the document level, it will become:
This means that for each query, the score is not only affected by token $\in D \land Q$, but also token $\in D \notin Q$.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pg_bestmatch.rs/src/lib.rs
Lines 216 to 221 in 3126173
This is for:
But if the score (BM25) is pre-computed on the document level, it will become:
This means that for each query, the score is not only affected by token$\in D \land Q$ , but also token $\in D \notin Q$ .
solutions
The text was updated successfully, but these errors were encountered: