mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Add support for pattern replace filter in normalizers (#96588)
This change adds support for `pattern_replace` token filters use in custom normalizers. Closes #83005
This commit is contained in:
parent
4df6911ec7
commit
a8cf4d6006
5 changed files with 90 additions and 2 deletions
|
@ -9,7 +9,7 @@ allowed, but not a stemming filter, which needs to look at the keyword as a
|
|||
whole. The current list of filters that can be used in a normalizer is
|
||||
following: `arabic_normalization`, `asciifolding`, `bengali_normalization`,
|
||||
`cjk_width`, `decimal_digit`, `elision`, `german_normalization`,
|
||||
`hindi_normalization`, `indic_normalization`, `lowercase`,
|
||||
`hindi_normalization`, `indic_normalization`, `lowercase`, `pattern_replace`,
|
||||
`persian_normalization`, `scandinavian_folding`, `serbian_normalization`,
|
||||
`sorani_normalization`, `uppercase`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue