Struct elastic::types::prelude::DefaultIpMapping [] [src]

pub struct DefaultIpMapping;

Default mapping for geo_shape.

Trait Implementations

impl Default for DefaultIpMapping
[src]

impl Copy for DefaultIpMapping
[src]

impl IpMapping for DefaultIpMapping
[src]

Field-level index time boosting. Accepts a floating point number, defaults to 1.0.

Should the field be stored on disk in a column-stride fashion, so that it can later be used for sorting, aggregations, or scripting? Accepts true (default) or false. Read more

Should the field be searchable? Accepts not_analyzed (default) and no.

Accepts a string value which is substituted for any explicit null values. Defaults to null, which means the field is treated as missing. Read more

Whether the field value should be stored and retrievable separately from the _source field. Accepts true or false (default). Read more

impl Debug for DefaultIpMapping
[src]

Formats the value using the given formatter.

impl PartialEq<DefaultIpMapping> for DefaultIpMapping
[src]

impl Clone for DefaultIpMapping
[src]