Struct rs_es::query::FuzzyQuery
[−]
[src]
pub struct FuzzyQuery { // some fields omitted }
pub struct FuzzyQuery { // some fields omitted }
impl FuzzyQuery
fn with_boost<T: Into<f64>>(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_max_expansions<T: Into<u64>>(self, value: T) -> Self
fn build(self) -> Query
impl ToJson for FuzzyQuery
impl Debug for FuzzyQuery