Struct rs_es::query::TermsQuery [] [src]

pub struct TermsQuery {
    // some fields omitted
}

Methods

impl TermsQuery

fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, value: T) -> Self

fn build(self) -> Query

Trait Implementations

impl ToJson for TermsQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for TermsQuery

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