{
    "analyzer": {
        "de_plain": {
            "char_filter": [
                "word_break_helper",
                "german_charfilter"
            ],
            "filter": [
                "de_icu_normalizer",
                "preserve_original_recorder",
                "de_icu_folding",
                "preserve_original",
                "remove_empty"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "de_plain_search": {
            "char_filter": [
                "word_break_helper",
                "german_charfilter"
            ],
            "filter": [
                "de_icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "en_plain": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "icu_normalizer",
                "preserve_original_recorder",
                "icu_folding",
                "preserve_original",
                "remove_empty"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "en_plain_search": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "es_plain": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "icu_normalizer",
                "preserve_original_recorder",
                "es_icu_folding",
                "preserve_original",
                "remove_empty"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "es_plain_search": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "ko_plain": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "ko_plain_search": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "ru_plain": {
            "char_filter": [
                "word_break_helper",
                "russian_charfilter"
            ],
            "filter": [
                "icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "ru_plain_search": {
            "char_filter": [
                "word_break_helper",
                "russian_charfilter"
            ],
            "filter": [
                "icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "zh_plain": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "smartcn_stop",
                "icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "zh_plain_search": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "smartcn_stop",
                "icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        }
    },
    "char_filter": {
        "german_charfilter": {
            "mappings": [
                "\u1e9e=>\u00df"
            ],
            "type": "mapping"
        },
        "russian_charfilter": {
            "mappings": [
                "\\u0301=>",
                "\\u0435\\u0308=>\\u0435",
                "\\u0415\\u0308=>\\u0415",
                "\\u0451=>\\u0435",
                "\\u0401=>\\u0415"
            ],
            "type": "mapping"
        },
        "word_break_helper": {
            "mappings": [
                "_=>\\u0020",
                ".=>\\u0020",
                "(=>\\u0020",
                ")=>\\u0020"
            ],
            "type": "mapping"
        }
    },
    "filter": {
        "de_icu_folding": {
            "type": "icu_folding",
            "unicodeSetFilter": "[^\u00c4\u00e4\u00d6\u00f6\u00dc\u00fc\u1e9e\u00df]"
        },
        "de_icu_normalizer": {
            "name": "nfkc_cf",
            "type": "icu_normalizer",
            "unicodeSetFilter": "[^\u1e9e\u00df]"
        },
        "es_icu_folding": {
            "type": "icu_folding",
            "unicodeSetFilter": "[^\u00d1\u00f1]"
        },
        "icu_folding": {
            "type": "icu_folding"
        },
        "icu_normalizer": {
            "name": "nfkc_cf",
            "type": "icu_normalizer"
        },
        "remove_empty": {
            "min": 1,
            "type": "length"
        },
        "smartcn_stop": {
            "stopwords": [
                ","
            ],
            "type": "stop"
        }
    },
    "tokenizer": []
}
