mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Co-authored-by: debadair <debadair@elastic.co> Co-authored-by: Lisa Cawley <lcawley@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
8 lines
373 B
Text
8 lines
373 B
Text
[[index-modules-mapper]]
|
|
== Mapper
|
|
|
|
The mapper module acts as a registry for the type mapping definitions
|
|
added to an index either when creating it or by using the update mapping
|
|
API. It also handles the dynamic mapping support for types that have no
|
|
explicit mappings pre defined. For more information about mapping
|
|
definitions, check out the <<mapping,mapping section>>.
|