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

pub enum MatchQueryType {
    BestFields,
    MostFields,
    CrossFields,
    Phrase,
    PhrasePrefix,
}

MatchQueryType - the type of the multi Match Query

Variants

Trait Implementations

impl Debug for MatchQueryType
[src]

Formats the value using the given formatter.

impl Clone for MatchQueryType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for MatchQueryType
[src]

Serializes this value into this serializer.