Struct rs_es::query::compound::BoolQuery   
                   
                       [−]
                   
               [src]
pub struct BoolQuery {
    // some fields omitted
}Bool query
pub struct BoolQuery {
    // some fields omitted
}Bool query
impl BoolQuery[src]fn with_must<T: Into<OneOrMany<Query>>>(self, val: T) -> Selffn with_filter<T: Into<Query>>(self, val: T) -> Selffn with_should<T: Into<OneOrMany<Query>>>(self, val: T) -> Selffn with_must_not<T: Into<OneOrMany<Query>>>(self, val: T) -> Selffn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, val: T) -> Selffn with_boost<T: Into<f64>>(self, val: T) -> Selffn with_disable_coord<T: Into<bool>>(self, val: T) -> Selffn build(self) -> Queryimpl Debug for BoolQuery[src]impl Default for BoolQuery[src]