Skip to content
New issue

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

feat: support brute-force search over all the candidates #31

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

silver-ymz
Copy link
Member

close #26

Implementation Details

It'll perform k-way merge for all posting lists containing query tokens. When there are muiltiple posting lists iterating the same docid, it will add all scores and push it into candidates. Finally, it will sort candidates.

@silver-ymz silver-ymz requested a review from VoVAllen January 17, 2025 15:43
@silver-ymz silver-ymz merged commit 988c77e into main Jan 20, 2025
5 checks passed
@silver-ymz silver-ymz deleted the feat/brute-force-search branch January 20, 2025 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Support brute-force search over all the candidates
2 participants