Struct rs_es::query::MatchAllQuery [] [src]

pub struct MatchAllQuery {
    // some fields omitted
}

Match all query

Methods

impl MatchAllQuery
[src]

fn with_boost<T: Into<f64>>(self, val: T) -> Self

fn build(self) -> Query

Trait Implementations

impl Debug for MatchAllQuery
[src]

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

Formats the value using the given formatter.

impl Default for MatchAllQuery
[src]

fn default() -> MatchAllQuery

Returns the "default value" for a type. Read more