InterviewSolution
Saved Bookmarks
| 1. |
What is ElasticSearch Mapping? |
|
Answer» ElasticSearch mappings define how documents and their FIELDS are indexed and stored in ElasticSearch databases or ElasticSearch DBs. This DEFINES the types and formats of the fields that appear in the documents. As a result, MAPPING can have a significant impact on how Elasticsearch searches for and stores data. After creating an index, we MUST define the mapping. An incorrect preliminary definition and mapping might lead to incorrect search results. Types of mapping
|
|