Struct rs_es::query::TermsQuery
[−]
[src]
pub struct TermsQuery { // some fields omitted }
pub struct TermsQuery { // some fields omitted }
impl TermsQuery
fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, value: T) -> Self
fn build(self) -> Query
impl ToJson for TermsQuery
impl Debug for TermsQuery