# Index

![](https://953506317-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MiXO6xINTZPODEGDr7y%2F-Mj8fChZBnMkUjpyZAYU%2F-MjA3cQbKDIi3p5FPhrG%2Fimage.png?alt=media\&token=b8407df0-3f3d-40fb-9afa-b2e86741796f)

\
Section for **re-indexing the ElasticSearch indexes** and also being able to see the **mapping**.

**Re-indexed:** This function creates a task that is responsible for updating the indexes of Elasticsearch using the data stored in the database.

**Mapping:** It shows the mapping of the **Elasticsearch** index.

![](https://953506317-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MiXO6xINTZPODEGDr7y%2F-Mj8fChZBnMkUjpyZAYU%2F-MjA41oD6QjpZKdu94W0%2Fimage.png?alt=media\&token=8ebddc69-30d3-4d37-904b-5dd70af1ba0a)

**What is ElasticSearch Mapping:**

Mapping is the process of defining how a document and the fields it contains are stored and indexed. For instance, mappings are used to define:

* **Which string fields should be treated as full text fields.**
* **Which fields contain numbers, dates, or geolocations.**
* **The format of date values.**
* **Custom rules to control the mapping for dynamically added fields.**
