{
    "analyzer": {
        "he_plain": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "icu_normalizer",
                "preserve_original_recorder",
                "icu_folding",
                "preserve_original",
                "remove_empty"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "he_plain_search": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "he_text": {
            "filter": [
                "niqqud",
                "hebrew_lemmatizer",
                "icu_normalizer",
                "icu_folding",
                "remove_empty"
            ],
            "tokenizer": "hebrew",
            "type": "custom"
        },
        "he_text_search": {
            "filter": [
                "niqqud",
                "hebrew_lemmatizer",
                "icu_normalizer",
                "icu_folding",
                "remove_empty"
            ],
            "tokenizer": "hebrew",
            "type": "custom"
        },
        "uk_plain": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "uk_plain_search": {
            "char_filter": [
                "word_break_helper"
            ],
            "filter": [
                "icu_normalizer"
            ],
            "tokenizer": "standard",
            "type": "custom"
        },
        "uk_text": {
            "char_filter": [
                "word_break_helper"
            ],
            "type": "ukrainian"
        },
        "uk_text_search": {
            "char_filter": [
                "word_break_helper"
            ],
            "type": "ukrainian"
        }
    },
    "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"
        }
    },
    "tokenizer": []
}