This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Text analysis
editText analysis
editText analysis is the process of converting unstructured text, like the body of an email or a product description, into a structured format that’s optimized for search.
When to configure text analysis
editElasticsearch performs text analysis when indexing or searching text
fields.
If your index doesn’t contain text
fields, no further setup is needed; you can
skip the pages in this section.
However, if you use text
fields or your text searches aren’t returning results
as expected, configuring text analysis can often help. You should also look into
analysis configuration if you’re using Elasticsearch to:
- Build a search engine
- Mine unstructured data
- Fine-tune search for a specific language
- Perform lexicographic or linguistic research