Struct rs_es::query::SimpleQueryStringQuery
[−]
[src]
pub struct SimpleQueryStringQuery { // some fields omitted }
pub struct SimpleQueryStringQuery { // some fields omitted }
impl SimpleQueryStringQuery
fn with_fields<T: Into<Vec<String>>>(self, value: T) -> Self
fn with_default_operator<T: Into<String>>(self, value: T) -> Self
fn with_analyzer<T: Into<String>>(self, value: T) -> Self
fn with_flags<T: Into<String>>(self, value: T) -> Self
fn with_lowercase_expanded_terms<T: Into<bool>>(self, value: T) -> Self
fn with_locale<T: Into<String>>(self, value: T) -> Self
fn with_lenient<T: Into<bool>>(self, value: T) -> Self
fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, value: T) -> Self
fn build(self) -> Query
impl ToJson for SimpleQueryStringQuery
impl Debug for SimpleQueryStringQuery