Struct rs_es::query::SpanNearQuery [] [src]

pub struct SpanNearQuery {
    // some fields omitted
}

Methods

impl SpanNearQuery

fn with_in_order<T: Into<bool>>(self, value: T) -> Self

fn with_collect_payloads<T: Into<bool>>(self, value: T) -> Self

fn build(self) -> Query

Trait Implementations

impl ToJson for SpanNearQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for SpanNearQuery

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