WARNING: Version 2.0 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Pattern Replace Token Filter
editPattern Replace Token Filter
editThe pattern_replace
token filter allows to easily handle string
replacements based on a regular expression. The regular expression is
defined using the pattern
parameter, and the replacement string can be
provided using the replacement
parameter (supporting referencing the
original text, as explained
here).