Struct rs_es::query::compound::IndicesQuery
[−]
[src]
pub struct IndicesQuery {
// some fields omitted
}Indices query
Methods
impl IndicesQuery[src]
fn with_no_match_query<T: Into<NoMatchQuery>>(self, val: T) -> Self
fn build(self) -> Query
Trait Implementations
impl Debug for IndicesQuery[src]
impl Default for IndicesQuery[src]
fn default() -> IndicesQuery
Returns the "default value" for a type. Read more