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

pub struct DefaultByteMapping;

Default mapping for a byte type.

Trait Implementations

impl Copy for DefaultByteMapping
[src]

impl Clone for DefaultByteMapping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<DefaultByteMapping> for DefaultByteMapping
[src]

[src]

impl Debug for DefaultByteMapping
[src]

[src]

Formats the value using the given formatter.

impl Default for DefaultByteMapping
[src]

[src]

Returns the "default value" for a type. Read more

impl ByteMapping for DefaultByteMapping
[src]

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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