Struct rs_es::query::full_text::SimpleQueryStringQuery
[−]
[src]
pub struct SimpleQueryStringQuery { // some fields omitted }
SimpleQueryString query
Methods
impl SimpleQueryStringQuery
[src]
fn with_fields<T: Into<Vec<String>>>(self, val: T) -> Self
fn with_default_operator<T: Into<String>>(self, val: T) -> Self
fn with_analyzer<T: Into<String>>(self, val: T) -> Self
fn with_flags<T: Into<Flags<SimpleQueryStringFlags>>>(self, val: T) -> Self
fn with_lowercase_expanded_terms<T: Into<bool>>(self, val: T) -> Self
fn with_analyze_wildcard<T: Into<bool>>(self, val: T) -> Self
fn with_locale<T: Into<String>>(self, val: T) -> Self
fn with_lenient<T: Into<bool>>(self, val: T) -> Self
fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, val: T) -> Self
fn build(self) -> Query
Trait Implementations
impl Debug for SimpleQueryStringQuery
[src]
impl Default for SimpleQueryStringQuery
[src]
fn default() -> SimpleQueryStringQuery
Returns the "default value" for a type. Read more