August 2019
Intermediate to advanced
560 pages
13h 41m
English
When you create an index, Elasticsearch lets you create templates for your mapping rules to augment the newly added fields with the supported mapping types. A mapping rule contains two parts: the matcher and the corresponding mapping datatype. The matcher can be performed on one of the following:
Basically, the syntax of the dynamic templates is as follows:
"mappings":{ "dynamic_templates" :[ { "template_name_1": { ...mapping rules..., "mapping": {...} } }, { "template_name_2":{...}, ...Read now
Unlock full access