Struct rs_es::query::geo::GeoDistanceQuery
[−]
[src]
pub struct GeoDistanceQuery { // some fields omitted }
Geo Distance query
TODO: Specific full unit test for querying with a generated query from here
Methods
impl GeoDistanceQuery
[src]
fn with_distance_type<T: Into<DistanceType>>(self, val: T) -> Self
fn with_optimize_bbox<T: Into<OptimizeBbox>>(self, val: T) -> Self
fn with_coerce<T: Into<bool>>(self, val: T) -> Self
fn with_ignore_malformed<T: Into<bool>>(self, val: T) -> Self
fn build(self) -> Query
Trait Implementations
impl Debug for GeoDistanceQuery
[src]
impl Default for GeoDistanceQuery
[src]
fn default() -> GeoDistanceQuery
Returns the "default value" for a type. Read more