Struct tantivy::termdict::TermDictionaryBuilderImpl [] [src]

pub struct TermDictionaryBuilderImpl<W> { /* fields omitted */ }

See TermDictionaryBuilder

Trait Implementations

impl<W> TermDictionaryBuilder<W> for TermDictionaryBuilderImpl<W> where
    W: Write
[src]

[src]

Creates a new TermDictionaryBuilder

[src]

Inserts a (key, value) pair in the term dictionary. Read more

[src]

Finalize writing the builder, and returns the underlying Write object. Read more