0.12
版本发布时间: 2020-02-19 21:29:26
quickwit-oss/tantivy最新发布版本:0.22.0(2024-04-12 13:05:18)
- Removing static dispatch in tokenizers for simplicity. (#762)
- Added backward iteration for
TermDictionary
stream. (@halvorboe) - Fixed a performance issue when searching for the posting lists of a missing term (@audunhalland)
- Added a configurable maximum number of docs (10M by default) for a segment to be considered for merge (@hntd187, landed by @halvorboe #713)
- Important Bugfix #777, causing tantivy to retain memory mapping. (diagnosed by @poljar)
- Added support for field boosting. (#547, @fulmicoton)