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

pub struct DefaultFloatMapping;

Default mapping for a float type.

Trait Implementations

impl Default for DefaultFloatMapping
[src]

impl Copy for DefaultFloatMapping
[src]

impl PartialEq<DefaultFloatMapping> for DefaultFloatMapping
[src]

impl FloatMapping for DefaultFloatMapping
[src]

Try to convert strings to numbers and truncate fractions for integers. Accepts true (default) and false.

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

If true, malformed numbers are ignored. If false (default), malformed numbers throw an exception and reject the whole document. Read more

Whether or not the field value should be included in the _all field? Accepts true or false. Defaults to false if index is set to no, or if a parent object field sets include_in_all to false. Otherwise defaults to true. Read more

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

Accepts a numeric value of the same type as the field 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 DefaultFloatMapping
[src]

Formats the value using the given formatter.

impl Clone for DefaultFloatMapping
[src]