Struct rs_es::query::SimpleQueryStringQuery [] [src]

pub struct SimpleQueryStringQuery {
    // some fields omitted
}

Methods

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

Trait Implementations

impl ToJson for SimpleQueryStringQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for SimpleQueryStringQuery

fn fmt(&self, __arg_0: &mut Formatter) -> Result