Struct rs_es::query::NestedFilter
[−]
[src]
pub struct NestedFilter { // some fields omitted }
pub struct NestedFilter { // some fields omitted }
impl NestedFilter
fn with_score_mode<T: Into<ScoreMode>>(self, value: T) -> Self
fn with_join<T: Into<bool>>(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 NestedFilter
impl Debug for NestedFilter