Struct rs_es::query::term::FuzzyQuery
[−]
[src]
pub struct FuzzyQuery(_);
Fuzzy query
pub struct FuzzyQuery(_);
Fuzzy query
impl FuzzyQuery
[src]fn with_boost<T: Into<f64>>(self, val: T) -> Self
fn with_fuzziness<T: Into<Fuzziness>>(self, val: T) -> Self
fn with_prefix_length<T: Into<u64>>(self, val: T) -> Self
fn with_max_expansions<T: Into<u64>>(self, val: T) -> Self
fn build(self) -> Query
impl Debug for FuzzyQuery
[src]