Struct rs_es::query::joining::HasChildQuery
[−]
[src]
pub struct HasChildQuery { // some fields omitted }
Has Child query
Methods
impl HasChildQuery
[src]
fn with_score_mode<T: Into<ScoreMode>>(self, val: T) -> Self
fn with_min_children<T: Into<u64>>(self, val: T) -> Self
fn with_max_children<T: Into<u64>>(self, val: T) -> Self
fn build(self) -> Query
Trait Implementations
impl Debug for HasChildQuery
[src]
impl Default for HasChildQuery
[src]
fn default() -> HasChildQuery
Returns the "default value" for a type. Read more