Struct rs_es::query::IndicesQuery
[−]
[src]
pub struct IndicesQuery { // some fields omitted }
pub struct IndicesQuery { // some fields omitted }
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
impl ToJson for IndicesQuery
impl Debug for IndicesQuery