Trait tantivy::Postings [] [src]

pub trait Postings: DocSet {
    fn term_freq(&self) -> u32;
    fn positions(&self) -> &[u32];
}

Required Methods

fn term_freq(&self) -> u32

fn positions(&self) -> &[u32]

Implementors