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