Enum rs_es::query::full_text::SimpleQueryStringFlags [] [src]

pub enum SimpleQueryStringFlags {
    All,
    None,
    And,
    Or,
    Not,
    Prefix,
    Phrase,
    Precedence,
    Escape,
    Whitespace,
    Fuzzy,
    Near,
    Slop,
}

Flags for the SimpleQueryString query

Variants

Trait Implementations

impl Debug for SimpleQueryStringFlags
[src]

Formats the value using the given formatter.

impl AsRef<str> for SimpleQueryStringFlags
[src]

Performs the conversion.