Struct rs_es::query::term::TermsQueryLookup
[−]
[src]
pub struct TermsQueryLookup { // some fields omitted }
Terms Query Lookup
Methods
impl<'a> TermsQueryLookup
[src]
fn new<A, B>(id: A, path: B) -> TermsQueryLookup where A: Into<JsonVal>, B: Into<String>
fn with_index<T: Into<String>>(self, val: T) -> Self
fn with_type<T: Into<String>>(self, val: T) -> Self
fn with_routing<T: Into<String>>(self, val: T) -> Self
Trait Implementations
impl Debug for TermsQueryLookup
[src]
impl Default for TermsQueryLookup
[src]
fn default() -> TermsQueryLookup
Returns the "default value" for a type. Read more