Skip to content

Tantivy v0.19.2

Compare
Choose a tag to compare
@PSeitz PSeitz released this 10 Feb 04:26
· 420 commits to main since this release

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)