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

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

Variants

BestFields
MostFields
CrossFields
Phrase
PhrasePrefix

Trait Implementations

impl ToJson for MatchQueryType

fn to_json(&self) -> Json

Derived Implementations

impl Debug for MatchQueryType

fn fmt(&self, __arg_0: &mut Formatter) -> Result