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

Boost search relevance with importance score #36

Merged
merged 1 commit into from
May 6, 2020
Merged

Conversation

czgu
Copy link
Collaborator

@czgu czgu commented May 5, 2020

Score is calculated as such:
Math.log(1 * number of view + 10 * number of sample queries) + (2 if table is featured)

We can figure out how to refine this score later

@czgu czgu requested a review from meowcodes May 6, 2020 19:57
@meowcodes meowcodes merged commit 252c13b into master May 6, 2020
@czgu czgu deleted the relevance branch May 11, 2020 19:55
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