logo
pub fn write_alive_bitset<T: Write>(
    alive_bitset: &BitSet,
    writer: &mut T
) -> Result<()>
Expand description

Write an alive BitSet

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