2013-08-28 19:24:34 -04:00
|
|
|
[[index-modules-analysis]]
|
|
|
|
== Analysis
|
|
|
|
|
2015-06-22 17:49:45 -04:00
|
|
|
The 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:
|
2013-08-28 19:24:34 -04:00
|
|
|
|
2015-06-22 17:49:45 -04:00
|
|
|
* 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>>
|
2015-10-26 16:48:20 -04:00
|
|
|
to generate search terms.
|
2013-08-28 19:24:34 -04:00
|
|
|
|
2015-06-22 17:49:45 -04:00
|
|
|
See <<analysis>> for configuration details.
|