Struct rs_es::query::FuzzyLikeThisQuery [] [src]

pub struct FuzzyLikeThisQuery {
    // some fields omitted
}

Methods

impl FuzzyLikeThisQuery

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

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

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

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

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

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

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

fn build(self) -> Query

Trait Implementations

impl ToJson for FuzzyLikeThisQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for FuzzyLikeThisQuery

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