> For the complete documentation index, see [llms.txt](https://docs.cosmocloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cosmocloud.io/resources/document-search/full-text-search/concepts/indexing-in-full-text-search.md).

# Indexing in full-text search

In the data/information retrieval systems, **indexing** is the technique of creating a records structure that allows for **quicker retrieval of statistics**.&#x20;

In the case of **full-text search**, indexing involves creating a **structured catalog** of words or terms found in the text data, along with their corresponding locations.

The indexing process in full-text search is determined by the analyzer used. An analyzer is a component responsible for tokenizing the text, applying various transformations, and generating indexed terms.

## For In-Depth Details

* [<mark style="color:blue;">**Refer to the Official Documentation of Indexes**</mark>](https://www.mongodb.com/docs/manual/indexes/)
