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

Optimize NGram Analyzer to output the full text as a gram #27

Closed
haefele opened this issue Apr 7, 2015 · 0 comments
Closed

Optimize NGram Analyzer to output the full text as a gram #27

haefele opened this issue Apr 7, 2015 · 0 comments
Assignees

Comments

@haefele
Copy link
Owner

haefele commented Apr 7, 2015

This way we can still seach for the full text like a firstname or lastname, even if it's longer than our 15 character gram limit.

This is a good tradeoff between searchability and disk-space.
And, more importantly, this way our suggestions will work without any issues, because we can search for the complete suggested text.

@haefele haefele self-assigned this Apr 7, 2015
@haefele haefele added this to the Mileage v0.1.0.0 milestone Apr 7, 2015
@haefele haefele closed this as completed in 19a1ed8 Apr 9, 2015
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