Type Definition tantivy::termdict::TermStreamer[][src]

pub type TermStreamer<'a, A = AlwaysMatch> = TermStreamer<'a, A>;
Expand description

TermStreamer acts as a cursor over a range of terms of a segment. Terms are guaranteed to be sorted.