{
    "analyzer": {
        "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"
        },
        "sv_plain": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "icu_normalizer",
                "preserve_original_recorder",
                "sv_icu_folding",
                "preserve_original",
                "remove_empty"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "sv_plain_search": {
            "char_filter": [
                "word_break_helper"
            ],
            "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": {
        "word_break_helper": {
            "mappings": [
                "_=>\\u0020",
                ".=>\\u0020",
                "(=>\\u0020",
                ")=>\\u0020"
            ],
            "type": "mapping"
        }
    },
    "filter": {
        "icu_folding": {
            "type": "icu_folding"
        },
        "icu_normalizer": {
            "name": "nfkc_cf",
            "type": "icu_normalizer"
        },
        "remove_empty": {
            "min": 1,
            "type": "length"
        },
        "smartcn_stop": {
            "stopwords": [
                ","
            ],
            "type": "stop"
        },
        "sv_icu_folding": {
            "type": "icu_folding",
            "unicodeSetFilter": "[^\u00c5\u00e5\u00c4\u00e4\u00d6\u00f6]"
        }
    },
    "tokenizer": []
}