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.
Analysis
editAnalysis
editThe index analysis module acts as a configurable registry of analyzers that can be used in order to convert a string field into individual terms which are:
- added to the inverted index in order to make the document searchable
-
used by high level queries such as the
match
query to generate search terms.
See Text analysis for configuration details.