Struct rs_es::query::HasChildQuery [] [src]

pub struct HasChildQuery {
    // some fields omitted
}

Methods

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

Trait Implementations

impl ToJson for HasChildQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for HasChildQuery

fn fmt(&self, __arg_0: &mut Formatter) -> Result