Struct rs_es::query::QueryStringQuery [] [src]

pub struct QueryStringQuery {
    // some fields omitted
}

Methods

impl QueryStringQuery

fn with_default_field<T: Into<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_allow_leading_wildcard<T: Into<bool>>(self, value: T) -> Self

fn with_lowercase_expanded_terms<T: Into<bool>>(self, value: T) -> Self

fn with_enable_position_increments<T: Into<bool>>(self, value: T) -> Self

fn with_fuzzy_max_expansions<T: Into<u64>>(self, value: T) -> Self

fn with_fuzziness<T: Into<Fuzziness>>(self, value: T) -> Self

fn with_fuzzy_prefix_length<T: Into<u64>>(self, value: T) -> Self

fn with_phrase_slop<T: Into<i64>>(self, value: T) -> Self

fn with_boost<T: Into<f64>>(self, value: T) -> Self

fn with_analyze_wildcard<T: Into<bool>>(self, value: T) -> Self

fn with_auto_generate_phrase_queries<T: Into<bool>>(self, value: T) -> Self

fn with_max_determined_states<T: Into<u64>>(self, value: T) -> Self

fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, value: T) -> Self

fn with_lenient<T: Into<bool>>(self, value: T) -> Self

fn with_locale<T: Into<String>>(self, value: T) -> Self

fn with_time_zone<T: Into<String>>(self, value: T) -> Self

fn build(self) -> Query

Trait Implementations

impl ToJson for QueryStringQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for QueryStringQuery

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