Struct rs_es::query::BoolFilter
[−]
[src]
pub struct BoolFilter { // some fields omitted }
pub struct BoolFilter { // some fields omitted }
impl BoolFilter
fn with_must<T: Into<Vec<Filter>>>(self, value: T) -> Self
fn with_must_not<T: Into<Vec<Filter>>>(self, value: T) -> Self
fn with_should<T: Into<Vec<Filter>>>(self, value: T) -> Self
fn with_cache<T: Into<bool>>(self, value: T) -> Self
fn with_cache_key<T: Into<String>>(self, value: T) -> Self
fn with_name<T: Into<String>>(self, value: T) -> Self
fn build(self) -> Filter
impl ToJson for BoolFilter
impl Debug for BoolFilter