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) -> Self
fn with_filter<T: Into<Query>>(self, val: T) -> Self
fn with_should<T: Into<OneOrMany<Query>>>(self, val: T) -> Self
fn with_must_not<T: Into<OneOrMany<Query>>>(self, val: T) -> Self
fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, val: T) -> Self
fn with_boost<T: Into<f64>>(self, val: T) -> Self
fn with_disable_coord<T: Into<bool>>(self, val: T) -> Self
fn build(self) -> Query
impl Debug for BoolQuery
[src]impl Default for BoolQuery
[src]