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