Struct rs_es::query::RegexpQuery
[−]
[src]
pub struct RegexpQuery { // some fields omitted }
pub struct RegexpQuery { // some fields omitted }
impl RegexpQuery
fn with_boost<T: Into<f64>>(self, value: T) -> Self
fn with_flags<T: Into<Flags>>(self, value: T) -> Self
fn with_max_determined_states<T: Into<u64>>(self, value: T) -> Self
fn build(self) -> Query
impl ToJson for RegexpQuery
impl Debug for RegexpQuery