analysis.asciidoc 424 B

123456789101112
  1. [[index-modules-analysis]]
  2. == Analysis
  3. The index analysis module acts as a configurable registry of _analyzers_
  4. that can be used in order to convert a string field into individual terms
  5. which are:
  6. * added to the inverted index in order to make the document searchable
  7. * used by high level queries such as the <<query-dsl-match-query,`match` query>>
  8. to generate search terms.
  9. See <<analysis>> for configuration details.