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

pub struct DefaultBooleanMapping;

Default mapping for bool.

Trait Implementations

impl Default for DefaultBooleanMapping
[src]

impl Copy for DefaultBooleanMapping
[src]

impl BooleanMapping for DefaultBooleanMapping
[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 PartialEq<DefaultBooleanMapping> for DefaultBooleanMapping
[src]

impl Debug for DefaultBooleanMapping
[src]

Formats the value using the given formatter.

impl Clone for DefaultBooleanMapping
[src]