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

improved ranking #93

Merged
merged 3 commits into from
Oct 2, 2023
Merged

improved ranking #93

merged 3 commits into from
Oct 2, 2023

Conversation

k4lizen
Copy link
Member

@k4lizen k4lizen commented Sep 30, 2023

Improved the ranking system.
Now ranking is done after all results are retrieved.
RetrievedRank.Rank cannot be set anymore, only .Page and .OnPageRank. .Rank is calculated after all results are collected. This standardizes the info we have for results, making our ranking easier. Now the ranking will be a bit slower though, since it is not run while the retreival happens, but after. It could be parallelized so it is done for each engines results separately, though this is not the case right now.

@k4lizen k4lizen merged commit d777c4d into main Oct 2, 2023
@k4lizen k4lizen deleted the rank branch October 2, 2023 16:22
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.

2 participants