+2 votes
in ElasticSearch by
Can you please define Mapping in an Elasticsearch?

1 Answer

0 votes
by

Mapping is the outline of the documents stored in an index. The mapping defines how a document is indexed, how its fields are indexed and stored by Lucene.

...