| 123456789101112 | [[index-modules-analysis]]== AnalysisThe index analysis module acts as a configurable registry of _analyzers_that can be used in order to convert a string field into individual termswhich are:* added to the inverted index in order to make the document searchable* used by high level queries such as the <<query-dsl-match-query,`match` query>>  to generate seach terms.See <<analysis>> for configuration details.
 |