Struct rs_es::query::HasChildQuery
[−]
[src]
pub struct HasChildQuery { // some fields omitted }
pub struct HasChildQuery { // some fields omitted }
impl HasChildQuery
fn with_score_mode<T: Into<ScoreMode>>(self, value: T) -> Self
fn with_min_children<T: Into<u64>>(self, value: T) -> Self
fn with_max_children<T: Into<u64>>(self, value: T) -> Self
fn build(self) -> Query
impl ToJson for HasChildQuery
impl Debug for HasChildQuery