Function tantivy::fastfield::write_delete_bitset[][src]

pub fn write_delete_bitset(
    delete_bitset: &BitSet,
    max_doc: u32,
    writer: &mut WritePtr
) -> Result<()>

Write a delete BitSet

where delete_bitset is the set of deleted DocId. Warning: this function does not call terminate. The caller is in charge of closing the writer properly.