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

type TermMerger<'a> = TermMerger<'a>;

Given a list of sorted term streams, returns an iterator over sorted unique terms.

The item yield is actually a pair with

  • the term
  • a slice with the ordinal of the segments containing the terms.