Struct tantivy::termdict::TermStreamerBuilderImpl [] [src]

pub struct TermStreamerBuilderImpl<'a> { /* fields omitted */ }

See TermStreamerBuilder

Trait Implementations

impl<'a> TermStreamerBuilder for TermStreamerBuilderImpl<'a>
[src]

Associated TermStreamer type that this builder is building.

[src]

Limit the range to terms greater or equal to the bound

[src]

Limit the range to terms strictly greater than the bound

[src]

Limit the range to terms lesser or equal to the bound

[src]

Limit the range to terms lesser or equal to the bound

[src]

Creates the stream corresponding to the range of terms defined using the TermStreamerBuilder. Read more