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

pub struct QueryStringQuery { /* fields omitted */ }

Query string query

Methods

impl QueryStringQuery[src]

pub fn with_default_field<T: Into<String>>(self, val: T) -> Self[src]

pub fn with_fields<T: Into<Vec<String>>>(self, val: T) -> Self[src]

pub fn with_default_operator<T: Into<String>>(self, val: T) -> Self[src]

pub fn with_analyzer<T: Into<String>>(self, val: T) -> Self[src]

pub fn with_allow_leading_wildcard<T: Into<bool>>(self, val: T) -> Self[src]

pub fn with_lowercase_expanded_terms<T: Into<bool>>(self, val: T) -> Self[src]

pub fn with_enable_position_increments<T: Into<bool>>(self, val: T) -> Self[src]

pub fn with_fuzzy_max_expansions<T: Into<u64>>(self, val: T) -> Self[src]

pub fn with_fuzziness<T: Into<Fuzziness>>(self, val: T) -> Self[src]

pub fn with_fuzzy_prefix_length<T: Into<u64>>(self, val: T) -> Self[src]

pub fn with_phrase_slop<T: Into<i64>>(self, val: T) -> Self[src]

pub fn with_boost<T: Into<f64>>(self, val: T) -> Self[src]

pub fn with_analyze_wildcard<T: Into<bool>>(self, val: T) -> Self[src]

pub fn with_auto_generate_phrase_queries<T: Into<bool>>(self, val: T) -> Self[src]

pub fn with_max_determined_states<T: Into<u64>>(self, val: T) -> Self[src]

pub fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(
    self,
    val: T
) -> Self
[src]

pub fn with_lenient<T: Into<bool>>(self, val: T) -> Self[src]

pub fn with_locale<T: Into<String>>(self, val: T) -> Self[src]

pub fn with_time_zone<T: Into<String>>(self, val: T) -> Self[src]

pub fn with_use_dis_max<T: Into<bool>>(self, val: T) -> Self[src]

pub fn build(self) -> Query[src]

Trait Implementations

impl Debug for QueryStringQuery[src]

impl Default for QueryStringQuery[src]

impl Serialize for QueryStringQuery[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err