Tantivy v0.19.2
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)