Struct rs_es::query::term::RegexpQuery
[−]
[src]
pub struct RegexpQuery(_);
Regexp query
pub struct RegexpQuery(_);
Regexp query
impl RegexpQuery
[src]fn with_boost<T: Into<f64>>(self, val: T) -> Self
fn with_flags<T: Into<Flags<RegexpQueryFlags>>>(self, val: T) -> Self
fn with_max_determined_states<T: Into<u64>>(self, val: T) -> Self
fn build(self) -> Query
impl Debug for RegexpQuery
[src]