Skip to main content

Module doc_set

Module doc_set 

Source
Expand description

Document-id support sets.

DocSet is the carrier for document-level Boolean algebra. Payload-bearing posting lists project onto this type through crate::PostingList::support; payload values are deliberately absent, so equality and the Boolean laws describe exactly the same thing.

Structsยง

DocSet
A finite set of document ids stored in ascending order.