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

pub struct SimpleQueryStringQuery { /* fields omitted */ }

SimpleQueryString query

Methods

impl SimpleQueryStringQuery[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_flags<T: Into<Flags<SimpleQueryStringFlags>>>(self, val: T) -> Self[src]

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

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

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

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

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

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

Trait Implementations

impl Default for SimpleQueryStringQuery[src]

impl Debug for SimpleQueryStringQuery[src]

impl Serialize for SimpleQueryStringQuery[src]

Auto Trait Implementations

Blanket Implementations

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Erased for T

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

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