Default Settings
Default settings can be specified in the Advanced panel. When opened, the Advanced panel appears as follows:
The Advanced panel provides the following options:
Default Type
The default type for documents in the selected bucket or scope and collection. The default value for this field is default
.
Default Analyzer
This is the default analyzer to be used. The default value is standard
.
The default analyzer is applicable to all the text fields across type mappings unless explicitly overridden.
It is the standard analyzer in which analysis is done by the means of the Unicode tokenizer, the to_lower token filter, and the stop token filter.
Default Date/Time Parser
This is the default date/time parser to be used.
The default datetime parser is applicable to all the datetime fields across the type mappings unless explicitly overridden.
The default value is dateTimeOptional
.
Default Field
Indexed fields need to have this option selected to support include in _all
, where _all is the composite field.
The default value is _all
.
Store Dynamic Fields
This option, when selected, ensures the inclusion of field content in returned results. Otherwise, the field content is not included in the result.