What is a “mapping” in Elasticsearch?

What is a “mapping” in Elasticsearch?

a) A blueprint for how data is stored in an index
b) A method for joining documents
c) A way to query data
d) A strategy for distributing nodes

Answer:

a) A blueprint for how data is stored in an index

Explanation:

A mapping defines the schema for an index in Elasticsearch, specifying how documents and their fields are stored and indexed.

Reference:

Elasticsearch Quiz – MCQ Questions and Answers

Scroll to Top