Struct tantivy::tokenizer::RawTokenizer [] [src]

pub struct RawTokenizer;

For each value of the field, emit a single unprocessed token.

Trait Implementations

impl Clone for RawTokenizer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Tokenizer<'a> for RawTokenizer
[src]

Type associated to the resulting tokenstream tokenstream.

[src]

Creates a token stream for a given str.

[src]

Appends a token filter to the current tokenizer. Read more