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
BestFields
MostFields
CrossFields
Phrase
PhrasePrefix
Trait Implementations
impl Debug for MatchQueryType
[src]
impl Clone for MatchQueryType
[src]
fn clone(&self) -> MatchQueryType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Serialize for MatchQueryType
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.