原英文版地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/index-modules-mapper.html, 原文档版权归 www.elastic.co 所有
本地英文版地址: ../en/index-modules-mapper.html

Mapperedit

The mapper module acts as a registry for the type mapping definitions added to an index either when creating it or by using the put 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 section.