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

Need support tantivy 0.21.1 #81

Closed
MochiXu opened this issue Nov 28, 2023 · 2 comments · Fixed by #82
Closed

Need support tantivy 0.21.1 #81

MochiXu opened this issue Nov 28, 2023 · 2 comments · Fixed by #82

Comments

@MochiXu
Copy link

MochiXu commented Nov 28, 2023

It seems not support latest tantivy version(0.21.1)

the trait bound `LinderaTokenizer: Tokenizer` is not satisfied
the following other types implement trait `Tokenizer`:
  CangJieTokenizer
  Box<(dyn tantivy::tokenizer::tokenizer::BoxableTokenizer + 'static)>
  tantivy::tokenizer::alphanum_only::AlphaNumOnlyFilterWrapper<T>
  tantivy::tokenizer::ascii_folding_filter::AsciiFoldingFilterWrapper<T>
  FacetTokenizer
  tantivy::tokenizer::lower_caser::LowerCaserFilter<T>
  NgramTokenizer
  RawTokenizer
and 7 others
required for `TextAnalyzer` to implement `From<LinderaTokenizer>`rustc
@mosuka
Copy link
Member

mosuka commented Nov 28, 2023

@MochiXu
Thanks for letting me know. I will fix it later.

@mosuka mosuka mentioned this issue Dec 2, 2023
@mosuka mosuka closed this as completed in #82 Dec 2, 2023
@mosuka
Copy link
Member

mosuka commented Dec 2, 2023

@MochiXu
I released v0.27.1. Please check it out.
Thanks 😃

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 a pull request may close this issue.

2 participants