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

pub struct DefaultKeywordMapping;

Default mapping for bool.

Trait Implementations

impl Copy for DefaultKeywordMapping
[src]

impl Clone for DefaultKeywordMapping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<DefaultKeywordMapping> for DefaultKeywordMapping
[src]

[src]

impl Debug for DefaultKeywordMapping
[src]

[src]

Formats the value using the given formatter.

impl KeywordMapping for DefaultKeywordMapping
[src]

[src]

The analyzer which should be used for analyzed string fields, both at index-time and at search-time (unless overridden by the search_analyzer). Defaults to the default index analyzer, or the standard analyzer. Read more

[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]

Should global ordinals be loaded eagerly on refresh? Accepts true or false (default). Enabling this is a good idea on fields that are frequently used for (significant) terms aggregations. Read more

[src]

Multi-fields allow the same string value to be indexed in multiple ways for different purposes, such as one field for search and a multi-field for sorting and aggregations, or the same string value analyzed by different analyzers. 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]

The maximum number of characters to index. Any characters over this length will be ignored. Read more

[src]

Should the field be searchable? Accepts true (default) or false.

[src]

What information should be stored in the index, for search and highlighting purposes. Defaults to Positions.

[src]

Whether field-length should be taken into account when scoring queries. Accepts true (default) or false.

[src]

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

[src]

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

[src]

The analyzer that should be used at search time on analyzed fields. Defaults to the analyzer setting. Read more

[src]

Which scoring algorithm or similarity should be used. Defaults to "classic", which uses TF/IDF. Read more

impl Default for DefaultKeywordMapping
[src]

[src]

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