Enum abra::analysis::Analyzer [] [src]

pub enum Analyzer {
    None,
    Standard,
    EdgeNGram,
}

Variants

Methods

impl Analyzer
[src]

Trait Implementations

impl Debug for Analyzer
[src]

Formats the value using the given formatter.

impl PartialEq for Analyzer
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.