Open jeasonchan opened 4 years ago
After reviewing the office site again, I got this: 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, persian_normalization, scandinavian_folding, serbian_normalization, sorani_normalization, uppercase.
So it menans filters that can be used in custom normalizer are just in the list above and that is why es returns "Custom normalizer [pinyin_normalizer] may not use filter [pinyin_filter]".
Thx
hi medcl: Is the filter "pinyin" supported in Custom normalizer filter? Offical site says, "Custom normalizers take a list of character filters and a list of token filters." But when I try to customize a normalizer with the filter "pinyin" provided from elasticsearch-analysis-pinyin with the following json,error is returned.