- Add CustomJiebaTokenizer to allow user to provide their Jieba instance
- Re-export jieba_rs as tantivy_jieba::jieba_rs
- Bump jieba_rs to 0.8.0
- Fix token position definition again, suggested by @wangrunji0408
- Reduce memory allocations to improve performance, suggested by @wangrunji0408
- Fix token position definition, suggested by @wangrunji0408
- Bump tantivy-tokenizer-api to 0.5.0 (thanks @cncases)
- Bump tantivy-tokenizer-api to 0.3.0 (thanks @b41sh)
- Bump tantivy-tokenizer-api to 0.2.0
- Use tantivy-tokenizer-api instead of depending on tantivy directly
- Bump tantivy version to 0.20.2
- Bump tantivy version to 0.19.0
- Bump jieba-rs version to 0.6.7
- Bump tantivy version to 0.18.0
- Bump jieba-rs version to 0.6.6
- Fix issue #5: offset should be byte-indexed
- Bump tantivy version to 0.15.1
- Bump jieba-rs version to 0.6.4
- Bump tantivy version to 0.12
- Bump jieba-rs version to 0.5
- Bump tantivy version to 0.11
- Bump tantivy version to 0.10
- Use lazy_static to load dict only once.
- Implement basic working version.