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

Support new searchable triplets #4

Open
jnguyenx opened this issue Nov 1, 2016 · 1 comment
Open

Support new searchable triplets #4

jnguyenx opened this issue Nov 1, 2016 · 1 comment
Assignees

Comments

@jnguyenx
Copy link
Contributor

jnguyenx commented Nov 1, 2016

Before a field marked as searchable was generating now extra field with an analyzer. Now the new golr-schema generator produces 3 extra fields, one with the StandardTokenizer, one with the KeywordTokenizer and finally one with the EdgeNGramTokenizer. This way we match words in any order, exact match and partial match for autocomplete.

@jnguyenx
Copy link
Contributor Author

jnguyenx commented Nov 1, 2016

Once fixed, berkeleybop/golr-schema#3 can be merged.

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

2 participants