-
-
Notifications
You must be signed in to change notification settings - Fork 684
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
Move Tokenizer API to own crate #1766
Comments
PSeitz
added a commit
that referenced
this issue
Jan 8, 2023
closes #1766 Finding tantivy tokenizers is a frustrating experience currently, since they need be updated for each tantivy version. That's unnecessary since the API is rather stable anyway.
PSeitz
added a commit
that referenced
this issue
Jan 8, 2023
closes #1766 Finding tantivy tokenizers is a frustrating experience currently, since they need be updated for each tantivy version. That's unnecessary since the API is rather stable anyway.
PSeitz
added a commit
that referenced
this issue
Jan 8, 2023
closes #1766 Finding tantivy tokenizers is a frustrating experience currently, since they need be updated for each tantivy version. That's unnecessary since the API is rather stable anyway.
PSeitz
added a commit
that referenced
this issue
Jan 8, 2023
closes #1766 Finding tantivy tokenizers is a frustrating experience currently, since they need be updated for each tantivy version. That's unnecessary since the API is rather stable anyway.
PSeitz
added a commit
that referenced
this issue
Jan 8, 2023
closes #1766 Finding tantivy tokenizers is a frustrating experience currently, since they need be updated for each tantivy version. That's unnecessary since the API is rather stable anyway.
PSeitz
added a commit
that referenced
this issue
Jan 9, 2023
closes #1766 Finding tantivy tokenizers is a frustrating experience currently, since they need be updated for each tantivy version. That's unnecessary since the API is rather stable anyway.
Hodkinson
pushed a commit
to Hodkinson/tantivy
that referenced
this issue
Jan 30, 2023
closes quickwit-oss#1766 Finding tantivy tokenizers is a frustrating experience currently, since they need be updated for each tantivy version. That's unnecessary since the API is rather stable anyway.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of now with every tantivy version released, all tokenizers need also release a new version even if nothing changed. That causes unnecessary churn and incompatibilities.
Moving the tantivy tokenizer API to an own crate would solve that issue.
The text was updated successfully, but these errors were encountered: