Struct rs_es::query::FuzzyLikeThisQuery
[−]
[src]
pub struct FuzzyLikeThisQuery { // some fields omitted }
pub struct FuzzyLikeThisQuery { // some fields omitted }
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
impl ToJson for FuzzyLikeThisQuery
impl Debug for FuzzyLikeThisQuery