Struct tantivy::tokenizer::SimpleTokenizer [] [src]

pub struct SimpleTokenizer;

Tokenize the text by splitting on whitespaces and punctuation.

Trait Implementations

impl Clone for SimpleTokenizer
[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 SimpleTokenizer
[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