Tags: ShabbirHasan1/tantivy
Tags
chore: Release (quickwit-oss#2168) * chore: Release * update CHANGELOG
Fix building on windows with mmap (quickwit-oss#2070) * Fix windows build * Make pub * Update docs * Re arrange * Fix compilation error on unix * Fix unix borrows * Revert "Fix unix borrows" This reverts commit c1d94fd. * Fix unix borrows and revert original change * Fix warning * Cleaner code. --------- Co-authored-by: Paul Masurel <[email protected]>
release tantivy (quickwit-oss#2083) * prerelease * chore: Release
fix: doc store for files larger 4GB (quickwit-oss#1856) 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 larger 4GB is merged. tantivy version 0.19 is affected
fix: doc store for files larger 4GB 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 larger 4GB is merged. tantivy version 0.19 is affected
Fix max bucket limit in histogram (quickwit-oss#1703) * Fix max bucket limit in histogram The max bucket limit in histogram was broken, since some code introduced temporary filtering of buckets, which then resulted into an incorrect increment on the bucket count. The provided solution covers more scenarios, but there are still some scenarios unhandled (See quickwit-oss#1702). * Apply suggestions from code review Co-authored-by: Paul Masurel <[email protected]> Co-authored-by: Paul Masurel <[email protected]>
PreviousNext