Struct rs_es::query::IndicesQuery [] [src]

pub struct IndicesQuery {
    // some fields omitted
}

Methods

impl IndicesQuery

fn with_index<T: Into<String>>(self, value: T) -> Self

fn with_indices<T: Into<Vec<String>>>(self, value: T) -> Self

fn with_no_match_query<T: Into<Box<Query>>>(self, value: T) -> Self

fn build(self) -> Query

Trait Implementations

impl ToJson for IndicesQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for IndicesQuery

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