Back to Developer Roadmap

Dynamic Mappings

src/data/roadmaps/elasticsearch/content/dynamic@_SuYA1C-g5XOmhCAjXhXi.md

4.0988 B
Original Source

Dynamic Mappings

Dynamic mapping in Elasticsearch allows the index to automatically detect and add new fields to the mapping when new documents containing previously unseen fields are indexed. This means you don't have to predefine the schema for every field in your data; Elasticsearch infers the data type and adds the field to the index mapping on the fly. This is useful for quickly indexing data without upfront schema design.

Visit the following resources to learn more: