Struct rs_es::query::IndicesFilter
[−]
[src]
pub struct IndicesFilter { // some fields omitted }
pub struct IndicesFilter { // some fields omitted }
impl IndicesFilter
fn with_index<T: Into<String>>(self, value: T) -> Self
fn with_indices<T: Into<Vec<String>>>(self, value: T) -> Self
fn with_filter<T: Into<Box<Filter>>>(self, value: T) -> Self
fn with_no_match_filter<T: Into<NoMatchFilter>>(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 IndicesFilter
impl Debug for IndicesFilter