Struct rs_es::query::term::WildcardQuery
[−]
[src]
pub struct WildcardQuery(_);
Wildcard query
pub struct WildcardQuery(_);
Wildcard query
impl WildcardQuery
[src]fn with_boost<T: Into<f64>>(self, val: T) -> Self
fn with_rewrite<T: Into<Rewrite>>(self, val: T) -> Self
fn build(self) -> Query
impl Debug for WildcardQuery
[src]