charfilters.asciidoc 578 B

12345678910111213141516
  1. [[analysis-charfilters]]
  2. == Character Filters
  3. Character filters are used to preprocess the string of
  4. characters before it is passed to the <<analysis-tokenizers,tokenizer>>.
  5. A character filter may be used to strip out HTML markup, , or to convert
  6. `"&"` characters to the word `"and"`.
  7. Elasticsearch has built in characters filters which can be
  8. used to build <<analysis-custom-analyzer,custom analyzers>>.
  9. include::charfilters/mapping-charfilter.asciidoc[]
  10. include::charfilters/htmlstrip-charfilter.asciidoc[]
  11. include::charfilters/pattern-replace-charfilter.asciidoc[]