Struct rs_es::query::RegexpQuery [] [src]

pub struct RegexpQuery {
    // some fields omitted
}

Methods

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

Trait Implementations

impl ToJson for RegexpQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for RegexpQuery

fn fmt(&self, __arg_0: &mut Formatter) -> Result