Struct tantivy::tokenizer::LowerCaser [] [src]

pub struct LowerCaser;

Token filter that lowercase terms.

Trait Implementations

impl Clone for LowerCaser
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<TailTokenStream> TokenFilter<TailTokenStream> for LowerCaser where
    TailTokenStream: TokenStream
[src]

The resulting TokenStream type.

[src]

Wraps a token stream and returns the modified one.