Changes
Performance improvements:
- Use
set_iid_to_termsonPUSHwhen assuming new (inc29f50d)
Dependency updates:
- Update dependencies (in
3e99e50) - Bump
jieba-rsfrom0.10to0.11(in6e2b5a1)
Bug Fixes
- Use byte offsets in CJK tokenizer (in
638d310)- Fix panic on Chinese text (
start byte index … is not a char boundary): usejieba_rs::Token::byte_start(byte offset) instead ofstart(Unicode offset) inTokenizer::tokenize. Also uselinderaToken::byte_startinstead of the removedtoken_startfield.
- Fix panic on Chinese text (
- Fix object counter on big-endian platforms and after batch ingest (in
6902b0e) - Clear
IIDIncrfrom cache during aFLUSHO(in0e1a2ce)