-
Notifications
You must be signed in to change notification settings - Fork 63
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
Panic when there is CJK character in the document #24
Comments
The bug is confiremd. The problem is in the implementation of Debug for Document. https://github.com/tantivy-search/tantivy-py/blob/master/src/document.rs#L102 @acc557 We will fix this swiftly. In the meanwhile, the workaround is fairly obvious... You cannot call repr(doc). But you can do anything else.
Also note that tantivy-py does not come with a japanese tokenizer. |
Thank you for the really fast response! |
…ions/actions-rs/toolchain-16499b5e05bf2e26879000db0c1d13f7e13fa3af build(deps): bump actions-rs/toolchain from 63eb9591781c46a70274cb3ebdf190fce92702e8 to 16499b5e05bf2e26879000db0c1d13f7e13fa3af
When trying the demo code with CJK characters,
the thread panic at
The text was updated successfully, but these errors were encountered: