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

Index frequent bigrams #39

Closed
fulmicoton opened this issue Oct 17, 2016 · 1 comment
Closed

Index frequent bigrams #39

fulmicoton opened this issue Oct 17, 2016 · 1 comment

Comments

@fulmicoton
Copy link
Collaborator

High frequency words like "the" are hurting the query performance.

They are most of the time not queried alone.
Build the analyzer that generate the right tokens for index, and query.

In query

 "the lord of the ring" -> "the lord", "of", "the", "ring"

In index

 "the lord of the ring" -> [ ["the", "lord"], "the lord"], "of", "the", "ring"
@fulmicoton
Copy link
Collaborator Author

Duplicate of #314

@fulmicoton fulmicoton marked this as a duplicate of #314 Jun 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant