0.19.2
版本发布时间: 2023-02-10 12:26:52
quickwit-oss/tantivy最新发布版本:0.22.0(2024-04-12 13:05:18)
Fixes an issue in the skip list deserialization, which deserialized the byte start offset incorrectly as u32.
get_doc
will fail for any docs that live in a block with start offset larger than u32::MAX (~4GB).
Causes index corruption, if a segment with a doc store file larger 4GB is merged. (@PSeitz)