OpenSearch/docs/reference/index-modules/analysis.asciidoc

13 lines
424 B
Plaintext
Raw Normal View History

[[index-modules-analysis]]
== Analysis
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:
* 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.
See <<analysis>> for configuration details.