MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "content": {
        "settings": {
            "index": {
                "number_of_shards": 1,
                "auto_expand_replicas": "0-2",
                "refresh_interval": "1s",
                "analysis": {
                    "analyzer": {
                        "text": {
                            "type": "custom",
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icu_token_repair",
                                "decimal_digit",
                                "possessive_english",
                                "icu_normalizer",
                                "stop",
                                "asciifolding",
                                "kstem",
                                "custom_stem"
                            ],
                            "char_filter": [
                                "globo_norm",
                                "acronym_fixer",
                                "camelCase_splitter",
                                "word_break_helper",
                                "dotted_I_fix",
                                "arabic_extended_norm"
                            ]
                        },
                        "plain": {
                            "type": "custom",
                            "char_filter": [
                                "nnbsp_norm",
                                "word_break_helper"
                            ],
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer"
                            ]
                        },
                        "plain_search": {
                            "type": "custom",
                            "char_filter": [
                                "nnbsp_norm",
                                "word_break_helper"
                            ],
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer"
                            ]
                        },
                        "short_text": {
                            "type": "custom",
                            "tokenizer": "whitespace",
                            "filter": [
                                "icu_normalizer",
                                "aggressive_splitting",
                                "asciifolding_preserve"
                            ]
                        },
                        "short_text_search": {
                            "type": "custom",
                            "tokenizer": "whitespace",
                            "filter": [
                                "icu_normalizer",
                                "aggressive_splitting"
                            ]
                        },
                        "source_text_plain": {
                            "type": "custom",
                            "char_filter": [
                                "word_break_helper_source_text"
                            ],
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer"
                            ]
                        },
                        "source_text_plain_search": {
                            "type": "custom",
                            "char_filter": [
                                "word_break_helper_source_text"
                            ],
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer"
                            ]
                        },
                        "suggest": {
                            "type": "custom",
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer",
                                "suggest_shingle"
                            ]
                        },
                        "suggest_reverse": {
                            "type": "custom",
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer",
                                "suggest_shingle",
                                "reverse"
                            ]
                        },
                        "token_reverse": {
                            "type": "custom",
                            "tokenizer": "no_splitting",
                            "filter": [
                                "reverse"
                            ]
                        },
                        "near_match": {
                            "type": "custom",
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "tokenizer": "no_splitting",
                            "filter": [
                                "truncate_keyword",
                                "icu_normalizer"
                            ]
                        },
                        "near_match_asciifolding": {
                            "type": "custom",
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "tokenizer": "no_splitting",
                            "filter": [
                                "truncate_keyword",
                                "icu_normalizer",
                                "asciifolding"
                            ]
                        },
                        "prefix": {
                            "type": "custom",
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "tokenizer": "prefix",
                            "filter": [
                                "icu_normalizer"
                            ]
                        },
                        "prefix_asciifolding": {
                            "type": "custom",
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "tokenizer": "prefix",
                            "filter": [
                                "icu_normalizer",
                                "asciifolding"
                            ]
                        },
                        "word_prefix": {
                            "type": "custom",
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer",
                                "prefix_ngram_filter"
                            ]
                        },
                        "keyword": {
                            "type": "custom",
                            "tokenizer": "no_splitting",
                            "filter": [
                                "truncate_keyword"
                            ]
                        },
                        "lowercase_keyword": {
                            "type": "custom",
                            "tokenizer": "no_splitting",
                            "filter": [
                                "truncate_keyword",
                                "icu_normalizer"
                            ]
                        },
                        "trigram": {
                            "type": "custom",
                            "tokenizer": "trigram",
                            "filter": [
                                "icu_normalizer"
                            ]
                        },
                        "trigram_anchored": {
                            "type": "custom",
                            "tokenizer": "trigram",
                            "filter": [
                                "icu_normalizer"
                            ],
                            "char_filter": [
                                "add_regex_start_end_anchors"
                            ]
                        },
                        "text_search": {
                            "type": "custom",
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icu_token_repair",
                                "decimal_digit",
                                "possessive_english",
                                "icu_normalizer",
                                "stop",
                                "asciifolding",
                                "kstem",
                                "custom_stem"
                            ],
                            "char_filter": [
                                "globo_norm",
                                "acronym_fixer",
                                "camelCase_splitter",
                                "word_break_helper",
                                "dotted_I_fix",
                                "arabic_extended_norm"
                            ]
                        }
                    },
                    "filter": {
                        "suggest_shingle": {
                            "type": "shingle",
                            "min_shingle_size": 2,
                            "max_shingle_size": 3,
                            "output_unigrams": ""
                        },
                        "lowercase": {
                            "type": "lowercase"
                        },
                        "aggressive_splitting": {
                            "type": "word_delimiter_graph"
                        },
                        "prefix_ngram_filter": {
                            "type": "edge_ngram",
                            "max_gram": 255
                        },
                        "asciifolding": {
                            "type": "asciifolding"
                        },
                        "asciifolding_preserve": {
                            "type": "asciifolding",
                            "preserve_original": ""
                        },
                        "truncate_keyword": {
                            "type": "truncate_norm",
                            "length": 5000
                        },
                        "remove_empty": {
                            "type": "length",
                            "min": 1
                        },
                        "icutokrep_no_camel_split": {
                            "type": "icu_token_repair"
                        },
                        "icu_normalizer": {
                            "type": "icu_normalizer",
                            "name": "nfkc_cf"
                        },
                        "custom_stem": {
                            "type": "stemmer_override",
                            "rules": "guidelines => guideline"
                        },
                        "possessive_english": {
                            "type": "stemmer",
                            "language": "possessive_english"
                        }
                    },
                    "tokenizer": {
                        "prefix": {
                            "type": "edge_ngram",
                            "max_gram": 255
                        },
                        "no_splitting": {
                            "type": "keyword"
                        },
                        "trigram": {
                            "type": "nGram",
                            "min_gram": 3,
                            "max_gram": 3
                        }
                    },
                    "char_filter": {
                        "near_space_flattener": {
                            "type": "limited_mapping",
                            "mappings": [
                                "'=>\\u0020",
                                "\\u2019=>\\u0020",
                                "\\u02BC=>\\u0020",
                                "_=>\\u0020",
                                "-=>\\u0020"
                            ]
                        },
                        "nnbsp_norm": {
                            "type": "limited_mapping",
                            "mappings": [
                                "\\u202F=>\\u0020"
                            ]
                        },
                        "regex_camelCase": {
                            "type": "pattern_replace",
                            "pattern": "(\\p{Ll}[\\p{M}\\p{Cf}]*)([\\p{Lu}\\p{Lt}])",
                            "replacement": "$1 $2"
                        },
                        "regex_acronym_fixer": {
                            "type": "pattern_replace",
                            "pattern": "(?<=(?:^|\\P{L})\\p{L})[.\uff0e](\\p{L})(?=\\P{L}|$)",
                            "replacement": "$1"
                        },
                        "globo_norm": {
                            "type": "mapping",
                            "mappings": [
                                "`=>'",
                                "\u00b4=>'",
                                "\u02b9=>'",
                                "\u02bb=>'",
                                "\u02bc=>'",
                                "\u02bd=>'",
                                "\u02be=>'",
                                "\u02bf=>'",
                                "\u02cb=>'",
                                "\u055a=>'",
                                "\\u05F3=>'",
                                "\u2018=>'",
                                "\u2019=>'",
                                "\u201b=>'",
                                "\u2032=>'",
                                "\u2035=>'",
                                "\ua78c=>'",
                                "\uff07=>'",
                                "\uff40=>'",
                                "\\u202F=>\\u0020",
                                "\u02c8=>",
                                "\u02cc=>",
                                "\\u0640=>",
                                "\u066c=>,",
                                "\u060c=>,",
                                "\u0600=>",
                                "\u0601=>",
                                "\u0602=>",
                                "\u06dd=>",
                                "\\ufdf2=>\u0627\u0644\u0644\u0647",
                                "\u055b=>",
                                "\u055c=>",
                                "\u055e=>",
                                "\u058a=>-",
                                "\u0589=>:",
                                "\u00b5=>\u03bc",
                                "\\u05F0=>\\u05D5\\u05D5",
                                "\\u05F1=>\\u05D5\\u05D9",
                                "\\u05F2=>\\u05D9\\u05D9",
                                "\\uFB1F=>\\u05D9\\u05D9\\u05B7",
                                "\\u05D9\\u05B7\\u05D9=>\\u05D9\\u05D9\\u05B7",
                                "\u0d23\u0d4d\\u200D=>\u0d7a",
                                "\u0d28\u0d4d\\u200D=>\u0d7b",
                                "\u0d30\u0d4d\\u200D=>\u0d7c",
                                "\u0d32\u0d4d\\u200D=>\u0d7d",
                                "\u0d33\u0d4d\\u200D=>\u0d7e",
                                "\u09a4\u09cd\\u200D=>\u09ce",
                                "\\u061C=>"
                            ]
                        },
                        "arabic_extended_norm": {
                            "type": "limited_mapping",
                            "mappings": [
                                "\\uFB8E=>\\u0643",
                                "\\uFB8F=>\\u0643",
                                "\\uFB90=>\\u0643",
                                "\\uFB91=>\\u0643",
                                "\\u06A9=>\\u0643",
                                "\\u06AA=>\\u0643",
                                "\\uFEDB=>\\u0643",
                                "\\uFEDC=>\\u0643",
                                "\\uFED9=>\\u0643",
                                "\\uFEDA=>\\u0643",
                                "\\uFBFC=>\\u064A",
                                "\\uFBFD=>\\u064A",
                                "\\uFBFE=>\\u064A",
                                "\\uFBFF=>\\u064A",
                                "\\u06CC=>\\u064A",
                                "\\uFBE8=>\\u064A",
                                "\\uFBE9=>\\u064A",
                                "\\uFEEF=>\\u064A",
                                "\\uFEF0=>\\u064A",
                                "\\u0649=>\\u064A",
                                "\\u06CD=>\\u064A",
                                "\\uFBE4=>\\u064A",
                                "\\uFBE5=>\\u064A",
                                "\\uFBE6=>\\u064A",
                                "\\uFBE7=>\\u064A",
                                "\\u06D0=>\\u064A",
                                "\\uFBA6=>\\u0647",
                                "\\uFBA7=>\\u0647",
                                "\\uFBA8=>\\u0647",
                                "\\uFBA9=>\\u0647",
                                "\\u06C1=>\\u0647",
                                "\\u06C0=>\\u0647",
                                "\\uFBA4=>\\u0647",
                                "\\uFBA5=>\\u0647",
                                "\\u06D5=>\\u0647"
                            ]
                        },
                        "word_break_helper": {
                            "type": "limited_mapping",
                            "mappings": [
                                "_=>\\u0020",
                                ":=>\\u0020",
                                ".=>\\u0020",
                                "(=>\\u0020",
                                ")=>\\u0020",
                                "\uff0e=>\\u0020",
                                "\uff3f=>\\u0020",
                                "\uff1a=>\\u0020",
                                "\u00b7=>\\u0020"
                            ]
                        },
                        "word_break_helper_source_text": {
                            "type": "limited_mapping",
                            "mappings": [
                                "_=>\\u0020",
                                ".=>\\u0020",
                                "(=>\\u0020",
                                ")=>\\u0020",
                                ":=>\\u0020"
                            ]
                        },
                        "dotted_I_fix": {
                            "type": "limited_mapping",
                            "mappings": [
                                "\u0130=>I"
                            ]
                        },
                        "icu_normalizer": {
                            "type": "icu_normalizer",
                            "name": "nfkc_cf"
                        }
                    },
                    "normalizer": {
                        "lowercase_keyword": {
                            "type": "custom",
                            "filter": [
                                "truncate_keyword",
                                "icu_normalizer"
                            ]
                        },
                        "keyword": {
                            "type": "custom",
                            "filter": [
                                "truncate_keyword"
                            ]
                        }
                    }
                },
                "query": {
                    "default_field": "all"
                },
                "similarity": {
                    "bm25": {
                        "type": "BM25"
                    }
                }
            }
        },
        "mappings": {
            "properties": {
                "timestamp": {
                    "type": "date",
                    "format": "date_optional_time"
                },
                "create_timestamp": {
                    "type": "date",
                    "format": "date_optional_time"
                },
                "page_id": {
                    "type": "long"
                },
                "wiki": {
                    "type": "keyword",
                    "normalizer": "keyword"
                },
                "namespace": {
                    "type": "long"
                },
                "namespace_text": {
                    "type": "keyword",
                    "doc_values": "",
                    "normalizer": "keyword"
                },
                "title": {
                    "type": "text",
                    "copy_to": [
                        "suggest",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        },
                        "prefix": {
                            "similarity": "bm25",
                            "type": "text",
                            "analyzer": "prefix",
                            "search_analyzer": "near_match",
                            "index_options": "docs",
                            "term_vector": "with_positions_offsets"
                        },
                        "prefix_asciifolding": {
                            "similarity": "bm25",
                            "type": "text",
                            "analyzer": "prefix_asciifolding",
                            "search_analyzer": "near_match_asciifolding",
                            "index_options": "docs",
                            "term_vector": "with_positions_offsets"
                        },
                        "near_match": {
                            "similarity": "bm25",
                            "type": "text",
                            "analyzer": "near_match",
                            "index_options": "docs",
                            "term_vector": "with_positions_offsets"
                        },
                        "near_match_asciifolding": {
                            "similarity": "bm25",
                            "type": "text",
                            "analyzer": "near_match_asciifolding",
                            "index_options": "docs",
                            "term_vector": "with_positions_offsets"
                        },
                        "keyword": {
                            "similarity": "bm25",
                            "type": "keyword",
                            "normalizer": "keyword"
                        }
                    },
                    "term_vector": "with_positions_offsets"
                },
                "text": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        },
                        "word_count": {
                            "type": "token_count",
                            "analyzer": "plain"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all"
                    ]
                },
                "text_bytes": {
                    "type": "long"
                },
                "source_text": {
                    "type": "text",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "source_text_plain",
                            "search_analyzer": "source_text_plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    }
                },
                "redirect": {
                    "properties": {
                        "namespace": {
                            "type": "long"
                        },
                        "title": {
                            "type": "text",
                            "copy_to": [
                                "suggest",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match"
                            ],
                            "analyzer": "text",
                            "search_analyzer": "text_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "plain",
                                    "search_analyzer": "plain_search",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "term_vector": "with_positions_offsets"
                                },
                                "prefix": {
                                    "similarity": "bm25",
                                    "type": "text",
                                    "analyzer": "prefix",
                                    "search_analyzer": "near_match",
                                    "index_options": "docs",
                                    "term_vector": "with_positions_offsets"
                                },
                                "prefix_asciifolding": {
                                    "similarity": "bm25",
                                    "type": "text",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding",
                                    "index_options": "docs",
                                    "term_vector": "with_positions_offsets"
                                },
                                "near_match": {
                                    "similarity": "bm25",
                                    "type": "text",
                                    "analyzer": "near_match",
                                    "index_options": "docs",
                                    "term_vector": "with_positions_offsets"
                                },
                                "near_match_asciifolding": {
                                    "similarity": "bm25",
                                    "type": "text",
                                    "analyzer": "near_match_asciifolding",
                                    "index_options": "docs",
                                    "term_vector": "with_positions_offsets"
                                },
                                "keyword": {
                                    "similarity": "bm25",
                                    "type": "keyword",
                                    "normalizer": "keyword"
                                }
                            },
                            "term_vector": "with_positions_offsets"
                        }
                    }
                },
                "incoming_links": {
                    "type": "long"
                },
                "local_sites_with_dupe": {
                    "type": "keyword",
                    "normalizer": "lowercase_keyword"
                },
                "suggest": {
                    "type": "text",
                    "similarity": "bm25",
                    "index_options": "freqs",
                    "analyzer": "suggest"
                },
                "category": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        },
                        "lowercase_keyword": {
                            "similarity": "bm25",
                            "type": "keyword",
                            "normalizer": "lowercase_keyword"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all"
                    ]
                },
                "external_link": {
                    "type": "keyword",
                    "normalizer": "keyword"
                },
                "outgoing_link": {
                    "type": "keyword",
                    "normalizer": "keyword",
                    "fields": {
                        "token_count": {
                            "type": "token_count",
                            "analyzer": "keyword"
                        }
                    }
                },
                "template": {
                    "type": "keyword",
                    "normalizer": "lowercase_keyword",
                    "fields": {
                        "keyword": {
                            "type": "keyword",
                            "normalizer": "keyword"
                        }
                    }
                },
                "content_model": {
                    "type": "keyword",
                    "normalizer": "keyword"
                },
                "language": {
                    "type": "keyword",
                    "normalizer": "keyword"
                },
                "heading": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all",
                        "all",
                        "all",
                        "all",
                        "all"
                    ]
                },
                "auxiliary_text": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all"
                    ]
                },
                "opening_text": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all",
                        "all",
                        "all"
                    ]
                },
                "file_media_type": {
                    "type": "keyword",
                    "normalizer": "lowercase_keyword"
                },
                "file_mime": {
                    "type": "text",
                    "analyzer": "short_text",
                    "search_analyzer": "short_text_search"
                },
                "file_size": {
                    "type": "long"
                },
                "file_width": {
                    "type": "long"
                },
                "file_height": {
                    "type": "long"
                },
                "file_bits": {
                    "type": "long"
                },
                "file_resolution": {
                    "type": "long"
                },
                "file_text": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all"
                    ]
                },
                "labels": {
                    "type": "object",
                    "properties": {
                        "aa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aae": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aae_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aae_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "abr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "abr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "abr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "abs": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "abs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "abs_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ace": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ace_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ace_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "acf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "acf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "acf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "acm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "acm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "acm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ady": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ady_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ady_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ady-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ady-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ady-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aeb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aeb-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aeb-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "af": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "af_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "af_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aig": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aig_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aln": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aln_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aln_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "als": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "als_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "als_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "alt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "alt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "alt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "am": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "am_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "am_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ami": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ami_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ami_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "an": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "an_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "an_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ang": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ang_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ang_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ann": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ann_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ann_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "anp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "anp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "anp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "apc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "apc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "apc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ar": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ar_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ar_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "arc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "arn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "arq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ary": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ary_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ary_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "arz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "as": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "as_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "as_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ase": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ase_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ase_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ast": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ast_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ast_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "atj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "atj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "atj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "av": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "av_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "av_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "avk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "avk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "avk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "awa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "awa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "awa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ay": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ay_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ay_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "az": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "az_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "az_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "azb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "azb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "azb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ba": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ba_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ba_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ban": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ban_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ban_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ban-bali": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ban-bali_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ban-bali_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bar": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bar_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bar_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bat-smg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bat-smg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bat-smg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bbc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bbc-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbc-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bcc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bcc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bcc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bci": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bci_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bci_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bcl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bcl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bcl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bdr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bdr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bdr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "be": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "be-tarask": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be-tarask_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be-tarask_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "be-x-old": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be-x-old_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be-x-old_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bew": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bew_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bew_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bgc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bgc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bgc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bgn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bgn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bgn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bho": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bho_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bjn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bjn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bjn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "blk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "blk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "blk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bol": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bol_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bol_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bpy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bpy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bpy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bqi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bqi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bqi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "br": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "br_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "br_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "brh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "brh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "brh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bs": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bs_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "btm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "btm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "btm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bto": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bto_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bto_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bug": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bug_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bug-bugi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bug-bugi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bug-bugi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bxr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bxr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bxr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ca": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ca_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ca_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cbk-zam": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cbk-zam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cbk-zam_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ccp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ccp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ccp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cdo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cdo-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cdo-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ce": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ce_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ce_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ceb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ceb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ceb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ch": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ch_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ch_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "chn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cho": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cho_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "chr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "chy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ckb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ckb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ckb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "co": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "co_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "co_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cop": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cop_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cop_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cps": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cps_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cps_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cpx": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cpx-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cpx-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cpx-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "crh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "crh-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "crh-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "crh-ro": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-ro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-ro_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cs": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cs_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "csb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "csb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "csb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "da": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "da_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "da_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dag": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dag_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "de": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "de-at": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-at_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-at_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "de-ch": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-ch_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-ch_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "de-formal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-formal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dga": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dga_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dga_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "din": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "din_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "din_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "diq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "diq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "diq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dlg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dlg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dlg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dsb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dsb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dsb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dtp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dtp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dtp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dty": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dty_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dua": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dua_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ee": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ee_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ee_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "efi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "efi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "efi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "egl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "egl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "egl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "el": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "el_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "el_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "eml": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eml_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eml_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "en": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "en-ca": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-ca_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-ca_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "en-gb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-gb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-gb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "eo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "es": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "es-419": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es-419_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es-419_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "es-formal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es-formal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "et": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "et_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "et_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "eu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ext": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ext_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ext_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fat": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fat_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ff": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ff_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ff_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fit": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fit_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fit_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fiu-vro": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fiu-vro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fiu-vro_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fon": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fon_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fon_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "frc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "frp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "frr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "frs": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frs_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fur": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fur_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fvr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fvr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fvr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ga": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ga_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ga_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gaa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gaa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gaa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gag": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gag_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gan": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gan-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gan-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gcf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gcf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gcf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gcr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gcr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gcr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gld": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gld_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gld_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "glk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "glk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "glk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gom": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gom-deva": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom-deva_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gom-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gor": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gor_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gor_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "got": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "got_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "got_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gpe": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gpe_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gpe_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "grc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "grc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "grc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gsw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gsw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gsw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "guc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "guc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "guc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gur": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gur_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "guw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "guw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "guw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ha": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ha_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ha_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hak": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hak-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hak-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hak-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "haw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "haw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "haw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "he": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "he_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "he_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hif": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hif_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hif_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hif-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hif-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hif-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hil": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hil_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hil_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hke": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hke_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hke_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hno": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hno_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hno_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ho": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ho_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hoc-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hoc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hoc-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hrx": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hrx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hrx_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hsb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hsb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hsb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hsn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hsn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hsn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ht": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ht_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ht_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hu-formal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hu-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hu-formal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hyw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hyw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hyw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ia": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ia_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ia_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "iba": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "iba_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "iba_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ibb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ibb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ibb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "id": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "id_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "id_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ie": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ie_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ie_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ig": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ig_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "igl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "igl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "igl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ii": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ii_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ii_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ik": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ik_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ik_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ike-cans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ike-cans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ike-cans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ike-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ike-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ike-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ilo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ilo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ilo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "inh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "inh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "inh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "io": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "io_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "io_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "is": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "is_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "is_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "isv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "isv-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "isv-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "it": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "it_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "it_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "iu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "iu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "iu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ja": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ja_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ja_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "jam": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jam_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "jbo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jbo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jbo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "jut": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jut_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "jv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "jv-java": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jv-java_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jv-java_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ka": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ka_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ka_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kaa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kaa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kaa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kai": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kai_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kai_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kaj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kaj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kaj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kbd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kbd-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbd-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbd-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kbp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kcg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kcg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kcg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kea": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kea_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kea_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kge": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kge_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kge_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "khw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "khw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "khw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ki": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ki_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kiu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kiu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kiu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kjh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kjh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kjh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kjp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kjp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kjp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-cn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-cn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-cn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-kz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-kz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-kz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-tr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-tr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-tr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "km": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "km_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "km_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "knc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "knc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "knc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ko": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ko_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ko_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ko-kp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ko-kp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ko-kp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "koi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "koi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "koi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "krc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kri": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kri_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kri_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "krj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "krl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ks": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ks-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ks-deva": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks-deva_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ksh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ksw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ku": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ku-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ku-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kum": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kum_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kum_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kus": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kus_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ky": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ky_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ky_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "la": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "la_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "la_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lad": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lad_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lad_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lbe": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lbe_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lbe_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lez": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lez_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lez_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lfn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lfn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lfn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "li": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "li_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "li_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lij": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lij_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lij_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "liv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "liv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "liv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ljp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ljp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ljp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lki": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lki_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lkt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lkt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lkt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lld": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lld_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lld_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lmo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lmo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lmo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ln": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ln_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ln_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "loz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "loz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "loz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lrc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lrc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lrc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ltg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ltg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ltg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lua": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lua_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lus": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lus_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "luz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "luz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "luz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lzh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lzh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lzh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lzz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lzz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lzz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mad": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mad_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mad_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mag": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mag_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mai": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mai_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mai_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "map-bms": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "map-bms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "map-bms_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mdf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mdf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mdf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mhr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mhr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mhr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "min": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "min_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "min_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ml": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ml_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ml_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mnc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mnc-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mnc-mong": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc-mong_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc-mong_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mni": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mni_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mni_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mnw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mos": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mos_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mos_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mrh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mrh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mrh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mrj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mrj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mrj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ms": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ms_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ms-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ms-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ms-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mui": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mui_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mui_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mus": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mus_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mwl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mwl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mwl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "my": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "my_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "my_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "myv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "myv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "myv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mzn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mzn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mzn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "na": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "na_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "na_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nah": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nah_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nah_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nan": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nan-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nan-latn-pehoeji": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-latn-pehoeji_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-latn-pehoeji_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nan-latn-tailo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-latn-tailo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-latn-tailo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nap": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nap_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nap_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nds": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nds_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nds_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nds-nl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nds-nl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nds-nl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ne": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ne_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ne_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "new": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "new_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "new_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ng": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ng_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ng_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nia": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nia_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nia_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nit": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nit_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nit_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "niu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "niu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "niu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nl-informal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nl-informal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nl-informal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nmz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nmz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nmz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "no": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "no_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "no_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nod": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nod_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nod_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nog": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nog_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nog_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nov": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nov_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nov_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nqo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nqo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nqo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nrm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nrm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nrm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nso": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nso_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nso_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nup": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nup_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ny": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ny_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ny_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nyn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nyn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nyn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nyo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nyo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nyo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nys": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nys_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nys_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "oc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "oc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "oc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ojb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ojb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ojb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "olo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "olo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "olo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "om": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "om_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "om_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "or": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "or_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "or_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "os": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "os_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "os_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pag": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pag_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pam": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pam_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pap": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pap_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pap_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pap-aw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pap-aw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pap-aw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pcd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pcd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pcd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pcm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pcm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pcm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pdc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pdc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pdc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pdt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pdt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pdt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pfl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pfl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pfl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pih": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pih_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pih_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pms": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pms_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pnb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pnb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pnb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pnt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pnt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pnt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ppl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ppl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ppl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "prg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "prg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "prg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ps": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ps_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ps_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pt-br": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pt-br_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pt-br_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pwn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pwn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pwn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "qu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "qu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "qu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "qug": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "qug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "qug_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rgn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rgn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rgn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rif": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rif_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rif_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rki": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rki_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rmc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rmy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ro": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ro_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "roa-rup": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "roa-rup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "roa-rup_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "roa-tara": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "roa-tara_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "roa-tara_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rsk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rsk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rsk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ru": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ru_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ru_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rue": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rue_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rup": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rup_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ruq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ruq-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ruq-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rut": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rut_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ryu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ryu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ryu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sah": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sah_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sah_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sas": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sas_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sat": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sat_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "scn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "scn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "scn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sco": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sco_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sco_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sdc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sdc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sdc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sdh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sdh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sdh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "se": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "se-fi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-fi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-fi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "se-no": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-no_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-no_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "se-se": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-se_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-se_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sei": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sei_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sei_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ses": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ses_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ses_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sgs": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sgs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sgs_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sh-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sh-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shi-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shi-tfng": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi-tfng_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi-tfng_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shy-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shy-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shy-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "si": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "si_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "si_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "simple": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "simple_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "simple_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sjd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sjd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sjd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sje": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sje_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sje_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "skr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "skr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "skr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "skr-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "skr-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "skr-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sli": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sli_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sli_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sma": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sma_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sma_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "smn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "smn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "smn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sms": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sms_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "so": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "so_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "so_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sr-ec": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr-ec_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr-ec_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sr-el": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr-el_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr-el_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "srn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "srn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "srn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sro": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sro_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ss": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ss_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ss_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "st": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "st_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "st_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "stq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "stq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "stq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sty": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sty_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "su": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "su_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "su_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "syl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "syl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "syl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "szl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "szl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "szl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "szy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "szy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "szy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ta": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ta_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ta_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tay": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tay_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tay_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tcy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tcy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tcy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tdd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tdd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tdd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "te": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "te_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "te_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tet": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tet_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tet_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tg-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tg-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "th": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "th_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "th_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ti": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ti_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ti_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tig": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tig_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tly": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tly_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tly_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tly-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tly-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tly-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "to": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "to_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "to_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tok": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tok_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tok_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tpi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tpi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tpi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tru": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tru_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tru_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "trv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "trv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "trv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ts": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ts_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ts_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tt-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tt-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ttj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ttj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ttj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tum": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tum_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tum_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ty": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ty_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tyv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tyv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tyv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tzm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tzm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tzm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "udm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "udm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "udm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ug": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ug-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ug-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "uk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ur": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ur_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "uz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "uz-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "uz-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ve": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ve_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ve_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vec": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vec_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vec_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vep": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vep_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vep_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vls": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vls_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vls_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vmf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vmf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vmw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vmw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vmw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vot": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vot_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vot_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vro": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vro_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "war": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "war_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "war_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wls": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wls_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wls_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wlx": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wlx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wlx_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wuu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wuu-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wuu-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "xal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "xh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "xmf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xmf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "xsy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xsy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xsy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yua": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yua_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yue": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yue-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yue-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "za": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "za_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "za_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zea": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zea_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zea_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zgh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zgh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zgh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zgh-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zgh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zgh-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-classical": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-classical_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-classical_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-cn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-cn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-cn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-hk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-min-nan": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-min-nan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-min-nan_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-mo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-mo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-mo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-my": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-my_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-my_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-sg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-sg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-sg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-tw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-tw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-tw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-yue": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-yue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-yue_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "agq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "agq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "agq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bag": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bag_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bas": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bas_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bax": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bax_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bax_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bbj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bfd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bfd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bfd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bfw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bfw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bfw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bkc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bkh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bkm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bqz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bqz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bqz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "byv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "byv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "byv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cak": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cak_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cak_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cnh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cnh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cnh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dso": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dso_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dso_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "en-us": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-us_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-us_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "eto": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eto_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eto_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "etu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "etu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "etu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ewo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ewo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ewo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fkv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fkv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fkv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fmp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fmp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fmp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gju-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gju-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gju-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gju-deva": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gju-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gju-deva_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gya": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gya_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gya_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hoc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hoc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hoc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "isu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ker": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ker_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ker_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kgg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kgg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kgg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ksf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lem": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lem_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lem_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lns": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lns_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lns_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mcn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mcn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mcn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mcp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mcp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mcp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mua": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mua_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nan-hani": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-hani_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-hani_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nge": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nge_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nge_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nla": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nla_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nla_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nmg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nmg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nmg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nnh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nnh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nnh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nnz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nnz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nnz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "osa-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "osa-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "osa-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ota": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ota_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ota_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "quc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "quc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "quc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rmf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rwr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rwr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rwr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sju": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sju_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sju_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "smj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "smj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "smj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "srq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "srq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "srq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sva": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sva_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "thq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "thq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "thq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tpv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tpv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tpv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tvu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tvu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tvu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vut": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vut_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wes": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wes_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wes_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wya": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wya_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wya_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yas": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yas_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yat": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yat_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yav": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yav_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yav_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ybb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ybb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ybb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        }
                    }
                },
                "labels_all": {
                    "type": "text",
                    "fields": {
                        "prefix": {
                            "type": "text",
                            "index_options": "docs",
                            "analyzer": "prefix_asciifolding",
                            "search_analyzer": "near_match_asciifolding"
                        },
                        "near_match_folded": {
                            "type": "text",
                            "index_options": "docs",
                            "analyzer": "near_match_asciifolding"
                        },
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "search_analyzer": "plain_search"
                        }
                    }
                },
                "descriptions": {
                    "type": "object",
                    "properties": {
                        "aa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aa_plain_search"
                                }
                            }
                        },
                        "aae": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aae_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aae_plain_search"
                                }
                            }
                        },
                        "ab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ab_plain_search"
                                }
                            }
                        },
                        "abr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "abr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "abr_plain_search"
                                }
                            }
                        },
                        "abs": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "abs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "abs_plain_search"
                                }
                            }
                        },
                        "ace": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ace_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ace_plain_search"
                                }
                            }
                        },
                        "acf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "acf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "acf_plain_search"
                                }
                            }
                        },
                        "acm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "acm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "acm_plain_search"
                                }
                            }
                        },
                        "ady": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ady_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ady_plain_search"
                                }
                            }
                        },
                        "ady-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ady-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ady-cyrl_plain_search"
                                }
                            }
                        },
                        "aeb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb_plain_search"
                                }
                            }
                        },
                        "aeb-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb-arab_plain_search"
                                }
                            }
                        },
                        "aeb-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb-latn_plain_search"
                                }
                            }
                        },
                        "af": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "af_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "af_plain_search"
                                }
                            }
                        },
                        "aig": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aig_plain_search"
                                }
                            }
                        },
                        "aln": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aln_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aln_plain_search"
                                }
                            }
                        },
                        "als": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "als_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "als_plain_search"
                                }
                            }
                        },
                        "alt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "alt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "alt_plain_search"
                                }
                            }
                        },
                        "am": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "am_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "am_plain_search"
                                }
                            }
                        },
                        "ami": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ami_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ami_plain_search"
                                }
                            }
                        },
                        "an": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "an_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "an_plain_search"
                                }
                            }
                        },
                        "ang": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ang_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ang_plain_search"
                                }
                            }
                        },
                        "ann": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ann_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ann_plain_search"
                                }
                            }
                        },
                        "anp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "anp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "anp_plain_search"
                                }
                            }
                        },
                        "apc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "apc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "apc_plain_search"
                                }
                            }
                        },
                        "ar": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ar_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ar_plain_search"
                                }
                            }
                        },
                        "arc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arc_plain_search"
                                }
                            }
                        },
                        "arn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arn_plain_search"
                                }
                            }
                        },
                        "arq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arq_plain_search"
                                }
                            }
                        },
                        "ary": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ary_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ary_plain_search"
                                }
                            }
                        },
                        "arz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arz_plain_search"
                                }
                            }
                        },
                        "as": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "as_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "as_plain_search"
                                }
                            }
                        },
                        "ase": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ase_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ase_plain_search"
                                }
                            }
                        },
                        "ast": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ast_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ast_plain_search"
                                }
                            }
                        },
                        "atj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "atj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "atj_plain_search"
                                }
                            }
                        },
                        "av": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "av_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "av_plain_search"
                                }
                            }
                        },
                        "avk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "avk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "avk_plain_search"
                                }
                            }
                        },
                        "awa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "awa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "awa_plain_search"
                                }
                            }
                        },
                        "ay": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ay_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ay_plain_search"
                                }
                            }
                        },
                        "az": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "az_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "az_plain_search"
                                }
                            }
                        },
                        "azb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "azb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "azb_plain_search"
                                }
                            }
                        },
                        "ba": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ba_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ba_plain_search"
                                }
                            }
                        },
                        "ban": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ban_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ban_plain_search"
                                }
                            }
                        },
                        "ban-bali": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ban-bali_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ban-bali_plain_search"
                                }
                            }
                        },
                        "bar": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bar_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bar_plain_search"
                                }
                            }
                        },
                        "bat-smg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bat-smg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bat-smg_plain_search"
                                }
                            }
                        },
                        "bbc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbc_plain_search"
                                }
                            }
                        },
                        "bbc-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbc-latn_plain_search"
                                }
                            }
                        },
                        "bcc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bcc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bcc_plain_search"
                                }
                            }
                        },
                        "bci": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bci_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bci_plain_search"
                                }
                            }
                        },
                        "bcl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bcl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bcl_plain_search"
                                }
                            }
                        },
                        "bdr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bdr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bdr_plain_search"
                                }
                            }
                        },
                        "be": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be_plain_search"
                                }
                            }
                        },
                        "be-tarask": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be-tarask_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be-tarask_plain_search"
                                }
                            }
                        },
                        "be-x-old": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be-x-old_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be-x-old_plain_search"
                                }
                            }
                        },
                        "bew": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bew_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bew_plain_search"
                                }
                            }
                        },
                        "bg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bg_plain_search"
                                }
                            }
                        },
                        "bgc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bgc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bgc_plain_search"
                                }
                            }
                        },
                        "bgn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bgn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bgn_plain_search"
                                }
                            }
                        },
                        "bh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bh_plain_search"
                                }
                            }
                        },
                        "bho": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bho_plain_search"
                                }
                            }
                        },
                        "bi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bi_plain_search"
                                }
                            }
                        },
                        "bjn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bjn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bjn_plain_search"
                                }
                            }
                        },
                        "blk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "blk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "blk_plain_search"
                                }
                            }
                        },
                        "bm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bm_plain_search"
                                }
                            }
                        },
                        "bn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bn_plain_search"
                                }
                            }
                        },
                        "bo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bo_plain_search"
                                }
                            }
                        },
                        "bol": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bol_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bol_plain_search"
                                }
                            }
                        },
                        "bpy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bpy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bpy_plain_search"
                                }
                            }
                        },
                        "bqi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bqi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bqi_plain_search"
                                }
                            }
                        },
                        "br": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "br_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "br_plain_search"
                                }
                            }
                        },
                        "brh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "brh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "brh_plain_search"
                                }
                            }
                        },
                        "bs": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bs_plain_search"
                                }
                            }
                        },
                        "btm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "btm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "btm_plain_search"
                                }
                            }
                        },
                        "bto": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bto_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bto_plain_search"
                                }
                            }
                        },
                        "bug": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bug_plain_search"
                                }
                            }
                        },
                        "bug-bugi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bug-bugi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bug-bugi_plain_search"
                                }
                            }
                        },
                        "bxr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bxr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bxr_plain_search"
                                }
                            }
                        },
                        "ca": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ca_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ca_plain_search"
                                }
                            }
                        },
                        "cbk-zam": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cbk-zam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cbk-zam_plain_search"
                                }
                            }
                        },
                        "ccp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ccp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ccp_plain_search"
                                }
                            }
                        },
                        "cdo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo_plain_search"
                                }
                            }
                        },
                        "cdo-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo-hant_plain_search"
                                }
                            }
                        },
                        "cdo-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo-latn_plain_search"
                                }
                            }
                        },
                        "ce": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ce_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ce_plain_search"
                                }
                            }
                        },
                        "ceb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ceb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ceb_plain_search"
                                }
                            }
                        },
                        "ch": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ch_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ch_plain_search"
                                }
                            }
                        },
                        "chn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chn_plain_search"
                                }
                            }
                        },
                        "cho": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cho_plain_search"
                                }
                            }
                        },
                        "chr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chr_plain_search"
                                }
                            }
                        },
                        "chy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chy_plain_search"
                                }
                            }
                        },
                        "ckb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ckb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ckb_plain_search"
                                }
                            }
                        },
                        "co": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "co_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "co_plain_search"
                                }
                            }
                        },
                        "cop": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cop_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cop_plain_search"
                                }
                            }
                        },
                        "cps": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cps_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cps_plain_search"
                                }
                            }
                        },
                        "cpx": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx_plain_search"
                                }
                            }
                        },
                        "cpx-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-hans_plain_search"
                                }
                            }
                        },
                        "cpx-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-hant_plain_search"
                                }
                            }
                        },
                        "cpx-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-latn_plain_search"
                                }
                            }
                        },
                        "cr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cr_plain_search"
                                }
                            }
                        },
                        "crh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh_plain_search"
                                }
                            }
                        },
                        "crh-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-cyrl_plain_search"
                                }
                            }
                        },
                        "crh-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-latn_plain_search"
                                }
                            }
                        },
                        "crh-ro": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-ro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-ro_plain_search"
                                }
                            }
                        },
                        "cs": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cs_plain_search"
                                }
                            }
                        },
                        "csb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "csb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "csb_plain_search"
                                }
                            }
                        },
                        "cu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cu_plain_search"
                                }
                            }
                        },
                        "cv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cv_plain_search"
                                }
                            }
                        },
                        "cy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cy_plain_search"
                                }
                            }
                        },
                        "da": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "da_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "da_plain_search"
                                }
                            }
                        },
                        "dag": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dag_plain_search"
                                }
                            }
                        },
                        "de": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de_plain_search"
                                }
                            }
                        },
                        "de-at": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-at_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-at_plain_search"
                                }
                            }
                        },
                        "de-ch": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-ch_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-ch_plain_search"
                                }
                            }
                        },
                        "de-formal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-formal_plain_search"
                                }
                            }
                        },
                        "dga": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dga_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dga_plain_search"
                                }
                            }
                        },
                        "din": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "din_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "din_plain_search"
                                }
                            }
                        },
                        "diq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "diq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "diq_plain_search"
                                }
                            }
                        },
                        "dlg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dlg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dlg_plain_search"
                                }
                            }
                        },
                        "dsb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dsb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dsb_plain_search"
                                }
                            }
                        },
                        "dtp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dtp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dtp_plain_search"
                                }
                            }
                        },
                        "dty": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dty_plain_search"
                                }
                            }
                        },
                        "dua": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dua_plain_search"
                                }
                            }
                        },
                        "dv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dv_plain_search"
                                }
                            }
                        },
                        "dz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dz_plain_search"
                                }
                            }
                        },
                        "ee": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ee_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ee_plain_search"
                                }
                            }
                        },
                        "efi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "efi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "efi_plain_search"
                                }
                            }
                        },
                        "egl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "egl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "egl_plain_search"
                                }
                            }
                        },
                        "el": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "el_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "el_plain_search"
                                }
                            }
                        },
                        "eml": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eml_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eml_plain_search"
                                }
                            }
                        },
                        "en": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en_plain_search"
                                }
                            }
                        },
                        "en-ca": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-ca_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-ca_plain_search"
                                }
                            }
                        },
                        "en-gb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-gb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-gb_plain_search"
                                }
                            }
                        },
                        "eo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eo_plain_search"
                                }
                            }
                        },
                        "es": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es_plain_search"
                                }
                            }
                        },
                        "es-419": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es-419_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es-419_plain_search"
                                }
                            }
                        },
                        "es-formal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es-formal_plain_search"
                                }
                            }
                        },
                        "et": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "et_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "et_plain_search"
                                }
                            }
                        },
                        "eu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eu_plain_search"
                                }
                            }
                        },
                        "ext": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ext_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ext_plain_search"
                                }
                            }
                        },
                        "fa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fa_plain_search"
                                }
                            }
                        },
                        "fat": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fat_plain_search"
                                }
                            }
                        },
                        "ff": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ff_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ff_plain_search"
                                }
                            }
                        },
                        "fi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fi_plain_search"
                                }
                            }
                        },
                        "fit": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fit_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fit_plain_search"
                                }
                            }
                        },
                        "fiu-vro": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fiu-vro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fiu-vro_plain_search"
                                }
                            }
                        },
                        "fj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fj_plain_search"
                                }
                            }
                        },
                        "fo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fo_plain_search"
                                }
                            }
                        },
                        "fon": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fon_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fon_plain_search"
                                }
                            }
                        },
                        "fr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fr_plain_search"
                                }
                            }
                        },
                        "frc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frc_plain_search"
                                }
                            }
                        },
                        "frp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frp_plain_search"
                                }
                            }
                        },
                        "frr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frr_plain_search"
                                }
                            }
                        },
                        "frs": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frs_plain_search"
                                }
                            }
                        },
                        "fur": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fur_plain_search"
                                }
                            }
                        },
                        "fvr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fvr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fvr_plain_search"
                                }
                            }
                        },
                        "fy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fy_plain_search"
                                }
                            }
                        },
                        "ga": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ga_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ga_plain_search"
                                }
                            }
                        },
                        "gaa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gaa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gaa_plain_search"
                                }
                            }
                        },
                        "gag": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gag_plain_search"
                                }
                            }
                        },
                        "gan": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan_plain_search"
                                }
                            }
                        },
                        "gan-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan-hans_plain_search"
                                }
                            }
                        },
                        "gan-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan-hant_plain_search"
                                }
                            }
                        },
                        "gcf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gcf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gcf_plain_search"
                                }
                            }
                        },
                        "gcr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gcr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gcr_plain_search"
                                }
                            }
                        },
                        "gd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gd_plain_search"
                                }
                            }
                        },
                        "gl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gl_plain_search"
                                }
                            }
                        },
                        "gld": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gld_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gld_plain_search"
                                }
                            }
                        },
                        "glk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "glk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "glk_plain_search"
                                }
                            }
                        },
                        "gn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gn_plain_search"
                                }
                            }
                        },
                        "gom": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom_plain_search"
                                }
                            }
                        },
                        "gom-deva": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom-deva_plain_search"
                                }
                            }
                        },
                        "gom-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom-latn_plain_search"
                                }
                            }
                        },
                        "gor": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gor_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gor_plain_search"
                                }
                            }
                        },
                        "got": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "got_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "got_plain_search"
                                }
                            }
                        },
                        "gpe": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gpe_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gpe_plain_search"
                                }
                            }
                        },
                        "grc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "grc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "grc_plain_search"
                                }
                            }
                        },
                        "gsw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gsw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gsw_plain_search"
                                }
                            }
                        },
                        "gu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gu_plain_search"
                                }
                            }
                        },
                        "guc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "guc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "guc_plain_search"
                                }
                            }
                        },
                        "gur": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gur_plain_search"
                                }
                            }
                        },
                        "guw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "guw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "guw_plain_search"
                                }
                            }
                        },
                        "gv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gv_plain_search"
                                }
                            }
                        },
                        "ha": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ha_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ha_plain_search"
                                }
                            }
                        },
                        "hak": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak_plain_search"
                                }
                            }
                        },
                        "hak-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-hans_plain_search"
                                }
                            }
                        },
                        "hak-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-hant_plain_search"
                                }
                            }
                        },
                        "hak-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-latn_plain_search"
                                }
                            }
                        },
                        "haw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "haw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "haw_plain_search"
                                }
                            }
                        },
                        "he": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "he_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "he_plain_search"
                                }
                            }
                        },
                        "hi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hi_plain_search"
                                }
                            }
                        },
                        "hif": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hif_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hif_plain_search"
                                }
                            }
                        },
                        "hif-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hif-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hif-latn_plain_search"
                                }
                            }
                        },
                        "hil": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hil_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hil_plain_search"
                                }
                            }
                        },
                        "hke": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hke_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hke_plain_search"
                                }
                            }
                        },
                        "hno": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hno_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hno_plain_search"
                                }
                            }
                        },
                        "ho": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ho_plain_search"
                                }
                            }
                        },
                        "hoc-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hoc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hoc-latn_plain_search"
                                }
                            }
                        },
                        "hr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hr_plain_search"
                                }
                            }
                        },
                        "hrx": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hrx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hrx_plain_search"
                                }
                            }
                        },
                        "hsb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hsb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hsb_plain_search"
                                }
                            }
                        },
                        "hsn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hsn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hsn_plain_search"
                                }
                            }
                        },
                        "ht": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ht_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ht_plain_search"
                                }
                            }
                        },
                        "hu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hu_plain_search"
                                }
                            }
                        },
                        "hu-formal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hu-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hu-formal_plain_search"
                                }
                            }
                        },
                        "hy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hy_plain_search"
                                }
                            }
                        },
                        "hyw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hyw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hyw_plain_search"
                                }
                            }
                        },
                        "hz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hz_plain_search"
                                }
                            }
                        },
                        "ia": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ia_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ia_plain_search"
                                }
                            }
                        },
                        "iba": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "iba_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "iba_plain_search"
                                }
                            }
                        },
                        "ibb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ibb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ibb_plain_search"
                                }
                            }
                        },
                        "id": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "id_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "id_plain_search"
                                }
                            }
                        },
                        "ie": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ie_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ie_plain_search"
                                }
                            }
                        },
                        "ig": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ig_plain_search"
                                }
                            }
                        },
                        "igl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "igl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "igl_plain_search"
                                }
                            }
                        },
                        "ii": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ii_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ii_plain_search"
                                }
                            }
                        },
                        "ik": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ik_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ik_plain_search"
                                }
                            }
                        },
                        "ike-cans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ike-cans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ike-cans_plain_search"
                                }
                            }
                        },
                        "ike-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ike-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ike-latn_plain_search"
                                }
                            }
                        },
                        "ilo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ilo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ilo_plain_search"
                                }
                            }
                        },
                        "inh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "inh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "inh_plain_search"
                                }
                            }
                        },
                        "io": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "io_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "io_plain_search"
                                }
                            }
                        },
                        "is": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "is_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "is_plain_search"
                                }
                            }
                        },
                        "isv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv_plain_search"
                                }
                            }
                        },
                        "isv-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv-cyrl_plain_search"
                                }
                            }
                        },
                        "isv-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv-latn_plain_search"
                                }
                            }
                        },
                        "it": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "it_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "it_plain_search"
                                }
                            }
                        },
                        "iu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "iu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "iu_plain_search"
                                }
                            }
                        },
                        "ja": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ja_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ja_plain_search"
                                }
                            }
                        },
                        "jam": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jam_plain_search"
                                }
                            }
                        },
                        "jbo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jbo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jbo_plain_search"
                                }
                            }
                        },
                        "jut": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jut_plain_search"
                                }
                            }
                        },
                        "jv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jv_plain_search"
                                }
                            }
                        },
                        "jv-java": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jv-java_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jv-java_plain_search"
                                }
                            }
                        },
                        "ka": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ka_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ka_plain_search"
                                }
                            }
                        },
                        "kaa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kaa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kaa_plain_search"
                                }
                            }
                        },
                        "kab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kab_plain_search"
                                }
                            }
                        },
                        "kai": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kai_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kai_plain_search"
                                }
                            }
                        },
                        "kaj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kaj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kaj_plain_search"
                                }
                            }
                        },
                        "kbd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbd_plain_search"
                                }
                            }
                        },
                        "kbd-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbd-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbd-cyrl_plain_search"
                                }
                            }
                        },
                        "kbp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbp_plain_search"
                                }
                            }
                        },
                        "kcg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kcg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kcg_plain_search"
                                }
                            }
                        },
                        "kea": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kea_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kea_plain_search"
                                }
                            }
                        },
                        "kg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kg_plain_search"
                                }
                            }
                        },
                        "kge": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kge_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kge_plain_search"
                                }
                            }
                        },
                        "khw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "khw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "khw_plain_search"
                                }
                            }
                        },
                        "ki": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ki_plain_search"
                                }
                            }
                        },
                        "kiu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kiu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kiu_plain_search"
                                }
                            }
                        },
                        "kj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kj_plain_search"
                                }
                            }
                        },
                        "kjh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kjh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kjh_plain_search"
                                }
                            }
                        },
                        "kjp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kjp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kjp_plain_search"
                                }
                            }
                        },
                        "kk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk_plain_search"
                                }
                            }
                        },
                        "kk-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-arab_plain_search"
                                }
                            }
                        },
                        "kk-cn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-cn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-cn_plain_search"
                                }
                            }
                        },
                        "kk-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-cyrl_plain_search"
                                }
                            }
                        },
                        "kk-kz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-kz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-kz_plain_search"
                                }
                            }
                        },
                        "kk-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-latn_plain_search"
                                }
                            }
                        },
                        "kk-tr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-tr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-tr_plain_search"
                                }
                            }
                        },
                        "kl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kl_plain_search"
                                }
                            }
                        },
                        "km": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "km_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "km_plain_search"
                                }
                            }
                        },
                        "kn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kn_plain_search"
                                }
                            }
                        },
                        "knc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "knc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "knc_plain_search"
                                }
                            }
                        },
                        "ko": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ko_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ko_plain_search"
                                }
                            }
                        },
                        "ko-kp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ko-kp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ko-kp_plain_search"
                                }
                            }
                        },
                        "koi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "koi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "koi_plain_search"
                                }
                            }
                        },
                        "kr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kr_plain_search"
                                }
                            }
                        },
                        "krc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krc_plain_search"
                                }
                            }
                        },
                        "kri": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kri_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kri_plain_search"
                                }
                            }
                        },
                        "krj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krj_plain_search"
                                }
                            }
                        },
                        "krl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krl_plain_search"
                                }
                            }
                        },
                        "ks": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks_plain_search"
                                }
                            }
                        },
                        "ks-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks-arab_plain_search"
                                }
                            }
                        },
                        "ks-deva": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks-deva_plain_search"
                                }
                            }
                        },
                        "ksh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksh_plain_search"
                                }
                            }
                        },
                        "ksw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksw_plain_search"
                                }
                            }
                        },
                        "ku": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku_plain_search"
                                }
                            }
                        },
                        "ku-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku-arab_plain_search"
                                }
                            }
                        },
                        "ku-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku-latn_plain_search"
                                }
                            }
                        },
                        "kum": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kum_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kum_plain_search"
                                }
                            }
                        },
                        "kus": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kus_plain_search"
                                }
                            }
                        },
                        "kv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kv_plain_search"
                                }
                            }
                        },
                        "kw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kw_plain_search"
                                }
                            }
                        },
                        "ky": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ky_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ky_plain_search"
                                }
                            }
                        },
                        "la": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "la_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "la_plain_search"
                                }
                            }
                        },
                        "lad": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lad_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lad_plain_search"
                                }
                            }
                        },
                        "lb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lb_plain_search"
                                }
                            }
                        },
                        "lbe": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lbe_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lbe_plain_search"
                                }
                            }
                        },
                        "lez": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lez_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lez_plain_search"
                                }
                            }
                        },
                        "lfn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lfn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lfn_plain_search"
                                }
                            }
                        },
                        "lg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lg_plain_search"
                                }
                            }
                        },
                        "li": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "li_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "li_plain_search"
                                }
                            }
                        },
                        "lij": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lij_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lij_plain_search"
                                }
                            }
                        },
                        "liv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "liv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "liv_plain_search"
                                }
                            }
                        },
                        "ljp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ljp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ljp_plain_search"
                                }
                            }
                        },
                        "lki": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lki_plain_search"
                                }
                            }
                        },
                        "lkt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lkt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lkt_plain_search"
                                }
                            }
                        },
                        "lld": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lld_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lld_plain_search"
                                }
                            }
                        },
                        "lmo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lmo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lmo_plain_search"
                                }
                            }
                        },
                        "ln": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ln_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ln_plain_search"
                                }
                            }
                        },
                        "lo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lo_plain_search"
                                }
                            }
                        },
                        "loz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "loz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "loz_plain_search"
                                }
                            }
                        },
                        "lrc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lrc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lrc_plain_search"
                                }
                            }
                        },
                        "lt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lt_plain_search"
                                }
                            }
                        },
                        "ltg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ltg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ltg_plain_search"
                                }
                            }
                        },
                        "lua": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lua_plain_search"
                                }
                            }
                        },
                        "lus": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lus_plain_search"
                                }
                            }
                        },
                        "luz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "luz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "luz_plain_search"
                                }
                            }
                        },
                        "lv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lv_plain_search"
                                }
                            }
                        },
                        "lzh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lzh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lzh_plain_search"
                                }
                            }
                        },
                        "lzz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lzz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lzz_plain_search"
                                }
                            }
                        },
                        "mad": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mad_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mad_plain_search"
                                }
                            }
                        },
                        "mag": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mag_plain_search"
                                }
                            }
                        },
                        "mai": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mai_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mai_plain_search"
                                }
                            }
                        },
                        "map-bms": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "map-bms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "map-bms_plain_search"
                                }
                            }
                        },
                        "mdf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mdf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mdf_plain_search"
                                }
                            }
                        },
                        "mg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mg_plain_search"
                                }
                            }
                        },
                        "mh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mh_plain_search"
                                }
                            }
                        },
                        "mhr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mhr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mhr_plain_search"
                                }
                            }
                        },
                        "mi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mi_plain_search"
                                }
                            }
                        },
                        "min": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "min_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "min_plain_search"
                                }
                            }
                        },
                        "mk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mk_plain_search"
                                }
                            }
                        },
                        "ml": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ml_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ml_plain_search"
                                }
                            }
                        },
                        "mn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mn_plain_search"
                                }
                            }
                        },
                        "mnc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc_plain_search"
                                }
                            }
                        },
                        "mnc-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc-latn_plain_search"
                                }
                            }
                        },
                        "mnc-mong": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc-mong_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc-mong_plain_search"
                                }
                            }
                        },
                        "mni": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mni_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mni_plain_search"
                                }
                            }
                        },
                        "mnw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnw_plain_search"
                                }
                            }
                        },
                        "mo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mo_plain_search"
                                }
                            }
                        },
                        "mos": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mos_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mos_plain_search"
                                }
                            }
                        },
                        "mr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mr_plain_search"
                                }
                            }
                        },
                        "mrh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mrh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mrh_plain_search"
                                }
                            }
                        },
                        "mrj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mrj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mrj_plain_search"
                                }
                            }
                        },
                        "ms": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ms_plain_search"
                                }
                            }
                        },
                        "ms-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ms-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ms-arab_plain_search"
                                }
                            }
                        },
                        "mt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mt_plain_search"
                                }
                            }
                        },
                        "mui": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mui_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mui_plain_search"
                                }
                            }
                        },
                        "mus": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mus_plain_search"
                                }
                            }
                        },
                        "mwl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mwl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mwl_plain_search"
                                }
                            }
                        },
                        "my": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "my_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "my_plain_search"
                                }
                            }
                        },
                        "myv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "myv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "myv_plain_search"
                                }
                            }
                        },
                        "mzn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mzn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mzn_plain_search"
                                }
                            }
                        },
                        "na": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "na_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "na_plain_search"
                                }
                            }
                        },
                        "nah": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nah_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nah_plain_search"
                                }
                            }
                        },
                        "nan": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan_plain_search"
                                }
                            }
                        },
                        "nan-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-hant_plain_search"
                                }
                            }
                        },
                        "nan-latn-pehoeji": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-latn-pehoeji_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-latn-pehoeji_plain_search"
                                }
                            }
                        },
                        "nan-latn-tailo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-latn-tailo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-latn-tailo_plain_search"
                                }
                            }
                        },
                        "nap": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nap_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nap_plain_search"
                                }
                            }
                        },
                        "nb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nb_plain_search"
                                }
                            }
                        },
                        "nds": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nds_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nds_plain_search"
                                }
                            }
                        },
                        "nds-nl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nds-nl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nds-nl_plain_search"
                                }
                            }
                        },
                        "ne": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ne_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ne_plain_search"
                                }
                            }
                        },
                        "new": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "new_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "new_plain_search"
                                }
                            }
                        },
                        "ng": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ng_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ng_plain_search"
                                }
                            }
                        },
                        "nia": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nia_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nia_plain_search"
                                }
                            }
                        },
                        "nit": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nit_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nit_plain_search"
                                }
                            }
                        },
                        "niu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "niu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "niu_plain_search"
                                }
                            }
                        },
                        "nl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nl_plain_search"
                                }
                            }
                        },
                        "nl-informal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nl-informal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nl-informal_plain_search"
                                }
                            }
                        },
                        "nmz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nmz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nmz_plain_search"
                                }
                            }
                        },
                        "nn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nn_plain_search"
                                }
                            }
                        },
                        "no": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "no_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "no_plain_search"
                                }
                            }
                        },
                        "nod": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nod_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nod_plain_search"
                                }
                            }
                        },
                        "nog": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nog_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nog_plain_search"
                                }
                            }
                        },
                        "nov": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nov_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nov_plain_search"
                                }
                            }
                        },
                        "nqo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nqo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nqo_plain_search"
                                }
                            }
                        },
                        "nr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nr_plain_search"
                                }
                            }
                        },
                        "nrm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nrm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nrm_plain_search"
                                }
                            }
                        },
                        "nso": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nso_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nso_plain_search"
                                }
                            }
                        },
                        "nup": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nup_plain_search"
                                }
                            }
                        },
                        "nv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nv_plain_search"
                                }
                            }
                        },
                        "ny": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ny_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ny_plain_search"
                                }
                            }
                        },
                        "nyn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nyn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nyn_plain_search"
                                }
                            }
                        },
                        "nyo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nyo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nyo_plain_search"
                                }
                            }
                        },
                        "nys": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nys_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nys_plain_search"
                                }
                            }
                        },
                        "oc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "oc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "oc_plain_search"
                                }
                            }
                        },
                        "ojb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ojb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ojb_plain_search"
                                }
                            }
                        },
                        "olo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "olo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "olo_plain_search"
                                }
                            }
                        },
                        "om": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "om_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "om_plain_search"
                                }
                            }
                        },
                        "or": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "or_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "or_plain_search"
                                }
                            }
                        },
                        "os": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "os_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "os_plain_search"
                                }
                            }
                        },
                        "pa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pa_plain_search"
                                }
                            }
                        },
                        "pag": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pag_plain_search"
                                }
                            }
                        },
                        "pam": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pam_plain_search"
                                }
                            }
                        },
                        "pap": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pap_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pap_plain_search"
                                }
                            }
                        },
                        "pap-aw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pap-aw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pap-aw_plain_search"
                                }
                            }
                        },
                        "pcd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pcd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pcd_plain_search"
                                }
                            }
                        },
                        "pcm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pcm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pcm_plain_search"
                                }
                            }
                        },
                        "pdc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pdc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pdc_plain_search"
                                }
                            }
                        },
                        "pdt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pdt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pdt_plain_search"
                                }
                            }
                        },
                        "pfl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pfl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pfl_plain_search"
                                }
                            }
                        },
                        "pi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pi_plain_search"
                                }
                            }
                        },
                        "pih": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pih_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pih_plain_search"
                                }
                            }
                        },
                        "pl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pl_plain_search"
                                }
                            }
                        },
                        "pms": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pms_plain_search"
                                }
                            }
                        },
                        "pnb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pnb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pnb_plain_search"
                                }
                            }
                        },
                        "pnt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pnt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pnt_plain_search"
                                }
                            }
                        },
                        "ppl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ppl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ppl_plain_search"
                                }
                            }
                        },
                        "prg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "prg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "prg_plain_search"
                                }
                            }
                        },
                        "ps": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ps_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ps_plain_search"
                                }
                            }
                        },
                        "pt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pt_plain_search"
                                }
                            }
                        },
                        "pt-br": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pt-br_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pt-br_plain_search"
                                }
                            }
                        },
                        "pwn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pwn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pwn_plain_search"
                                }
                            }
                        },
                        "qu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "qu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "qu_plain_search"
                                }
                            }
                        },
                        "qug": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "qug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "qug_plain_search"
                                }
                            }
                        },
                        "rgn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rgn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rgn_plain_search"
                                }
                            }
                        },
                        "rif": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rif_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rif_plain_search"
                                }
                            }
                        },
                        "rki": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rki_plain_search"
                                }
                            }
                        },
                        "rm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rm_plain_search"
                                }
                            }
                        },
                        "rmc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmc_plain_search"
                                }
                            }
                        },
                        "rmy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmy_plain_search"
                                }
                            }
                        },
                        "rn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rn_plain_search"
                                }
                            }
                        },
                        "ro": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ro_plain_search"
                                }
                            }
                        },
                        "roa-rup": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "roa-rup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "roa-rup_plain_search"
                                }
                            }
                        },
                        "roa-tara": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "roa-tara_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "roa-tara_plain_search"
                                }
                            }
                        },
                        "rsk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rsk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rsk_plain_search"
                                }
                            }
                        },
                        "ru": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ru_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ru_plain_search"
                                }
                            }
                        },
                        "rue": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rue_plain_search"
                                }
                            }
                        },
                        "rup": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rup_plain_search"
                                }
                            }
                        },
                        "ruq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq_plain_search"
                                }
                            }
                        },
                        "ruq-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq-cyrl_plain_search"
                                }
                            }
                        },
                        "ruq-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq-latn_plain_search"
                                }
                            }
                        },
                        "rut": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rut_plain_search"
                                }
                            }
                        },
                        "rw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rw_plain_search"
                                }
                            }
                        },
                        "ryu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ryu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ryu_plain_search"
                                }
                            }
                        },
                        "sa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sa_plain_search"
                                }
                            }
                        },
                        "sah": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sah_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sah_plain_search"
                                }
                            }
                        },
                        "sas": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sas_plain_search"
                                }
                            }
                        },
                        "sat": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sat_plain_search"
                                }
                            }
                        },
                        "sc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sc_plain_search"
                                }
                            }
                        },
                        "scn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "scn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "scn_plain_search"
                                }
                            }
                        },
                        "sco": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sco_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sco_plain_search"
                                }
                            }
                        },
                        "sd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sd_plain_search"
                                }
                            }
                        },
                        "sdc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sdc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sdc_plain_search"
                                }
                            }
                        },
                        "sdh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sdh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sdh_plain_search"
                                }
                            }
                        },
                        "se": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se_plain_search"
                                }
                            }
                        },
                        "se-fi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-fi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-fi_plain_search"
                                }
                            }
                        },
                        "se-no": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-no_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-no_plain_search"
                                }
                            }
                        },
                        "se-se": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-se_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-se_plain_search"
                                }
                            }
                        },
                        "sei": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sei_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sei_plain_search"
                                }
                            }
                        },
                        "ses": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ses_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ses_plain_search"
                                }
                            }
                        },
                        "sg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sg_plain_search"
                                }
                            }
                        },
                        "sgs": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sgs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sgs_plain_search"
                                }
                            }
                        },
                        "sh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh_plain_search"
                                }
                            }
                        },
                        "sh-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh-cyrl_plain_search"
                                }
                            }
                        },
                        "sh-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh-latn_plain_search"
                                }
                            }
                        },
                        "shi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi_plain_search"
                                }
                            }
                        },
                        "shi-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi-latn_plain_search"
                                }
                            }
                        },
                        "shi-tfng": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi-tfng_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi-tfng_plain_search"
                                }
                            }
                        },
                        "shn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shn_plain_search"
                                }
                            }
                        },
                        "shy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shy_plain_search"
                                }
                            }
                        },
                        "shy-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shy-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shy-latn_plain_search"
                                }
                            }
                        },
                        "si": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "si_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "si_plain_search"
                                }
                            }
                        },
                        "simple": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "simple_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "simple_plain_search"
                                }
                            }
                        },
                        "sjd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sjd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sjd_plain_search"
                                }
                            }
                        },
                        "sje": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sje_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sje_plain_search"
                                }
                            }
                        },
                        "sk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sk_plain_search"
                                }
                            }
                        },
                        "skr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "skr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "skr_plain_search"
                                }
                            }
                        },
                        "skr-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "skr-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "skr-arab_plain_search"
                                }
                            }
                        },
                        "sl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sl_plain_search"
                                }
                            }
                        },
                        "sli": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sli_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sli_plain_search"
                                }
                            }
                        },
                        "sm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sm_plain_search"
                                }
                            }
                        },
                        "sma": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sma_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sma_plain_search"
                                }
                            }
                        },
                        "smn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "smn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "smn_plain_search"
                                }
                            }
                        },
                        "sms": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sms_plain_search"
                                }
                            }
                        },
                        "sn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sn_plain_search"
                                }
                            }
                        },
                        "so": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "so_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "so_plain_search"
                                }
                            }
                        },
                        "sq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sq_plain_search"
                                }
                            }
                        },
                        "sr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr_plain_search"
                                }
                            }
                        },
                        "sr-ec": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr-ec_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr-ec_plain_search"
                                }
                            }
                        },
                        "sr-el": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr-el_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr-el_plain_search"
                                }
                            }
                        },
                        "srn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "srn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "srn_plain_search"
                                }
                            }
                        },
                        "sro": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sro_plain_search"
                                }
                            }
                        },
                        "ss": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ss_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ss_plain_search"
                                }
                            }
                        },
                        "st": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "st_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "st_plain_search"
                                }
                            }
                        },
                        "stq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "stq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "stq_plain_search"
                                }
                            }
                        },
                        "sty": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sty_plain_search"
                                }
                            }
                        },
                        "su": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "su_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "su_plain_search"
                                }
                            }
                        },
                        "sv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sv_plain_search"
                                }
                            }
                        },
                        "sw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sw_plain_search"
                                }
                            }
                        },
                        "syl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "syl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "syl_plain_search"
                                }
                            }
                        },
                        "szl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "szl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "szl_plain_search"
                                }
                            }
                        },
                        "szy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "szy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "szy_plain_search"
                                }
                            }
                        },
                        "ta": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ta_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ta_plain_search"
                                }
                            }
                        },
                        "tay": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tay_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tay_plain_search"
                                }
                            }
                        },
                        "tcy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tcy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tcy_plain_search"
                                }
                            }
                        },
                        "tdd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tdd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tdd_plain_search"
                                }
                            }
                        },
                        "te": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "te_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "te_plain_search"
                                }
                            }
                        },
                        "tet": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tet_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tet_plain_search"
                                }
                            }
                        },
                        "tg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg_plain_search"
                                }
                            }
                        },
                        "tg-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg-cyrl_plain_search"
                                }
                            }
                        },
                        "tg-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg-latn_plain_search"
                                }
                            }
                        },
                        "th": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "th_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "th_plain_search"
                                }
                            }
                        },
                        "ti": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ti_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ti_plain_search"
                                }
                            }
                        },
                        "tig": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tig_plain_search"
                                }
                            }
                        },
                        "tk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tk_plain_search"
                                }
                            }
                        },
                        "tl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tl_plain_search"
                                }
                            }
                        },
                        "tly": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tly_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tly_plain_search"
                                }
                            }
                        },
                        "tly-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tly-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tly-cyrl_plain_search"
                                }
                            }
                        },
                        "tn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tn_plain_search"
                                }
                            }
                        },
                        "to": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "to_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "to_plain_search"
                                }
                            }
                        },
                        "tok": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tok_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tok_plain_search"
                                }
                            }
                        },
                        "tpi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tpi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tpi_plain_search"
                                }
                            }
                        },
                        "tr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tr_plain_search"
                                }
                            }
                        },
                        "tru": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tru_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tru_plain_search"
                                }
                            }
                        },
                        "trv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "trv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "trv_plain_search"
                                }
                            }
                        },
                        "ts": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ts_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ts_plain_search"
                                }
                            }
                        },
                        "tt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt_plain_search"
                                }
                            }
                        },
                        "tt-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt-cyrl_plain_search"
                                }
                            }
                        },
                        "tt-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt-latn_plain_search"
                                }
                            }
                        },
                        "ttj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ttj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ttj_plain_search"
                                }
                            }
                        },
                        "tum": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tum_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tum_plain_search"
                                }
                            }
                        },
                        "tw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tw_plain_search"
                                }
                            }
                        },
                        "ty": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ty_plain_search"
                                }
                            }
                        },
                        "tyv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tyv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tyv_plain_search"
                                }
                            }
                        },
                        "tzm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tzm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tzm_plain_search"
                                }
                            }
                        },
                        "udm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "udm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "udm_plain_search"
                                }
                            }
                        },
                        "ug": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug_plain_search"
                                }
                            }
                        },
                        "ug-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug-arab_plain_search"
                                }
                            }
                        },
                        "ug-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug-latn_plain_search"
                                }
                            }
                        },
                        "uk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uk_plain_search"
                                }
                            }
                        },
                        "ur": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ur_plain_search"
                                }
                            }
                        },
                        "uz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz_plain_search"
                                }
                            }
                        },
                        "uz-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz-cyrl_plain_search"
                                }
                            }
                        },
                        "uz-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz-latn_plain_search"
                                }
                            }
                        },
                        "ve": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ve_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ve_plain_search"
                                }
                            }
                        },
                        "vec": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vec_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vec_plain_search"
                                }
                            }
                        },
                        "vep": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vep_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vep_plain_search"
                                }
                            }
                        },
                        "vi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vi_plain_search"
                                }
                            }
                        },
                        "vls": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vls_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vls_plain_search"
                                }
                            }
                        },
                        "vmf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vmf_plain_search"
                                }
                            }
                        },
                        "vmw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vmw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vmw_plain_search"
                                }
                            }
                        },
                        "vo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vo_plain_search"
                                }
                            }
                        },
                        "vot": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vot_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vot_plain_search"
                                }
                            }
                        },
                        "vro": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vro_plain_search"
                                }
                            }
                        },
                        "wa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wa_plain_search"
                                }
                            }
                        },
                        "wal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wal_plain_search"
                                }
                            }
                        },
                        "war": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "war_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "war_plain_search"
                                }
                            }
                        },
                        "wls": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wls_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wls_plain_search"
                                }
                            }
                        },
                        "wlx": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wlx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wlx_plain_search"
                                }
                            }
                        },
                        "wo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wo_plain_search"
                                }
                            }
                        },
                        "wuu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu_plain_search"
                                }
                            }
                        },
                        "wuu-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu-hans_plain_search"
                                }
                            }
                        },
                        "wuu-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu-hant_plain_search"
                                }
                            }
                        },
                        "xal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xal_plain_search"
                                }
                            }
                        },
                        "xh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xh_plain_search"
                                }
                            }
                        },
                        "xmf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xmf_plain_search"
                                }
                            }
                        },
                        "xsy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xsy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xsy_plain_search"
                                }
                            }
                        },
                        "yi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yi_plain_search"
                                }
                            }
                        },
                        "yo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yo_plain_search"
                                }
                            }
                        },
                        "yrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yrl_plain_search"
                                }
                            }
                        },
                        "yua": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yua_plain_search"
                                }
                            }
                        },
                        "yue": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue_plain_search"
                                }
                            }
                        },
                        "yue-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue-hans_plain_search"
                                }
                            }
                        },
                        "yue-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue-hant_plain_search"
                                }
                            }
                        },
                        "za": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "za_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "za_plain_search"
                                }
                            }
                        },
                        "zea": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zea_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zea_plain_search"
                                }
                            }
                        },
                        "zgh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zgh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zgh_plain_search"
                                }
                            }
                        },
                        "zgh-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zgh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zgh-latn_plain_search"
                                }
                            }
                        },
                        "zh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh_plain_search"
                                }
                            }
                        },
                        "zh-classical": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-classical_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-classical_plain_search"
                                }
                            }
                        },
                        "zh-cn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-cn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-cn_plain_search"
                                }
                            }
                        },
                        "zh-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hans_plain_search"
                                }
                            }
                        },
                        "zh-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hant_plain_search"
                                }
                            }
                        },
                        "zh-hk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hk_plain_search"
                                }
                            }
                        },
                        "zh-min-nan": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-min-nan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-min-nan_plain_search"
                                }
                            }
                        },
                        "zh-mo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-mo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-mo_plain_search"
                                }
                            }
                        },
                        "zh-my": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-my_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-my_plain_search"
                                }
                            }
                        },
                        "zh-sg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-sg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-sg_plain_search"
                                }
                            }
                        },
                        "zh-tw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-tw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-tw_plain_search"
                                }
                            }
                        },
                        "zh-yue": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-yue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-yue_plain_search"
                                }
                            }
                        },
                        "zu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zu_plain_search"
                                }
                            }
                        },
                        "agq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "agq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "agq_plain_search"
                                }
                            }
                        },
                        "bag": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bag_plain_search"
                                }
                            }
                        },
                        "bas": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bas_plain_search"
                                }
                            }
                        },
                        "bax": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bax_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bax_plain_search"
                                }
                            }
                        },
                        "bbj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbj_plain_search"
                                }
                            }
                        },
                        "bfd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bfd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bfd_plain_search"
                                }
                            }
                        },
                        "bfw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bfw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bfw_plain_search"
                                }
                            }
                        },
                        "bkc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkc_plain_search"
                                }
                            }
                        },
                        "bkh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkh_plain_search"
                                }
                            }
                        },
                        "bkm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkm_plain_search"
                                }
                            }
                        },
                        "bqz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bqz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bqz_plain_search"
                                }
                            }
                        },
                        "byv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "byv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "byv_plain_search"
                                }
                            }
                        },
                        "cak": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cak_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cak_plain_search"
                                }
                            }
                        },
                        "cal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cal_plain_search"
                                }
                            }
                        },
                        "cnh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cnh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cnh_plain_search"
                                }
                            }
                        },
                        "dso": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dso_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dso_plain_search"
                                }
                            }
                        },
                        "en-us": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-us_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-us_plain_search"
                                }
                            }
                        },
                        "eto": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eto_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eto_plain_search"
                                }
                            }
                        },
                        "etu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "etu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "etu_plain_search"
                                }
                            }
                        },
                        "ewo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ewo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ewo_plain_search"
                                }
                            }
                        },
                        "fkv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fkv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fkv_plain_search"
                                }
                            }
                        },
                        "fmp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fmp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fmp_plain_search"
                                }
                            }
                        },
                        "gju-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gju-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gju-arab_plain_search"
                                }
                            }
                        },
                        "gju-deva": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gju-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gju-deva_plain_search"
                                }
                            }
                        },
                        "gya": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gya_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gya_plain_search"
                                }
                            }
                        },
                        "hoc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hoc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hoc_plain_search"
                                }
                            }
                        },
                        "isu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isu_plain_search"
                                }
                            }
                        },
                        "ker": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ker_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ker_plain_search"
                                }
                            }
                        },
                        "kgg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kgg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kgg_plain_search"
                                }
                            }
                        },
                        "ksf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksf_plain_search"
                                }
                            }
                        },
                        "lem": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lem_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lem_plain_search"
                                }
                            }
                        },
                        "lns": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lns_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lns_plain_search"
                                }
                            }
                        },
                        "mcn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mcn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mcn_plain_search"
                                }
                            }
                        },
                        "mcp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mcp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mcp_plain_search"
                                }
                            }
                        },
                        "mua": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mua_plain_search"
                                }
                            }
                        },
                        "nan-hani": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-hani_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-hani_plain_search"
                                }
                            }
                        },
                        "nge": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nge_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nge_plain_search"
                                }
                            }
                        },
                        "nla": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nla_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nla_plain_search"
                                }
                            }
                        },
                        "nmg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nmg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nmg_plain_search"
                                }
                            }
                        },
                        "nnh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nnh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nnh_plain_search"
                                }
                            }
                        },
                        "nnz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nnz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nnz_plain_search"
                                }
                            }
                        },
                        "osa-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "osa-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "osa-latn_plain_search"
                                }
                            }
                        },
                        "ota": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ota_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ota_plain_search"
                                }
                            }
                        },
                        "quc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "quc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "quc_plain_search"
                                }
                            }
                        },
                        "rmf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmf_plain_search"
                                }
                            }
                        },
                        "rwr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rwr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rwr_plain_search"
                                }
                            }
                        },
                        "sju": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sju_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sju_plain_search"
                                }
                            }
                        },
                        "smj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "smj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "smj_plain_search"
                                }
                            }
                        },
                        "srq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "srq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "srq_plain_search"
                                }
                            }
                        },
                        "sva": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sva_plain_search"
                                }
                            }
                        },
                        "thq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "thq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "thq_plain_search"
                                }
                            }
                        },
                        "tpv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tpv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tpv_plain_search"
                                }
                            }
                        },
                        "tvu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tvu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tvu_plain_search"
                                }
                            }
                        },
                        "vut": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vut_plain_search"
                                }
                            }
                        },
                        "wes": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wes_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wes_plain_search"
                                }
                            }
                        },
                        "wya": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wya_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wya_plain_search"
                                }
                            }
                        },
                        "yas": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yas_plain_search"
                                }
                            }
                        },
                        "yat": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yat_plain_search"
                                }
                            }
                        },
                        "yav": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yav_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yav_plain_search"
                                }
                            }
                        },
                        "ybb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ybb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ybb_plain_search"
                                }
                            }
                        }
                    }
                },
                "statement_keywords": {
                    "type": "keyword",
                    "copy_to": "all",
                    "normalizer": "lowercase_keyword",
                    "index_options": "docs",
                    "fields": {
                        "property": {
                            "type": "text",
                            "analyzer": "extract_wb_property",
                            "search_analyzer": "keyword"
                        }
                    }
                },
                "statement_count": {
                    "type": "long"
                },
                "wikibase_item": {
                    "type": "keyword",
                    "normalizer": "keyword"
                },
                "all": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    },
                    "term_vector": "with_positions_offsets"
                },
                "all_near_match": {
                    "type": "text",
                    "analyzer": "near_match",
                    "index_options": "freqs",
                    "similarity": "bm25",
                    "fields": {
                        "asciifolding": {
                            "type": "text",
                            "analyzer": "near_match_asciifolding",
                            "index_options": "freqs",
                            "similarity": "bm25"
                        }
                    }
                }
            }
        }
    },
    "general": {
        "settings": {
            "index": {
                "number_of_shards": 1,
                "auto_expand_replicas": "0-2",
                "refresh_interval": "1s",
                "analysis": {
                    "analyzer": {
                        "text": {
                            "type": "custom",
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icu_token_repair",
                                "decimal_digit",
                                "possessive_english",
                                "icu_normalizer",
                                "stop",
                                "asciifolding",
                                "kstem",
                                "custom_stem"
                            ],
                            "char_filter": [
                                "globo_norm",
                                "acronym_fixer",
                                "camelCase_splitter",
                                "word_break_helper",
                                "dotted_I_fix",
                                "arabic_extended_norm"
                            ]
                        },
                        "plain": {
                            "type": "custom",
                            "char_filter": [
                                "nnbsp_norm",
                                "word_break_helper"
                            ],
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer"
                            ]
                        },
                        "plain_search": {
                            "type": "custom",
                            "char_filter": [
                                "nnbsp_norm",
                                "word_break_helper"
                            ],
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer"
                            ]
                        },
                        "short_text": {
                            "type": "custom",
                            "tokenizer": "whitespace",
                            "filter": [
                                "icu_normalizer",
                                "aggressive_splitting",
                                "asciifolding_preserve"
                            ]
                        },
                        "short_text_search": {
                            "type": "custom",
                            "tokenizer": "whitespace",
                            "filter": [
                                "icu_normalizer",
                                "aggressive_splitting"
                            ]
                        },
                        "source_text_plain": {
                            "type": "custom",
                            "char_filter": [
                                "word_break_helper_source_text"
                            ],
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer"
                            ]
                        },
                        "source_text_plain_search": {
                            "type": "custom",
                            "char_filter": [
                                "word_break_helper_source_text"
                            ],
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer"
                            ]
                        },
                        "suggest": {
                            "type": "custom",
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer",
                                "suggest_shingle"
                            ]
                        },
                        "suggest_reverse": {
                            "type": "custom",
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer",
                                "suggest_shingle",
                                "reverse"
                            ]
                        },
                        "token_reverse": {
                            "type": "custom",
                            "tokenizer": "no_splitting",
                            "filter": [
                                "reverse"
                            ]
                        },
                        "near_match": {
                            "type": "custom",
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "tokenizer": "no_splitting",
                            "filter": [
                                "truncate_keyword",
                                "icu_normalizer"
                            ]
                        },
                        "near_match_asciifolding": {
                            "type": "custom",
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "tokenizer": "no_splitting",
                            "filter": [
                                "truncate_keyword",
                                "icu_normalizer",
                                "asciifolding"
                            ]
                        },
                        "prefix": {
                            "type": "custom",
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "tokenizer": "prefix",
                            "filter": [
                                "icu_normalizer"
                            ]
                        },
                        "prefix_asciifolding": {
                            "type": "custom",
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "tokenizer": "prefix",
                            "filter": [
                                "icu_normalizer",
                                "asciifolding"
                            ]
                        },
                        "word_prefix": {
                            "type": "custom",
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icutokrep_no_camel_split",
                                "icu_normalizer",
                                "prefix_ngram_filter"
                            ]
                        },
                        "keyword": {
                            "type": "custom",
                            "tokenizer": "no_splitting",
                            "filter": [
                                "truncate_keyword"
                            ]
                        },
                        "lowercase_keyword": {
                            "type": "custom",
                            "tokenizer": "no_splitting",
                            "filter": [
                                "truncate_keyword",
                                "icu_normalizer"
                            ]
                        },
                        "trigram": {
                            "type": "custom",
                            "tokenizer": "trigram",
                            "filter": [
                                "icu_normalizer"
                            ]
                        },
                        "trigram_anchored": {
                            "type": "custom",
                            "tokenizer": "trigram",
                            "filter": [
                                "icu_normalizer"
                            ],
                            "char_filter": [
                                "add_regex_start_end_anchors"
                            ]
                        },
                        "text_search": {
                            "type": "custom",
                            "tokenizer": "textify_icu_tokenizer",
                            "filter": [
                                "icu_token_repair",
                                "decimal_digit",
                                "possessive_english",
                                "icu_normalizer",
                                "stop",
                                "asciifolding",
                                "kstem",
                                "custom_stem"
                            ],
                            "char_filter": [
                                "globo_norm",
                                "acronym_fixer",
                                "camelCase_splitter",
                                "word_break_helper",
                                "dotted_I_fix",
                                "arabic_extended_norm"
                            ]
                        }
                    },
                    "filter": {
                        "suggest_shingle": {
                            "type": "shingle",
                            "min_shingle_size": 2,
                            "max_shingle_size": 3,
                            "output_unigrams": ""
                        },
                        "lowercase": {
                            "type": "lowercase"
                        },
                        "aggressive_splitting": {
                            "type": "word_delimiter_graph"
                        },
                        "prefix_ngram_filter": {
                            "type": "edge_ngram",
                            "max_gram": 255
                        },
                        "asciifolding": {
                            "type": "asciifolding"
                        },
                        "asciifolding_preserve": {
                            "type": "asciifolding",
                            "preserve_original": ""
                        },
                        "truncate_keyword": {
                            "type": "truncate_norm",
                            "length": 5000
                        },
                        "remove_empty": {
                            "type": "length",
                            "min": 1
                        },
                        "icutokrep_no_camel_split": {
                            "type": "icu_token_repair"
                        },
                        "icu_normalizer": {
                            "type": "icu_normalizer",
                            "name": "nfkc_cf"
                        },
                        "custom_stem": {
                            "type": "stemmer_override",
                            "rules": "guidelines => guideline"
                        },
                        "possessive_english": {
                            "type": "stemmer",
                            "language": "possessive_english"
                        }
                    },
                    "tokenizer": {
                        "prefix": {
                            "type": "edge_ngram",
                            "max_gram": 255
                        },
                        "no_splitting": {
                            "type": "keyword"
                        },
                        "trigram": {
                            "type": "nGram",
                            "min_gram": 3,
                            "max_gram": 3
                        }
                    },
                    "char_filter": {
                        "near_space_flattener": {
                            "type": "limited_mapping",
                            "mappings": [
                                "'=>\\u0020",
                                "\\u2019=>\\u0020",
                                "\\u02BC=>\\u0020",
                                "_=>\\u0020",
                                "-=>\\u0020"
                            ]
                        },
                        "nnbsp_norm": {
                            "type": "limited_mapping",
                            "mappings": [
                                "\\u202F=>\\u0020"
                            ]
                        },
                        "regex_camelCase": {
                            "type": "pattern_replace",
                            "pattern": "(\\p{Ll}[\\p{M}\\p{Cf}]*)([\\p{Lu}\\p{Lt}])",
                            "replacement": "$1 $2"
                        },
                        "regex_acronym_fixer": {
                            "type": "pattern_replace",
                            "pattern": "(?<=(?:^|\\P{L})\\p{L})[.\uff0e](\\p{L})(?=\\P{L}|$)",
                            "replacement": "$1"
                        },
                        "globo_norm": {
                            "type": "mapping",
                            "mappings": [
                                "`=>'",
                                "\u00b4=>'",
                                "\u02b9=>'",
                                "\u02bb=>'",
                                "\u02bc=>'",
                                "\u02bd=>'",
                                "\u02be=>'",
                                "\u02bf=>'",
                                "\u02cb=>'",
                                "\u055a=>'",
                                "\\u05F3=>'",
                                "\u2018=>'",
                                "\u2019=>'",
                                "\u201b=>'",
                                "\u2032=>'",
                                "\u2035=>'",
                                "\ua78c=>'",
                                "\uff07=>'",
                                "\uff40=>'",
                                "\\u202F=>\\u0020",
                                "\u02c8=>",
                                "\u02cc=>",
                                "\\u0640=>",
                                "\u066c=>,",
                                "\u060c=>,",
                                "\u0600=>",
                                "\u0601=>",
                                "\u0602=>",
                                "\u06dd=>",
                                "\\ufdf2=>\u0627\u0644\u0644\u0647",
                                "\u055b=>",
                                "\u055c=>",
                                "\u055e=>",
                                "\u058a=>-",
                                "\u0589=>:",
                                "\u00b5=>\u03bc",
                                "\\u05F0=>\\u05D5\\u05D5",
                                "\\u05F1=>\\u05D5\\u05D9",
                                "\\u05F2=>\\u05D9\\u05D9",
                                "\\uFB1F=>\\u05D9\\u05D9\\u05B7",
                                "\\u05D9\\u05B7\\u05D9=>\\u05D9\\u05D9\\u05B7",
                                "\u0d23\u0d4d\\u200D=>\u0d7a",
                                "\u0d28\u0d4d\\u200D=>\u0d7b",
                                "\u0d30\u0d4d\\u200D=>\u0d7c",
                                "\u0d32\u0d4d\\u200D=>\u0d7d",
                                "\u0d33\u0d4d\\u200D=>\u0d7e",
                                "\u09a4\u09cd\\u200D=>\u09ce",
                                "\\u061C=>"
                            ]
                        },
                        "arabic_extended_norm": {
                            "type": "limited_mapping",
                            "mappings": [
                                "\\uFB8E=>\\u0643",
                                "\\uFB8F=>\\u0643",
                                "\\uFB90=>\\u0643",
                                "\\uFB91=>\\u0643",
                                "\\u06A9=>\\u0643",
                                "\\u06AA=>\\u0643",
                                "\\uFEDB=>\\u0643",
                                "\\uFEDC=>\\u0643",
                                "\\uFED9=>\\u0643",
                                "\\uFEDA=>\\u0643",
                                "\\uFBFC=>\\u064A",
                                "\\uFBFD=>\\u064A",
                                "\\uFBFE=>\\u064A",
                                "\\uFBFF=>\\u064A",
                                "\\u06CC=>\\u064A",
                                "\\uFBE8=>\\u064A",
                                "\\uFBE9=>\\u064A",
                                "\\uFEEF=>\\u064A",
                                "\\uFEF0=>\\u064A",
                                "\\u0649=>\\u064A",
                                "\\u06CD=>\\u064A",
                                "\\uFBE4=>\\u064A",
                                "\\uFBE5=>\\u064A",
                                "\\uFBE6=>\\u064A",
                                "\\uFBE7=>\\u064A",
                                "\\u06D0=>\\u064A",
                                "\\uFBA6=>\\u0647",
                                "\\uFBA7=>\\u0647",
                                "\\uFBA8=>\\u0647",
                                "\\uFBA9=>\\u0647",
                                "\\u06C1=>\\u0647",
                                "\\u06C0=>\\u0647",
                                "\\uFBA4=>\\u0647",
                                "\\uFBA5=>\\u0647",
                                "\\u06D5=>\\u0647"
                            ]
                        },
                        "word_break_helper": {
                            "type": "limited_mapping",
                            "mappings": [
                                "_=>\\u0020",
                                ":=>\\u0020",
                                ".=>\\u0020",
                                "(=>\\u0020",
                                ")=>\\u0020",
                                "\uff0e=>\\u0020",
                                "\uff3f=>\\u0020",
                                "\uff1a=>\\u0020",
                                "\u00b7=>\\u0020"
                            ]
                        },
                        "word_break_helper_source_text": {
                            "type": "limited_mapping",
                            "mappings": [
                                "_=>\\u0020",
                                ".=>\\u0020",
                                "(=>\\u0020",
                                ")=>\\u0020",
                                ":=>\\u0020"
                            ]
                        },
                        "dotted_I_fix": {
                            "type": "limited_mapping",
                            "mappings": [
                                "\u0130=>I"
                            ]
                        },
                        "icu_normalizer": {
                            "type": "icu_normalizer",
                            "name": "nfkc_cf"
                        }
                    },
                    "normalizer": {
                        "lowercase_keyword": {
                            "type": "custom",
                            "filter": [
                                "truncate_keyword",
                                "icu_normalizer"
                            ]
                        },
                        "keyword": {
                            "type": "custom",
                            "filter": [
                                "truncate_keyword"
                            ]
                        }
                    }
                },
                "query": {
                    "default_field": "all"
                },
                "similarity": {
                    "bm25": {
                        "type": "BM25"
                    }
                }
            }
        },
        "mappings": {
            "properties": {
                "timestamp": {
                    "type": "date",
                    "format": "date_optional_time"
                },
                "create_timestamp": {
                    "type": "date",
                    "format": "date_optional_time"
                },
                "page_id": {
                    "type": "long"
                },
                "wiki": {
                    "type": "keyword",
                    "normalizer": "keyword"
                },
                "namespace": {
                    "type": "long"
                },
                "namespace_text": {
                    "type": "keyword",
                    "doc_values": "",
                    "normalizer": "keyword"
                },
                "title": {
                    "type": "text",
                    "copy_to": [
                        "suggest",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        },
                        "prefix": {
                            "similarity": "bm25",
                            "type": "text",
                            "analyzer": "prefix",
                            "search_analyzer": "near_match",
                            "index_options": "docs",
                            "term_vector": "with_positions_offsets"
                        },
                        "prefix_asciifolding": {
                            "similarity": "bm25",
                            "type": "text",
                            "analyzer": "prefix_asciifolding",
                            "search_analyzer": "near_match_asciifolding",
                            "index_options": "docs",
                            "term_vector": "with_positions_offsets"
                        },
                        "near_match": {
                            "similarity": "bm25",
                            "type": "text",
                            "analyzer": "near_match",
                            "index_options": "docs",
                            "term_vector": "with_positions_offsets"
                        },
                        "near_match_asciifolding": {
                            "similarity": "bm25",
                            "type": "text",
                            "analyzer": "near_match_asciifolding",
                            "index_options": "docs",
                            "term_vector": "with_positions_offsets"
                        },
                        "keyword": {
                            "similarity": "bm25",
                            "type": "keyword",
                            "normalizer": "keyword"
                        }
                    },
                    "term_vector": "with_positions_offsets"
                },
                "text": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        },
                        "word_count": {
                            "type": "token_count",
                            "analyzer": "plain"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all"
                    ]
                },
                "text_bytes": {
                    "type": "long"
                },
                "source_text": {
                    "type": "text",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "source_text_plain",
                            "search_analyzer": "source_text_plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    }
                },
                "redirect": {
                    "properties": {
                        "namespace": {
                            "type": "long"
                        },
                        "title": {
                            "type": "text",
                            "copy_to": [
                                "suggest",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match"
                            ],
                            "analyzer": "text",
                            "search_analyzer": "text_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "plain",
                                    "search_analyzer": "plain_search",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "term_vector": "with_positions_offsets"
                                },
                                "prefix": {
                                    "similarity": "bm25",
                                    "type": "text",
                                    "analyzer": "prefix",
                                    "search_analyzer": "near_match",
                                    "index_options": "docs",
                                    "term_vector": "with_positions_offsets"
                                },
                                "prefix_asciifolding": {
                                    "similarity": "bm25",
                                    "type": "text",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding",
                                    "index_options": "docs",
                                    "term_vector": "with_positions_offsets"
                                },
                                "near_match": {
                                    "similarity": "bm25",
                                    "type": "text",
                                    "analyzer": "near_match",
                                    "index_options": "docs",
                                    "term_vector": "with_positions_offsets"
                                },
                                "near_match_asciifolding": {
                                    "similarity": "bm25",
                                    "type": "text",
                                    "analyzer": "near_match_asciifolding",
                                    "index_options": "docs",
                                    "term_vector": "with_positions_offsets"
                                },
                                "keyword": {
                                    "similarity": "bm25",
                                    "type": "keyword",
                                    "normalizer": "keyword"
                                }
                            },
                            "term_vector": "with_positions_offsets"
                        }
                    }
                },
                "incoming_links": {
                    "type": "long"
                },
                "local_sites_with_dupe": {
                    "type": "keyword",
                    "normalizer": "lowercase_keyword"
                },
                "suggest": {
                    "type": "text",
                    "similarity": "bm25",
                    "index_options": "freqs",
                    "analyzer": "suggest"
                },
                "category": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        },
                        "lowercase_keyword": {
                            "similarity": "bm25",
                            "type": "keyword",
                            "normalizer": "lowercase_keyword"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all"
                    ]
                },
                "external_link": {
                    "type": "keyword",
                    "normalizer": "keyword"
                },
                "outgoing_link": {
                    "type": "keyword",
                    "normalizer": "keyword",
                    "fields": {
                        "token_count": {
                            "type": "token_count",
                            "analyzer": "keyword"
                        }
                    }
                },
                "template": {
                    "type": "keyword",
                    "normalizer": "lowercase_keyword",
                    "fields": {
                        "keyword": {
                            "type": "keyword",
                            "normalizer": "keyword"
                        }
                    }
                },
                "content_model": {
                    "type": "keyword",
                    "normalizer": "keyword"
                },
                "language": {
                    "type": "keyword",
                    "normalizer": "keyword"
                },
                "heading": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all",
                        "all",
                        "all",
                        "all",
                        "all"
                    ]
                },
                "auxiliary_text": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all"
                    ]
                },
                "opening_text": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all",
                        "all",
                        "all"
                    ]
                },
                "file_media_type": {
                    "type": "keyword",
                    "normalizer": "lowercase_keyword"
                },
                "file_mime": {
                    "type": "text",
                    "analyzer": "short_text",
                    "search_analyzer": "short_text_search"
                },
                "file_size": {
                    "type": "long"
                },
                "file_width": {
                    "type": "long"
                },
                "file_height": {
                    "type": "long"
                },
                "file_bits": {
                    "type": "long"
                },
                "file_resolution": {
                    "type": "long"
                },
                "file_text": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    },
                    "term_vector": "with_positions_offsets",
                    "copy_to": [
                        "all"
                    ]
                },
                "labels": {
                    "type": "object",
                    "properties": {
                        "aa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aae": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aae_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aae_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "abr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "abr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "abr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "abs": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "abs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "abs_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ace": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ace_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ace_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "acf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "acf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "acf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "acm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "acm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "acm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ady": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ady_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ady_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ady-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ady-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ady-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aeb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aeb-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aeb-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "af": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "af_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "af_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aig": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aig_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "aln": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aln_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aln_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "als": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "als_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "als_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "alt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "alt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "alt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "am": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "am_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "am_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ami": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ami_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ami_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "an": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "an_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "an_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ang": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ang_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ang_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ann": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ann_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ann_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "anp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "anp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "anp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "apc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "apc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "apc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ar": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ar_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ar_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "arc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "arn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "arq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ary": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ary_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ary_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "arz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "as": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "as_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "as_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ase": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ase_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ase_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ast": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ast_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ast_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "atj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "atj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "atj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "av": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "av_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "av_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "avk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "avk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "avk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "awa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "awa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "awa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ay": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ay_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ay_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "az": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "az_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "az_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "azb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "azb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "azb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ba": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ba_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ba_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ban": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ban_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ban_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ban-bali": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ban-bali_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ban-bali_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bar": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bar_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bar_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bat-smg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bat-smg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bat-smg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bbc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bbc-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbc-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bcc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bcc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bcc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bci": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bci_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bci_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bcl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bcl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bcl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bdr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bdr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bdr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "be": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "be-tarask": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be-tarask_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be-tarask_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "be-x-old": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be-x-old_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be-x-old_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bew": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bew_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bew_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bgc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bgc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bgc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bgn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bgn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bgn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bho": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bho_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bjn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bjn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bjn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "blk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "blk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "blk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bol": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bol_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bol_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bpy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bpy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bpy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bqi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bqi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bqi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "br": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "br_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "br_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "brh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "brh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "brh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bs": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bs_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "btm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "btm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "btm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bto": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bto_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bto_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bug": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bug_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bug-bugi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bug-bugi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bug-bugi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bxr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bxr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bxr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ca": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ca_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ca_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cbk-zam": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cbk-zam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cbk-zam_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ccp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ccp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ccp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cdo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cdo-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cdo-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ce": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ce_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ce_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ceb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ceb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ceb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ch": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ch_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ch_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "chn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cho": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cho_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "chr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "chy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ckb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ckb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ckb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "co": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "co_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "co_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cop": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cop_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cop_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cps": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cps_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cps_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cpx": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cpx-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cpx-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cpx-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "crh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "crh-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "crh-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "crh-ro": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-ro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-ro_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cs": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cs_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "csb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "csb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "csb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "da": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "da_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "da_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dag": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dag_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "de": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "de-at": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-at_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-at_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "de-ch": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-ch_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-ch_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "de-formal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-formal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dga": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dga_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dga_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "din": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "din_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "din_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "diq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "diq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "diq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dlg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dlg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dlg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dsb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dsb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dsb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dtp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dtp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dtp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dty": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dty_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dua": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dua_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ee": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ee_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ee_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "efi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "efi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "efi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "egl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "egl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "egl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "el": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "el_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "el_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "eml": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eml_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eml_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "en": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "en-ca": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-ca_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-ca_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "en-gb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-gb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-gb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "eo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "es": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "es-419": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es-419_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es-419_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "es-formal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es-formal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "et": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "et_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "et_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "eu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ext": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ext_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ext_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fat": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fat_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ff": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ff_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ff_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fit": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fit_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fit_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fiu-vro": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fiu-vro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fiu-vro_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fon": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fon_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fon_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "frc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "frp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "frr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "frs": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frs_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fur": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fur_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fvr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fvr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fvr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ga": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ga_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ga_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gaa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gaa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gaa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gag": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gag_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gan": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gan-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gan-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gcf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gcf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gcf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gcr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gcr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gcr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gld": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gld_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gld_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "glk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "glk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "glk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gom": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gom-deva": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom-deva_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gom-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gor": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gor_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gor_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "got": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "got_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "got_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gpe": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gpe_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gpe_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "grc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "grc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "grc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gsw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gsw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gsw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "guc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "guc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "guc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gur": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gur_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "guw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "guw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "guw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ha": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ha_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ha_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hak": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hak-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hak-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hak-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "haw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "haw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "haw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "he": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "he_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "he_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hif": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hif_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hif_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hif-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hif-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hif-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hil": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hil_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hil_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hke": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hke_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hke_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hno": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hno_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hno_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ho": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ho_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hoc-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hoc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hoc-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hrx": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hrx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hrx_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hsb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hsb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hsb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hsn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hsn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hsn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ht": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ht_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ht_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hu-formal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hu-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hu-formal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hyw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hyw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hyw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ia": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ia_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ia_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "iba": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "iba_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "iba_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ibb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ibb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ibb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "id": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "id_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "id_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ie": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ie_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ie_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ig": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ig_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "igl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "igl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "igl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ii": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ii_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ii_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ik": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ik_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ik_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ike-cans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ike-cans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ike-cans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ike-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ike-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ike-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ilo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ilo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ilo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "inh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "inh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "inh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "io": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "io_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "io_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "is": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "is_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "is_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "isv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "isv-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "isv-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "it": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "it_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "it_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "iu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "iu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "iu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ja": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ja_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ja_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "jam": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jam_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "jbo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jbo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jbo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "jut": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jut_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "jv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "jv-java": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jv-java_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jv-java_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ka": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ka_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ka_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kaa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kaa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kaa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kai": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kai_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kai_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kaj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kaj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kaj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kbd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kbd-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbd-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbd-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kbp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kcg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kcg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kcg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kea": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kea_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kea_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kge": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kge_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kge_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "khw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "khw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "khw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ki": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ki_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kiu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kiu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kiu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kjh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kjh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kjh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kjp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kjp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kjp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-cn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-cn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-cn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-kz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-kz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-kz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kk-tr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-tr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-tr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "km": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "km_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "km_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "knc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "knc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "knc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ko": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ko_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ko_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ko-kp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ko-kp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ko-kp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "koi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "koi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "koi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "krc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kri": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kri_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kri_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "krj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "krl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ks": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ks-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ks-deva": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks-deva_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ksh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ksw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ku": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ku-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ku-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kum": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kum_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kum_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kus": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kus_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ky": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ky_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ky_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "la": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "la_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "la_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lad": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lad_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lad_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lbe": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lbe_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lbe_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lez": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lez_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lez_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lfn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lfn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lfn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "li": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "li_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "li_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lij": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lij_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lij_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "liv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "liv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "liv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ljp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ljp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ljp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lki": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lki_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lkt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lkt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lkt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lld": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lld_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lld_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lmo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lmo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lmo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ln": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ln_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ln_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "loz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "loz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "loz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lrc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lrc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lrc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ltg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ltg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ltg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lua": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lua_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lus": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lus_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "luz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "luz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "luz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lzh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lzh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lzh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lzz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lzz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lzz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mad": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mad_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mad_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mag": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mag_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mai": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mai_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mai_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "map-bms": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "map-bms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "map-bms_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mdf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mdf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mdf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mhr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mhr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mhr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "min": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "min_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "min_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ml": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ml_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ml_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mnc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mnc-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mnc-mong": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc-mong_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc-mong_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mni": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mni_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mni_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mnw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mos": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mos_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mos_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mrh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mrh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mrh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mrj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mrj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mrj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ms": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ms_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ms-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ms-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ms-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mui": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mui_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mui_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mus": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mus_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mwl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mwl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mwl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "my": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "my_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "my_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "myv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "myv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "myv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mzn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mzn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mzn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "na": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "na_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "na_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nah": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nah_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nah_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nan": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nan-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nan-latn-pehoeji": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-latn-pehoeji_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-latn-pehoeji_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nan-latn-tailo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-latn-tailo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-latn-tailo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nap": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nap_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nap_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nds": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nds_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nds_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nds-nl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nds-nl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nds-nl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ne": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ne_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ne_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "new": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "new_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "new_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ng": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ng_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ng_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nia": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nia_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nia_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nit": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nit_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nit_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "niu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "niu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "niu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nl-informal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nl-informal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nl-informal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nmz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nmz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nmz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "no": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "no_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "no_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nod": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nod_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nod_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nog": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nog_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nog_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nov": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nov_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nov_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nqo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nqo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nqo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nrm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nrm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nrm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nso": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nso_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nso_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nup": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nup_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ny": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ny_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ny_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nyn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nyn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nyn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nyo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nyo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nyo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nys": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nys_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nys_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "oc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "oc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "oc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ojb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ojb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ojb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "olo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "olo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "olo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "om": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "om_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "om_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "or": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "or_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "or_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "os": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "os_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "os_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pag": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pag_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pam": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pam_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pap": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pap_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pap_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pap-aw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pap-aw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pap-aw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pcd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pcd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pcd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pcm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pcm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pcm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pdc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pdc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pdc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pdt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pdt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pdt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pfl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pfl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pfl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pih": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pih_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pih_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pms": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pms_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pnb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pnb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pnb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pnt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pnt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pnt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ppl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ppl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ppl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "prg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "prg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "prg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ps": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ps_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ps_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pt-br": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pt-br_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pt-br_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "pwn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pwn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pwn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "qu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "qu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "qu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "qug": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "qug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "qug_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rgn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rgn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rgn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rif": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rif_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rif_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rki": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rki_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rmc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rmy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ro": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ro_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "roa-rup": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "roa-rup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "roa-rup_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "roa-tara": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "roa-tara_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "roa-tara_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rsk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rsk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rsk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ru": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ru_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ru_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rue": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rue_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rup": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rup_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ruq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ruq-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ruq-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rut": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rut_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ryu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ryu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ryu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sah": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sah_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sah_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sas": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sas_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sat": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sat_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "scn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "scn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "scn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sco": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sco_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sco_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sdc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sdc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sdc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sdh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sdh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sdh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "se": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "se-fi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-fi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-fi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "se-no": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-no_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-no_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "se-se": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-se_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-se_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sei": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sei_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sei_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ses": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ses_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ses_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sgs": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sgs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sgs_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sh-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sh-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shi-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shi-tfng": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi-tfng_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi-tfng_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "shy-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shy-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shy-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "si": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "si_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "si_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "simple": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "simple_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "simple_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sjd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sjd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sjd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sje": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sje_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sje_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "skr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "skr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "skr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "skr-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "skr-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "skr-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sli": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sli_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sli_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sma": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sma_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sma_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "smn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "smn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "smn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sms": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sms_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "so": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "so_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "so_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sr-ec": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr-ec_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr-ec_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sr-el": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr-el_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr-el_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "srn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "srn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "srn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sro": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sro_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ss": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ss_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ss_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "st": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "st_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "st_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "stq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "stq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "stq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sty": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sty_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "su": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "su_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "su_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "syl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "syl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "syl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "szl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "szl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "szl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "szy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "szy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "szy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ta": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ta_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ta_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tay": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tay_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tay_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tcy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tcy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tcy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tdd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tdd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tdd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "te": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "te_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "te_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tet": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tet_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tet_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tg-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tg-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "th": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "th_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "th_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ti": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ti_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ti_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tig": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tig_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tly": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tly_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tly_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tly-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tly-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tly-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "to": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "to_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "to_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tok": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tok_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tok_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tpi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tpi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tpi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tru": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tru_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tru_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "trv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "trv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "trv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ts": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ts_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ts_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tt": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tt-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tt-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ttj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ttj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ttj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tum": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tum_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tum_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ty": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ty_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tyv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tyv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tyv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tzm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tzm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tzm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "udm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "udm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "udm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ug": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ug-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ug-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "uk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ur": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ur_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "uz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "uz-cyrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz-cyrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "uz-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ve": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ve_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ve_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vec": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vec_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vec_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vep": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vep_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vep_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vls": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vls_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vls_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vmf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vmf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vmw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vmw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vmw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vot": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vot_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vot_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vro": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vro_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wa": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wa_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "war": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "war_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "war_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wls": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wls_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wls_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wlx": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wlx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wlx_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wuu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wuu-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wuu-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "xal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "xh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "xmf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xmf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "xsy": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xsy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xsy_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yi": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yi_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yrl": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yrl_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yua": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yua_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yue": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yue-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yue-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "za": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "za_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "za_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zea": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zea_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zea_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zgh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zgh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zgh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zgh-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zgh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zgh-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-classical": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-classical_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-classical_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-cn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-cn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-cn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-hans": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hans_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-hant": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hant_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-hk": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hk_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-min-nan": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-min-nan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-min-nan_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-mo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-mo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-mo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-my": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-my_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-my_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-sg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-sg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-sg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-tw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-tw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-tw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zh-yue": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-yue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-yue_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "zu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "agq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "agq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "agq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bag": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bag_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bas": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bas_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bax": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bax_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bax_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bbj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bfd": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bfd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bfd_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bfw": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bfw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bfw_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bkc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bkh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bkm": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkm_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "bqz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bqz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bqz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "byv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "byv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "byv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cak": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cak_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cak_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cal": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cal_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "cnh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cnh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cnh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "dso": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dso_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dso_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "en-us": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-us_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-us_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "eto": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eto_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eto_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "etu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "etu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "etu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ewo": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ewo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ewo_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fkv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fkv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fkv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "fmp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fmp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fmp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gju-arab": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gju-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gju-arab_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gju-deva": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gju-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gju-deva_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "gya": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gya_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gya_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "hoc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hoc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hoc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "isu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ker": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ker_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ker_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "kgg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kgg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kgg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ksf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lem": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lem_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lem_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "lns": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lns_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lns_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mcn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mcn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mcn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mcp": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mcp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mcp_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "mua": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mua_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nan-hani": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-hani_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-hani_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nge": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nge_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nge_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nla": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nla_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nla_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nmg": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nmg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nmg_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nnh": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nnh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nnh_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "nnz": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nnz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nnz_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "osa-latn": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "osa-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "osa-latn_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ota": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ota_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ota_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "quc": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "quc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "quc_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rmf": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmf_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "rwr": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rwr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rwr_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sju": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sju_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sju_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "smj": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "smj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "smj_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "srq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "srq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "srq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "sva": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sva_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "thq": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "thq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "thq_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tpv": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tpv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tpv_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "tvu": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tvu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tvu_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "vut": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vut_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wes": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wes_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wes_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "wya": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wya_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wya_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yas": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yas_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yat": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yat_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "yav": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yav_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yav_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        },
                        "ybb": {
                            "type": "text",
                            "fields": {
                                "prefix": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                },
                                "near_match_folded": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "near_match": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "analyzer": "near_match"
                                },
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ybb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ybb_plain_search"
                                }
                            },
                            "copy_to": "labels_all"
                        }
                    }
                },
                "labels_all": {
                    "type": "text",
                    "fields": {
                        "prefix": {
                            "type": "text",
                            "index_options": "docs",
                            "analyzer": "prefix_asciifolding",
                            "search_analyzer": "near_match_asciifolding"
                        },
                        "near_match_folded": {
                            "type": "text",
                            "index_options": "docs",
                            "analyzer": "near_match_asciifolding"
                        },
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "search_analyzer": "plain_search"
                        }
                    }
                },
                "descriptions": {
                    "type": "object",
                    "properties": {
                        "aa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aa_plain_search"
                                }
                            }
                        },
                        "aae": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aae_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aae_plain_search"
                                }
                            }
                        },
                        "ab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ab_plain_search"
                                }
                            }
                        },
                        "abr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "abr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "abr_plain_search"
                                }
                            }
                        },
                        "abs": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "abs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "abs_plain_search"
                                }
                            }
                        },
                        "ace": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ace_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ace_plain_search"
                                }
                            }
                        },
                        "acf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "acf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "acf_plain_search"
                                }
                            }
                        },
                        "acm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "acm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "acm_plain_search"
                                }
                            }
                        },
                        "ady": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ady_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ady_plain_search"
                                }
                            }
                        },
                        "ady-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ady-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ady-cyrl_plain_search"
                                }
                            }
                        },
                        "aeb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb_plain_search"
                                }
                            }
                        },
                        "aeb-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb-arab_plain_search"
                                }
                            }
                        },
                        "aeb-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aeb-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aeb-latn_plain_search"
                                }
                            }
                        },
                        "af": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "af_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "af_plain_search"
                                }
                            }
                        },
                        "aig": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aig_plain_search"
                                }
                            }
                        },
                        "aln": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "aln_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "aln_plain_search"
                                }
                            }
                        },
                        "als": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "als_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "als_plain_search"
                                }
                            }
                        },
                        "alt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "alt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "alt_plain_search"
                                }
                            }
                        },
                        "am": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "am_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "am_plain_search"
                                }
                            }
                        },
                        "ami": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ami_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ami_plain_search"
                                }
                            }
                        },
                        "an": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "an_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "an_plain_search"
                                }
                            }
                        },
                        "ang": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ang_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ang_plain_search"
                                }
                            }
                        },
                        "ann": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ann_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ann_plain_search"
                                }
                            }
                        },
                        "anp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "anp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "anp_plain_search"
                                }
                            }
                        },
                        "apc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "apc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "apc_plain_search"
                                }
                            }
                        },
                        "ar": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ar_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ar_plain_search"
                                }
                            }
                        },
                        "arc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arc_plain_search"
                                }
                            }
                        },
                        "arn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arn_plain_search"
                                }
                            }
                        },
                        "arq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arq_plain_search"
                                }
                            }
                        },
                        "ary": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ary_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ary_plain_search"
                                }
                            }
                        },
                        "arz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "arz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "arz_plain_search"
                                }
                            }
                        },
                        "as": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "as_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "as_plain_search"
                                }
                            }
                        },
                        "ase": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ase_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ase_plain_search"
                                }
                            }
                        },
                        "ast": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ast_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ast_plain_search"
                                }
                            }
                        },
                        "atj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "atj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "atj_plain_search"
                                }
                            }
                        },
                        "av": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "av_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "av_plain_search"
                                }
                            }
                        },
                        "avk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "avk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "avk_plain_search"
                                }
                            }
                        },
                        "awa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "awa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "awa_plain_search"
                                }
                            }
                        },
                        "ay": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ay_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ay_plain_search"
                                }
                            }
                        },
                        "az": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "az_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "az_plain_search"
                                }
                            }
                        },
                        "azb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "azb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "azb_plain_search"
                                }
                            }
                        },
                        "ba": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ba_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ba_plain_search"
                                }
                            }
                        },
                        "ban": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ban_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ban_plain_search"
                                }
                            }
                        },
                        "ban-bali": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ban-bali_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ban-bali_plain_search"
                                }
                            }
                        },
                        "bar": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bar_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bar_plain_search"
                                }
                            }
                        },
                        "bat-smg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bat-smg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bat-smg_plain_search"
                                }
                            }
                        },
                        "bbc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbc_plain_search"
                                }
                            }
                        },
                        "bbc-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbc-latn_plain_search"
                                }
                            }
                        },
                        "bcc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bcc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bcc_plain_search"
                                }
                            }
                        },
                        "bci": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bci_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bci_plain_search"
                                }
                            }
                        },
                        "bcl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bcl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bcl_plain_search"
                                }
                            }
                        },
                        "bdr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bdr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bdr_plain_search"
                                }
                            }
                        },
                        "be": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be_plain_search"
                                }
                            }
                        },
                        "be-tarask": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be-tarask_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be-tarask_plain_search"
                                }
                            }
                        },
                        "be-x-old": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "be-x-old_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "be-x-old_plain_search"
                                }
                            }
                        },
                        "bew": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bew_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bew_plain_search"
                                }
                            }
                        },
                        "bg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bg_plain_search"
                                }
                            }
                        },
                        "bgc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bgc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bgc_plain_search"
                                }
                            }
                        },
                        "bgn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bgn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bgn_plain_search"
                                }
                            }
                        },
                        "bh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bh_plain_search"
                                }
                            }
                        },
                        "bho": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bho_plain_search"
                                }
                            }
                        },
                        "bi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bi_plain_search"
                                }
                            }
                        },
                        "bjn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bjn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bjn_plain_search"
                                }
                            }
                        },
                        "blk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "blk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "blk_plain_search"
                                }
                            }
                        },
                        "bm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bm_plain_search"
                                }
                            }
                        },
                        "bn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bn_plain_search"
                                }
                            }
                        },
                        "bo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bo_plain_search"
                                }
                            }
                        },
                        "bol": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bol_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bol_plain_search"
                                }
                            }
                        },
                        "bpy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bpy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bpy_plain_search"
                                }
                            }
                        },
                        "bqi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bqi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bqi_plain_search"
                                }
                            }
                        },
                        "br": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "br_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "br_plain_search"
                                }
                            }
                        },
                        "brh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "brh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "brh_plain_search"
                                }
                            }
                        },
                        "bs": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bs_plain_search"
                                }
                            }
                        },
                        "btm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "btm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "btm_plain_search"
                                }
                            }
                        },
                        "bto": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bto_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bto_plain_search"
                                }
                            }
                        },
                        "bug": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bug_plain_search"
                                }
                            }
                        },
                        "bug-bugi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bug-bugi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bug-bugi_plain_search"
                                }
                            }
                        },
                        "bxr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bxr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bxr_plain_search"
                                }
                            }
                        },
                        "ca": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ca_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ca_plain_search"
                                }
                            }
                        },
                        "cbk-zam": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cbk-zam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cbk-zam_plain_search"
                                }
                            }
                        },
                        "ccp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ccp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ccp_plain_search"
                                }
                            }
                        },
                        "cdo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo_plain_search"
                                }
                            }
                        },
                        "cdo-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo-hant_plain_search"
                                }
                            }
                        },
                        "cdo-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cdo-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cdo-latn_plain_search"
                                }
                            }
                        },
                        "ce": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ce_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ce_plain_search"
                                }
                            }
                        },
                        "ceb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ceb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ceb_plain_search"
                                }
                            }
                        },
                        "ch": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ch_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ch_plain_search"
                                }
                            }
                        },
                        "chn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chn_plain_search"
                                }
                            }
                        },
                        "cho": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cho_plain_search"
                                }
                            }
                        },
                        "chr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chr_plain_search"
                                }
                            }
                        },
                        "chy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "chy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "chy_plain_search"
                                }
                            }
                        },
                        "ckb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ckb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ckb_plain_search"
                                }
                            }
                        },
                        "co": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "co_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "co_plain_search"
                                }
                            }
                        },
                        "cop": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cop_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cop_plain_search"
                                }
                            }
                        },
                        "cps": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cps_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cps_plain_search"
                                }
                            }
                        },
                        "cpx": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx_plain_search"
                                }
                            }
                        },
                        "cpx-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-hans_plain_search"
                                }
                            }
                        },
                        "cpx-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-hant_plain_search"
                                }
                            }
                        },
                        "cpx-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cpx-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cpx-latn_plain_search"
                                }
                            }
                        },
                        "cr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cr_plain_search"
                                }
                            }
                        },
                        "crh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh_plain_search"
                                }
                            }
                        },
                        "crh-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-cyrl_plain_search"
                                }
                            }
                        },
                        "crh-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-latn_plain_search"
                                }
                            }
                        },
                        "crh-ro": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "crh-ro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "crh-ro_plain_search"
                                }
                            }
                        },
                        "cs": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cs_plain_search"
                                }
                            }
                        },
                        "csb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "csb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "csb_plain_search"
                                }
                            }
                        },
                        "cu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cu_plain_search"
                                }
                            }
                        },
                        "cv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cv_plain_search"
                                }
                            }
                        },
                        "cy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cy_plain_search"
                                }
                            }
                        },
                        "da": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "da_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "da_plain_search"
                                }
                            }
                        },
                        "dag": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dag_plain_search"
                                }
                            }
                        },
                        "de": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de_plain_search"
                                }
                            }
                        },
                        "de-at": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-at_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-at_plain_search"
                                }
                            }
                        },
                        "de-ch": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-ch_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-ch_plain_search"
                                }
                            }
                        },
                        "de-formal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "de-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "de-formal_plain_search"
                                }
                            }
                        },
                        "dga": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dga_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dga_plain_search"
                                }
                            }
                        },
                        "din": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "din_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "din_plain_search"
                                }
                            }
                        },
                        "diq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "diq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "diq_plain_search"
                                }
                            }
                        },
                        "dlg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dlg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dlg_plain_search"
                                }
                            }
                        },
                        "dsb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dsb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dsb_plain_search"
                                }
                            }
                        },
                        "dtp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dtp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dtp_plain_search"
                                }
                            }
                        },
                        "dty": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dty_plain_search"
                                }
                            }
                        },
                        "dua": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dua_plain_search"
                                }
                            }
                        },
                        "dv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dv_plain_search"
                                }
                            }
                        },
                        "dz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dz_plain_search"
                                }
                            }
                        },
                        "ee": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ee_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ee_plain_search"
                                }
                            }
                        },
                        "efi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "efi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "efi_plain_search"
                                }
                            }
                        },
                        "egl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "egl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "egl_plain_search"
                                }
                            }
                        },
                        "el": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "el_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "el_plain_search"
                                }
                            }
                        },
                        "eml": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eml_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eml_plain_search"
                                }
                            }
                        },
                        "en": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en_plain_search"
                                }
                            }
                        },
                        "en-ca": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-ca_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-ca_plain_search"
                                }
                            }
                        },
                        "en-gb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-gb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-gb_plain_search"
                                }
                            }
                        },
                        "eo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eo_plain_search"
                                }
                            }
                        },
                        "es": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es_plain_search"
                                }
                            }
                        },
                        "es-419": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es-419_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es-419_plain_search"
                                }
                            }
                        },
                        "es-formal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "es-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "es-formal_plain_search"
                                }
                            }
                        },
                        "et": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "et_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "et_plain_search"
                                }
                            }
                        },
                        "eu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eu_plain_search"
                                }
                            }
                        },
                        "ext": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ext_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ext_plain_search"
                                }
                            }
                        },
                        "fa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fa_plain_search"
                                }
                            }
                        },
                        "fat": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fat_plain_search"
                                }
                            }
                        },
                        "ff": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ff_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ff_plain_search"
                                }
                            }
                        },
                        "fi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fi_plain_search"
                                }
                            }
                        },
                        "fit": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fit_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fit_plain_search"
                                }
                            }
                        },
                        "fiu-vro": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fiu-vro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fiu-vro_plain_search"
                                }
                            }
                        },
                        "fj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fj_plain_search"
                                }
                            }
                        },
                        "fo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fo_plain_search"
                                }
                            }
                        },
                        "fon": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fon_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fon_plain_search"
                                }
                            }
                        },
                        "fr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fr_plain_search"
                                }
                            }
                        },
                        "frc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frc_plain_search"
                                }
                            }
                        },
                        "frp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frp_plain_search"
                                }
                            }
                        },
                        "frr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frr_plain_search"
                                }
                            }
                        },
                        "frs": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "frs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "frs_plain_search"
                                }
                            }
                        },
                        "fur": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fur_plain_search"
                                }
                            }
                        },
                        "fvr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fvr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fvr_plain_search"
                                }
                            }
                        },
                        "fy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fy_plain_search"
                                }
                            }
                        },
                        "ga": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ga_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ga_plain_search"
                                }
                            }
                        },
                        "gaa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gaa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gaa_plain_search"
                                }
                            }
                        },
                        "gag": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gag_plain_search"
                                }
                            }
                        },
                        "gan": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan_plain_search"
                                }
                            }
                        },
                        "gan-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan-hans_plain_search"
                                }
                            }
                        },
                        "gan-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gan-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gan-hant_plain_search"
                                }
                            }
                        },
                        "gcf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gcf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gcf_plain_search"
                                }
                            }
                        },
                        "gcr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gcr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gcr_plain_search"
                                }
                            }
                        },
                        "gd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gd_plain_search"
                                }
                            }
                        },
                        "gl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gl_plain_search"
                                }
                            }
                        },
                        "gld": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gld_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gld_plain_search"
                                }
                            }
                        },
                        "glk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "glk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "glk_plain_search"
                                }
                            }
                        },
                        "gn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gn_plain_search"
                                }
                            }
                        },
                        "gom": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom_plain_search"
                                }
                            }
                        },
                        "gom-deva": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom-deva_plain_search"
                                }
                            }
                        },
                        "gom-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gom-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gom-latn_plain_search"
                                }
                            }
                        },
                        "gor": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gor_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gor_plain_search"
                                }
                            }
                        },
                        "got": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "got_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "got_plain_search"
                                }
                            }
                        },
                        "gpe": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gpe_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gpe_plain_search"
                                }
                            }
                        },
                        "grc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "grc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "grc_plain_search"
                                }
                            }
                        },
                        "gsw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gsw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gsw_plain_search"
                                }
                            }
                        },
                        "gu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gu_plain_search"
                                }
                            }
                        },
                        "guc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "guc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "guc_plain_search"
                                }
                            }
                        },
                        "gur": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gur_plain_search"
                                }
                            }
                        },
                        "guw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "guw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "guw_plain_search"
                                }
                            }
                        },
                        "gv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gv_plain_search"
                                }
                            }
                        },
                        "ha": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ha_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ha_plain_search"
                                }
                            }
                        },
                        "hak": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak_plain_search"
                                }
                            }
                        },
                        "hak-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-hans_plain_search"
                                }
                            }
                        },
                        "hak-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-hant_plain_search"
                                }
                            }
                        },
                        "hak-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hak-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hak-latn_plain_search"
                                }
                            }
                        },
                        "haw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "haw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "haw_plain_search"
                                }
                            }
                        },
                        "he": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "he_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "he_plain_search"
                                }
                            }
                        },
                        "hi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hi_plain_search"
                                }
                            }
                        },
                        "hif": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hif_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hif_plain_search"
                                }
                            }
                        },
                        "hif-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hif-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hif-latn_plain_search"
                                }
                            }
                        },
                        "hil": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hil_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hil_plain_search"
                                }
                            }
                        },
                        "hke": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hke_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hke_plain_search"
                                }
                            }
                        },
                        "hno": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hno_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hno_plain_search"
                                }
                            }
                        },
                        "ho": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ho_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ho_plain_search"
                                }
                            }
                        },
                        "hoc-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hoc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hoc-latn_plain_search"
                                }
                            }
                        },
                        "hr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hr_plain_search"
                                }
                            }
                        },
                        "hrx": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hrx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hrx_plain_search"
                                }
                            }
                        },
                        "hsb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hsb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hsb_plain_search"
                                }
                            }
                        },
                        "hsn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hsn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hsn_plain_search"
                                }
                            }
                        },
                        "ht": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ht_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ht_plain_search"
                                }
                            }
                        },
                        "hu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hu_plain_search"
                                }
                            }
                        },
                        "hu-formal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hu-formal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hu-formal_plain_search"
                                }
                            }
                        },
                        "hy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hy_plain_search"
                                }
                            }
                        },
                        "hyw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hyw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hyw_plain_search"
                                }
                            }
                        },
                        "hz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hz_plain_search"
                                }
                            }
                        },
                        "ia": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ia_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ia_plain_search"
                                }
                            }
                        },
                        "iba": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "iba_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "iba_plain_search"
                                }
                            }
                        },
                        "ibb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ibb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ibb_plain_search"
                                }
                            }
                        },
                        "id": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "id_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "id_plain_search"
                                }
                            }
                        },
                        "ie": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ie_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ie_plain_search"
                                }
                            }
                        },
                        "ig": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ig_plain_search"
                                }
                            }
                        },
                        "igl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "igl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "igl_plain_search"
                                }
                            }
                        },
                        "ii": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ii_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ii_plain_search"
                                }
                            }
                        },
                        "ik": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ik_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ik_plain_search"
                                }
                            }
                        },
                        "ike-cans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ike-cans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ike-cans_plain_search"
                                }
                            }
                        },
                        "ike-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ike-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ike-latn_plain_search"
                                }
                            }
                        },
                        "ilo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ilo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ilo_plain_search"
                                }
                            }
                        },
                        "inh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "inh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "inh_plain_search"
                                }
                            }
                        },
                        "io": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "io_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "io_plain_search"
                                }
                            }
                        },
                        "is": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "is_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "is_plain_search"
                                }
                            }
                        },
                        "isv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv_plain_search"
                                }
                            }
                        },
                        "isv-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv-cyrl_plain_search"
                                }
                            }
                        },
                        "isv-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isv-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isv-latn_plain_search"
                                }
                            }
                        },
                        "it": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "it_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "it_plain_search"
                                }
                            }
                        },
                        "iu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "iu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "iu_plain_search"
                                }
                            }
                        },
                        "ja": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ja_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ja_plain_search"
                                }
                            }
                        },
                        "jam": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jam_plain_search"
                                }
                            }
                        },
                        "jbo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jbo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jbo_plain_search"
                                }
                            }
                        },
                        "jut": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jut_plain_search"
                                }
                            }
                        },
                        "jv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jv_plain_search"
                                }
                            }
                        },
                        "jv-java": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "jv-java_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "jv-java_plain_search"
                                }
                            }
                        },
                        "ka": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ka_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ka_plain_search"
                                }
                            }
                        },
                        "kaa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kaa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kaa_plain_search"
                                }
                            }
                        },
                        "kab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kab_plain_search"
                                }
                            }
                        },
                        "kai": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kai_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kai_plain_search"
                                }
                            }
                        },
                        "kaj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kaj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kaj_plain_search"
                                }
                            }
                        },
                        "kbd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbd_plain_search"
                                }
                            }
                        },
                        "kbd-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbd-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbd-cyrl_plain_search"
                                }
                            }
                        },
                        "kbp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kbp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kbp_plain_search"
                                }
                            }
                        },
                        "kcg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kcg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kcg_plain_search"
                                }
                            }
                        },
                        "kea": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kea_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kea_plain_search"
                                }
                            }
                        },
                        "kg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kg_plain_search"
                                }
                            }
                        },
                        "kge": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kge_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kge_plain_search"
                                }
                            }
                        },
                        "khw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "khw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "khw_plain_search"
                                }
                            }
                        },
                        "ki": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ki_plain_search"
                                }
                            }
                        },
                        "kiu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kiu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kiu_plain_search"
                                }
                            }
                        },
                        "kj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kj_plain_search"
                                }
                            }
                        },
                        "kjh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kjh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kjh_plain_search"
                                }
                            }
                        },
                        "kjp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kjp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kjp_plain_search"
                                }
                            }
                        },
                        "kk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk_plain_search"
                                }
                            }
                        },
                        "kk-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-arab_plain_search"
                                }
                            }
                        },
                        "kk-cn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-cn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-cn_plain_search"
                                }
                            }
                        },
                        "kk-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-cyrl_plain_search"
                                }
                            }
                        },
                        "kk-kz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-kz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-kz_plain_search"
                                }
                            }
                        },
                        "kk-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-latn_plain_search"
                                }
                            }
                        },
                        "kk-tr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kk-tr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kk-tr_plain_search"
                                }
                            }
                        },
                        "kl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kl_plain_search"
                                }
                            }
                        },
                        "km": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "km_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "km_plain_search"
                                }
                            }
                        },
                        "kn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kn_plain_search"
                                }
                            }
                        },
                        "knc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "knc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "knc_plain_search"
                                }
                            }
                        },
                        "ko": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ko_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ko_plain_search"
                                }
                            }
                        },
                        "ko-kp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ko-kp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ko-kp_plain_search"
                                }
                            }
                        },
                        "koi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "koi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "koi_plain_search"
                                }
                            }
                        },
                        "kr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kr_plain_search"
                                }
                            }
                        },
                        "krc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krc_plain_search"
                                }
                            }
                        },
                        "kri": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kri_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kri_plain_search"
                                }
                            }
                        },
                        "krj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krj_plain_search"
                                }
                            }
                        },
                        "krl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "krl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "krl_plain_search"
                                }
                            }
                        },
                        "ks": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks_plain_search"
                                }
                            }
                        },
                        "ks-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks-arab_plain_search"
                                }
                            }
                        },
                        "ks-deva": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ks-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ks-deva_plain_search"
                                }
                            }
                        },
                        "ksh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksh_plain_search"
                                }
                            }
                        },
                        "ksw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksw_plain_search"
                                }
                            }
                        },
                        "ku": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku_plain_search"
                                }
                            }
                        },
                        "ku-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku-arab_plain_search"
                                }
                            }
                        },
                        "ku-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ku-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ku-latn_plain_search"
                                }
                            }
                        },
                        "kum": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kum_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kum_plain_search"
                                }
                            }
                        },
                        "kus": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kus_plain_search"
                                }
                            }
                        },
                        "kv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kv_plain_search"
                                }
                            }
                        },
                        "kw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kw_plain_search"
                                }
                            }
                        },
                        "ky": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ky_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ky_plain_search"
                                }
                            }
                        },
                        "la": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "la_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "la_plain_search"
                                }
                            }
                        },
                        "lad": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lad_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lad_plain_search"
                                }
                            }
                        },
                        "lb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lb_plain_search"
                                }
                            }
                        },
                        "lbe": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lbe_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lbe_plain_search"
                                }
                            }
                        },
                        "lez": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lez_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lez_plain_search"
                                }
                            }
                        },
                        "lfn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lfn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lfn_plain_search"
                                }
                            }
                        },
                        "lg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lg_plain_search"
                                }
                            }
                        },
                        "li": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "li_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "li_plain_search"
                                }
                            }
                        },
                        "lij": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lij_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lij_plain_search"
                                }
                            }
                        },
                        "liv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "liv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "liv_plain_search"
                                }
                            }
                        },
                        "ljp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ljp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ljp_plain_search"
                                }
                            }
                        },
                        "lki": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lki_plain_search"
                                }
                            }
                        },
                        "lkt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lkt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lkt_plain_search"
                                }
                            }
                        },
                        "lld": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lld_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lld_plain_search"
                                }
                            }
                        },
                        "lmo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lmo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lmo_plain_search"
                                }
                            }
                        },
                        "ln": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ln_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ln_plain_search"
                                }
                            }
                        },
                        "lo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lo_plain_search"
                                }
                            }
                        },
                        "loz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "loz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "loz_plain_search"
                                }
                            }
                        },
                        "lrc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lrc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lrc_plain_search"
                                }
                            }
                        },
                        "lt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lt_plain_search"
                                }
                            }
                        },
                        "ltg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ltg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ltg_plain_search"
                                }
                            }
                        },
                        "lua": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lua_plain_search"
                                }
                            }
                        },
                        "lus": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lus_plain_search"
                                }
                            }
                        },
                        "luz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "luz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "luz_plain_search"
                                }
                            }
                        },
                        "lv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lv_plain_search"
                                }
                            }
                        },
                        "lzh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lzh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lzh_plain_search"
                                }
                            }
                        },
                        "lzz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lzz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lzz_plain_search"
                                }
                            }
                        },
                        "mad": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mad_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mad_plain_search"
                                }
                            }
                        },
                        "mag": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mag_plain_search"
                                }
                            }
                        },
                        "mai": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mai_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mai_plain_search"
                                }
                            }
                        },
                        "map-bms": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "map-bms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "map-bms_plain_search"
                                }
                            }
                        },
                        "mdf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mdf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mdf_plain_search"
                                }
                            }
                        },
                        "mg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mg_plain_search"
                                }
                            }
                        },
                        "mh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mh_plain_search"
                                }
                            }
                        },
                        "mhr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mhr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mhr_plain_search"
                                }
                            }
                        },
                        "mi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mi_plain_search"
                                }
                            }
                        },
                        "min": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "min_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "min_plain_search"
                                }
                            }
                        },
                        "mk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mk_plain_search"
                                }
                            }
                        },
                        "ml": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ml_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ml_plain_search"
                                }
                            }
                        },
                        "mn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mn_plain_search"
                                }
                            }
                        },
                        "mnc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc_plain_search"
                                }
                            }
                        },
                        "mnc-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc-latn_plain_search"
                                }
                            }
                        },
                        "mnc-mong": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnc-mong_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnc-mong_plain_search"
                                }
                            }
                        },
                        "mni": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mni_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mni_plain_search"
                                }
                            }
                        },
                        "mnw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mnw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mnw_plain_search"
                                }
                            }
                        },
                        "mo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mo_plain_search"
                                }
                            }
                        },
                        "mos": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mos_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mos_plain_search"
                                }
                            }
                        },
                        "mr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mr_plain_search"
                                }
                            }
                        },
                        "mrh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mrh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mrh_plain_search"
                                }
                            }
                        },
                        "mrj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mrj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mrj_plain_search"
                                }
                            }
                        },
                        "ms": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ms_plain_search"
                                }
                            }
                        },
                        "ms-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ms-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ms-arab_plain_search"
                                }
                            }
                        },
                        "mt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mt_plain_search"
                                }
                            }
                        },
                        "mui": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mui_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mui_plain_search"
                                }
                            }
                        },
                        "mus": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mus_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mus_plain_search"
                                }
                            }
                        },
                        "mwl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mwl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mwl_plain_search"
                                }
                            }
                        },
                        "my": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "my_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "my_plain_search"
                                }
                            }
                        },
                        "myv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "myv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "myv_plain_search"
                                }
                            }
                        },
                        "mzn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mzn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mzn_plain_search"
                                }
                            }
                        },
                        "na": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "na_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "na_plain_search"
                                }
                            }
                        },
                        "nah": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nah_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nah_plain_search"
                                }
                            }
                        },
                        "nan": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan_plain_search"
                                }
                            }
                        },
                        "nan-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-hant_plain_search"
                                }
                            }
                        },
                        "nan-latn-pehoeji": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-latn-pehoeji_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-latn-pehoeji_plain_search"
                                }
                            }
                        },
                        "nan-latn-tailo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-latn-tailo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-latn-tailo_plain_search"
                                }
                            }
                        },
                        "nap": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nap_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nap_plain_search"
                                }
                            }
                        },
                        "nb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nb_plain_search"
                                }
                            }
                        },
                        "nds": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nds_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nds_plain_search"
                                }
                            }
                        },
                        "nds-nl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nds-nl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nds-nl_plain_search"
                                }
                            }
                        },
                        "ne": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ne_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ne_plain_search"
                                }
                            }
                        },
                        "new": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "new_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "new_plain_search"
                                }
                            }
                        },
                        "ng": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ng_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ng_plain_search"
                                }
                            }
                        },
                        "nia": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nia_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nia_plain_search"
                                }
                            }
                        },
                        "nit": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nit_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nit_plain_search"
                                }
                            }
                        },
                        "niu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "niu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "niu_plain_search"
                                }
                            }
                        },
                        "nl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nl_plain_search"
                                }
                            }
                        },
                        "nl-informal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nl-informal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nl-informal_plain_search"
                                }
                            }
                        },
                        "nmz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nmz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nmz_plain_search"
                                }
                            }
                        },
                        "nn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nn_plain_search"
                                }
                            }
                        },
                        "no": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "no_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "no_plain_search"
                                }
                            }
                        },
                        "nod": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nod_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nod_plain_search"
                                }
                            }
                        },
                        "nog": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nog_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nog_plain_search"
                                }
                            }
                        },
                        "nov": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nov_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nov_plain_search"
                                }
                            }
                        },
                        "nqo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nqo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nqo_plain_search"
                                }
                            }
                        },
                        "nr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nr_plain_search"
                                }
                            }
                        },
                        "nrm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nrm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nrm_plain_search"
                                }
                            }
                        },
                        "nso": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nso_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nso_plain_search"
                                }
                            }
                        },
                        "nup": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nup_plain_search"
                                }
                            }
                        },
                        "nv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nv_plain_search"
                                }
                            }
                        },
                        "ny": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ny_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ny_plain_search"
                                }
                            }
                        },
                        "nyn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nyn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nyn_plain_search"
                                }
                            }
                        },
                        "nyo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nyo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nyo_plain_search"
                                }
                            }
                        },
                        "nys": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nys_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nys_plain_search"
                                }
                            }
                        },
                        "oc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "oc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "oc_plain_search"
                                }
                            }
                        },
                        "ojb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ojb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ojb_plain_search"
                                }
                            }
                        },
                        "olo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "olo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "olo_plain_search"
                                }
                            }
                        },
                        "om": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "om_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "om_plain_search"
                                }
                            }
                        },
                        "or": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "or_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "or_plain_search"
                                }
                            }
                        },
                        "os": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "os_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "os_plain_search"
                                }
                            }
                        },
                        "pa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pa_plain_search"
                                }
                            }
                        },
                        "pag": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pag_plain_search"
                                }
                            }
                        },
                        "pam": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pam_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pam_plain_search"
                                }
                            }
                        },
                        "pap": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pap_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pap_plain_search"
                                }
                            }
                        },
                        "pap-aw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pap-aw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pap-aw_plain_search"
                                }
                            }
                        },
                        "pcd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pcd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pcd_plain_search"
                                }
                            }
                        },
                        "pcm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pcm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pcm_plain_search"
                                }
                            }
                        },
                        "pdc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pdc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pdc_plain_search"
                                }
                            }
                        },
                        "pdt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pdt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pdt_plain_search"
                                }
                            }
                        },
                        "pfl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pfl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pfl_plain_search"
                                }
                            }
                        },
                        "pi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pi_plain_search"
                                }
                            }
                        },
                        "pih": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pih_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pih_plain_search"
                                }
                            }
                        },
                        "pl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pl_plain_search"
                                }
                            }
                        },
                        "pms": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pms_plain_search"
                                }
                            }
                        },
                        "pnb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pnb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pnb_plain_search"
                                }
                            }
                        },
                        "pnt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pnt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pnt_plain_search"
                                }
                            }
                        },
                        "ppl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ppl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ppl_plain_search"
                                }
                            }
                        },
                        "prg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "prg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "prg_plain_search"
                                }
                            }
                        },
                        "ps": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ps_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ps_plain_search"
                                }
                            }
                        },
                        "pt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pt_plain_search"
                                }
                            }
                        },
                        "pt-br": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pt-br_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pt-br_plain_search"
                                }
                            }
                        },
                        "pwn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "pwn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "pwn_plain_search"
                                }
                            }
                        },
                        "qu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "qu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "qu_plain_search"
                                }
                            }
                        },
                        "qug": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "qug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "qug_plain_search"
                                }
                            }
                        },
                        "rgn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rgn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rgn_plain_search"
                                }
                            }
                        },
                        "rif": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rif_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rif_plain_search"
                                }
                            }
                        },
                        "rki": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rki_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rki_plain_search"
                                }
                            }
                        },
                        "rm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rm_plain_search"
                                }
                            }
                        },
                        "rmc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmc_plain_search"
                                }
                            }
                        },
                        "rmy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmy_plain_search"
                                }
                            }
                        },
                        "rn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rn_plain_search"
                                }
                            }
                        },
                        "ro": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ro_plain_search"
                                }
                            }
                        },
                        "roa-rup": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "roa-rup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "roa-rup_plain_search"
                                }
                            }
                        },
                        "roa-tara": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "roa-tara_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "roa-tara_plain_search"
                                }
                            }
                        },
                        "rsk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rsk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rsk_plain_search"
                                }
                            }
                        },
                        "ru": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ru_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ru_plain_search"
                                }
                            }
                        },
                        "rue": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rue_plain_search"
                                }
                            }
                        },
                        "rup": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rup_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rup_plain_search"
                                }
                            }
                        },
                        "ruq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq_plain_search"
                                }
                            }
                        },
                        "ruq-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq-cyrl_plain_search"
                                }
                            }
                        },
                        "ruq-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ruq-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ruq-latn_plain_search"
                                }
                            }
                        },
                        "rut": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rut_plain_search"
                                }
                            }
                        },
                        "rw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rw_plain_search"
                                }
                            }
                        },
                        "ryu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ryu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ryu_plain_search"
                                }
                            }
                        },
                        "sa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sa_plain_search"
                                }
                            }
                        },
                        "sah": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sah_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sah_plain_search"
                                }
                            }
                        },
                        "sas": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sas_plain_search"
                                }
                            }
                        },
                        "sat": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sat_plain_search"
                                }
                            }
                        },
                        "sc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sc_plain_search"
                                }
                            }
                        },
                        "scn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "scn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "scn_plain_search"
                                }
                            }
                        },
                        "sco": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sco_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sco_plain_search"
                                }
                            }
                        },
                        "sd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sd_plain_search"
                                }
                            }
                        },
                        "sdc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sdc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sdc_plain_search"
                                }
                            }
                        },
                        "sdh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sdh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sdh_plain_search"
                                }
                            }
                        },
                        "se": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se_plain_search"
                                }
                            }
                        },
                        "se-fi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-fi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-fi_plain_search"
                                }
                            }
                        },
                        "se-no": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-no_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-no_plain_search"
                                }
                            }
                        },
                        "se-se": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "se-se_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "se-se_plain_search"
                                }
                            }
                        },
                        "sei": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sei_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sei_plain_search"
                                }
                            }
                        },
                        "ses": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ses_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ses_plain_search"
                                }
                            }
                        },
                        "sg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sg_plain_search"
                                }
                            }
                        },
                        "sgs": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sgs_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sgs_plain_search"
                                }
                            }
                        },
                        "sh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh_plain_search"
                                }
                            }
                        },
                        "sh-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh-cyrl_plain_search"
                                }
                            }
                        },
                        "sh-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sh-latn_plain_search"
                                }
                            }
                        },
                        "shi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi_plain_search"
                                }
                            }
                        },
                        "shi-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi-latn_plain_search"
                                }
                            }
                        },
                        "shi-tfng": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shi-tfng_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shi-tfng_plain_search"
                                }
                            }
                        },
                        "shn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shn_plain_search"
                                }
                            }
                        },
                        "shy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shy_plain_search"
                                }
                            }
                        },
                        "shy-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "shy-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "shy-latn_plain_search"
                                }
                            }
                        },
                        "si": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "si_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "si_plain_search"
                                }
                            }
                        },
                        "simple": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "simple_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "simple_plain_search"
                                }
                            }
                        },
                        "sjd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sjd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sjd_plain_search"
                                }
                            }
                        },
                        "sje": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sje_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sje_plain_search"
                                }
                            }
                        },
                        "sk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sk_plain_search"
                                }
                            }
                        },
                        "skr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "skr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "skr_plain_search"
                                }
                            }
                        },
                        "skr-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "skr-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "skr-arab_plain_search"
                                }
                            }
                        },
                        "sl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sl_plain_search"
                                }
                            }
                        },
                        "sli": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sli_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sli_plain_search"
                                }
                            }
                        },
                        "sm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sm_plain_search"
                                }
                            }
                        },
                        "sma": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sma_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sma_plain_search"
                                }
                            }
                        },
                        "smn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "smn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "smn_plain_search"
                                }
                            }
                        },
                        "sms": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sms_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sms_plain_search"
                                }
                            }
                        },
                        "sn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sn_plain_search"
                                }
                            }
                        },
                        "so": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "so_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "so_plain_search"
                                }
                            }
                        },
                        "sq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sq_plain_search"
                                }
                            }
                        },
                        "sr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr_plain_search"
                                }
                            }
                        },
                        "sr-ec": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr-ec_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr-ec_plain_search"
                                }
                            }
                        },
                        "sr-el": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sr-el_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sr-el_plain_search"
                                }
                            }
                        },
                        "srn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "srn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "srn_plain_search"
                                }
                            }
                        },
                        "sro": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sro_plain_search"
                                }
                            }
                        },
                        "ss": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ss_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ss_plain_search"
                                }
                            }
                        },
                        "st": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "st_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "st_plain_search"
                                }
                            }
                        },
                        "stq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "stq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "stq_plain_search"
                                }
                            }
                        },
                        "sty": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sty_plain_search"
                                }
                            }
                        },
                        "su": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "su_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "su_plain_search"
                                }
                            }
                        },
                        "sv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sv_plain_search"
                                }
                            }
                        },
                        "sw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sw_plain_search"
                                }
                            }
                        },
                        "syl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "syl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "syl_plain_search"
                                }
                            }
                        },
                        "szl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "szl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "szl_plain_search"
                                }
                            }
                        },
                        "szy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "szy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "szy_plain_search"
                                }
                            }
                        },
                        "ta": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ta_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ta_plain_search"
                                }
                            }
                        },
                        "tay": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tay_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tay_plain_search"
                                }
                            }
                        },
                        "tcy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tcy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tcy_plain_search"
                                }
                            }
                        },
                        "tdd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tdd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tdd_plain_search"
                                }
                            }
                        },
                        "te": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "te_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "te_plain_search"
                                }
                            }
                        },
                        "tet": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tet_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tet_plain_search"
                                }
                            }
                        },
                        "tg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg_plain_search"
                                }
                            }
                        },
                        "tg-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg-cyrl_plain_search"
                                }
                            }
                        },
                        "tg-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tg-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tg-latn_plain_search"
                                }
                            }
                        },
                        "th": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "th_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "th_plain_search"
                                }
                            }
                        },
                        "ti": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ti_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ti_plain_search"
                                }
                            }
                        },
                        "tig": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tig_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tig_plain_search"
                                }
                            }
                        },
                        "tk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tk_plain_search"
                                }
                            }
                        },
                        "tl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tl_plain_search"
                                }
                            }
                        },
                        "tly": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tly_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tly_plain_search"
                                }
                            }
                        },
                        "tly-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tly-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tly-cyrl_plain_search"
                                }
                            }
                        },
                        "tn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tn_plain_search"
                                }
                            }
                        },
                        "to": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "to_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "to_plain_search"
                                }
                            }
                        },
                        "tok": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tok_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tok_plain_search"
                                }
                            }
                        },
                        "tpi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tpi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tpi_plain_search"
                                }
                            }
                        },
                        "tr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tr_plain_search"
                                }
                            }
                        },
                        "tru": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tru_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tru_plain_search"
                                }
                            }
                        },
                        "trv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "trv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "trv_plain_search"
                                }
                            }
                        },
                        "ts": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ts_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ts_plain_search"
                                }
                            }
                        },
                        "tt": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt_plain_search"
                                }
                            }
                        },
                        "tt-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt-cyrl_plain_search"
                                }
                            }
                        },
                        "tt-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tt-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tt-latn_plain_search"
                                }
                            }
                        },
                        "ttj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ttj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ttj_plain_search"
                                }
                            }
                        },
                        "tum": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tum_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tum_plain_search"
                                }
                            }
                        },
                        "tw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tw_plain_search"
                                }
                            }
                        },
                        "ty": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ty_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ty_plain_search"
                                }
                            }
                        },
                        "tyv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tyv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tyv_plain_search"
                                }
                            }
                        },
                        "tzm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tzm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tzm_plain_search"
                                }
                            }
                        },
                        "udm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "udm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "udm_plain_search"
                                }
                            }
                        },
                        "ug": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug_plain_search"
                                }
                            }
                        },
                        "ug-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug-arab_plain_search"
                                }
                            }
                        },
                        "ug-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ug-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ug-latn_plain_search"
                                }
                            }
                        },
                        "uk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uk_plain_search"
                                }
                            }
                        },
                        "ur": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ur_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ur_plain_search"
                                }
                            }
                        },
                        "uz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz_plain_search"
                                }
                            }
                        },
                        "uz-cyrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz-cyrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz-cyrl_plain_search"
                                }
                            }
                        },
                        "uz-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "uz-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "uz-latn_plain_search"
                                }
                            }
                        },
                        "ve": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ve_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ve_plain_search"
                                }
                            }
                        },
                        "vec": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vec_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vec_plain_search"
                                }
                            }
                        },
                        "vep": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vep_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vep_plain_search"
                                }
                            }
                        },
                        "vi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vi_plain_search"
                                }
                            }
                        },
                        "vls": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vls_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vls_plain_search"
                                }
                            }
                        },
                        "vmf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vmf_plain_search"
                                }
                            }
                        },
                        "vmw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vmw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vmw_plain_search"
                                }
                            }
                        },
                        "vo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vo_plain_search"
                                }
                            }
                        },
                        "vot": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vot_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vot_plain_search"
                                }
                            }
                        },
                        "vro": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vro_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vro_plain_search"
                                }
                            }
                        },
                        "wa": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wa_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wa_plain_search"
                                }
                            }
                        },
                        "wal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wal_plain_search"
                                }
                            }
                        },
                        "war": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "war_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "war_plain_search"
                                }
                            }
                        },
                        "wls": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wls_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wls_plain_search"
                                }
                            }
                        },
                        "wlx": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wlx_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wlx_plain_search"
                                }
                            }
                        },
                        "wo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wo_plain_search"
                                }
                            }
                        },
                        "wuu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu_plain_search"
                                }
                            }
                        },
                        "wuu-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu-hans_plain_search"
                                }
                            }
                        },
                        "wuu-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wuu-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wuu-hant_plain_search"
                                }
                            }
                        },
                        "xal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xal_plain_search"
                                }
                            }
                        },
                        "xh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xh_plain_search"
                                }
                            }
                        },
                        "xmf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xmf_plain_search"
                                }
                            }
                        },
                        "xsy": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "xsy_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "xsy_plain_search"
                                }
                            }
                        },
                        "yi": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yi_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yi_plain_search"
                                }
                            }
                        },
                        "yo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yo_plain_search"
                                }
                            }
                        },
                        "yrl": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yrl_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yrl_plain_search"
                                }
                            }
                        },
                        "yua": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yua_plain_search"
                                }
                            }
                        },
                        "yue": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue_plain_search"
                                }
                            }
                        },
                        "yue-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue-hans_plain_search"
                                }
                            }
                        },
                        "yue-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yue-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yue-hant_plain_search"
                                }
                            }
                        },
                        "za": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "za_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "za_plain_search"
                                }
                            }
                        },
                        "zea": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zea_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zea_plain_search"
                                }
                            }
                        },
                        "zgh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zgh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zgh_plain_search"
                                }
                            }
                        },
                        "zgh-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zgh-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zgh-latn_plain_search"
                                }
                            }
                        },
                        "zh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh_plain_search"
                                }
                            }
                        },
                        "zh-classical": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-classical_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-classical_plain_search"
                                }
                            }
                        },
                        "zh-cn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-cn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-cn_plain_search"
                                }
                            }
                        },
                        "zh-hans": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hans_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hans_plain_search"
                                }
                            }
                        },
                        "zh-hant": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hant_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hant_plain_search"
                                }
                            }
                        },
                        "zh-hk": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-hk_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-hk_plain_search"
                                }
                            }
                        },
                        "zh-min-nan": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-min-nan_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-min-nan_plain_search"
                                }
                            }
                        },
                        "zh-mo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-mo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-mo_plain_search"
                                }
                            }
                        },
                        "zh-my": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-my_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-my_plain_search"
                                }
                            }
                        },
                        "zh-sg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-sg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-sg_plain_search"
                                }
                            }
                        },
                        "zh-tw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-tw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-tw_plain_search"
                                }
                            }
                        },
                        "zh-yue": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zh-yue_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zh-yue_plain_search"
                                }
                            }
                        },
                        "zu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "zu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "zu_plain_search"
                                }
                            }
                        },
                        "agq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "agq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "agq_plain_search"
                                }
                            }
                        },
                        "bag": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bag_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bag_plain_search"
                                }
                            }
                        },
                        "bas": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bas_plain_search"
                                }
                            }
                        },
                        "bax": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bax_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bax_plain_search"
                                }
                            }
                        },
                        "bbj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bbj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bbj_plain_search"
                                }
                            }
                        },
                        "bfd": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bfd_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bfd_plain_search"
                                }
                            }
                        },
                        "bfw": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bfw_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bfw_plain_search"
                                }
                            }
                        },
                        "bkc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkc_plain_search"
                                }
                            }
                        },
                        "bkh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkh_plain_search"
                                }
                            }
                        },
                        "bkm": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bkm_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bkm_plain_search"
                                }
                            }
                        },
                        "bqz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "bqz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "bqz_plain_search"
                                }
                            }
                        },
                        "byv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "byv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "byv_plain_search"
                                }
                            }
                        },
                        "cak": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cak_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cak_plain_search"
                                }
                            }
                        },
                        "cal": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cal_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cal_plain_search"
                                }
                            }
                        },
                        "cnh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "cnh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "cnh_plain_search"
                                }
                            }
                        },
                        "dso": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "dso_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "dso_plain_search"
                                }
                            }
                        },
                        "en-us": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "en-us_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "en-us_plain_search"
                                }
                            }
                        },
                        "eto": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "eto_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "eto_plain_search"
                                }
                            }
                        },
                        "etu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "etu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "etu_plain_search"
                                }
                            }
                        },
                        "ewo": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ewo_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ewo_plain_search"
                                }
                            }
                        },
                        "fkv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fkv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fkv_plain_search"
                                }
                            }
                        },
                        "fmp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "fmp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "fmp_plain_search"
                                }
                            }
                        },
                        "gju-arab": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gju-arab_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gju-arab_plain_search"
                                }
                            }
                        },
                        "gju-deva": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gju-deva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gju-deva_plain_search"
                                }
                            }
                        },
                        "gya": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "gya_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "gya_plain_search"
                                }
                            }
                        },
                        "hoc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "hoc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "hoc_plain_search"
                                }
                            }
                        },
                        "isu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "isu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "isu_plain_search"
                                }
                            }
                        },
                        "ker": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ker_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ker_plain_search"
                                }
                            }
                        },
                        "kgg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "kgg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "kgg_plain_search"
                                }
                            }
                        },
                        "ksf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ksf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ksf_plain_search"
                                }
                            }
                        },
                        "lem": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lem_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lem_plain_search"
                                }
                            }
                        },
                        "lns": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "lns_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "lns_plain_search"
                                }
                            }
                        },
                        "mcn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mcn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mcn_plain_search"
                                }
                            }
                        },
                        "mcp": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mcp_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mcp_plain_search"
                                }
                            }
                        },
                        "mua": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "mua_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "mua_plain_search"
                                }
                            }
                        },
                        "nan-hani": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nan-hani_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nan-hani_plain_search"
                                }
                            }
                        },
                        "nge": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nge_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nge_plain_search"
                                }
                            }
                        },
                        "nla": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nla_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nla_plain_search"
                                }
                            }
                        },
                        "nmg": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nmg_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nmg_plain_search"
                                }
                            }
                        },
                        "nnh": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nnh_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nnh_plain_search"
                                }
                            }
                        },
                        "nnz": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "nnz_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "nnz_plain_search"
                                }
                            }
                        },
                        "osa-latn": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "osa-latn_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "osa-latn_plain_search"
                                }
                            }
                        },
                        "ota": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ota_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ota_plain_search"
                                }
                            }
                        },
                        "quc": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "quc_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "quc_plain_search"
                                }
                            }
                        },
                        "rmf": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rmf_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rmf_plain_search"
                                }
                            }
                        },
                        "rwr": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "rwr_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "rwr_plain_search"
                                }
                            }
                        },
                        "sju": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sju_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sju_plain_search"
                                }
                            }
                        },
                        "smj": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "smj_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "smj_plain_search"
                                }
                            }
                        },
                        "srq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "srq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "srq_plain_search"
                                }
                            }
                        },
                        "sva": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "sva_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "sva_plain_search"
                                }
                            }
                        },
                        "thq": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "thq_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "thq_plain_search"
                                }
                            }
                        },
                        "tpv": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tpv_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tpv_plain_search"
                                }
                            }
                        },
                        "tvu": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "tvu_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "tvu_plain_search"
                                }
                            }
                        },
                        "vut": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "vut_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "vut_plain_search"
                                }
                            }
                        },
                        "wes": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wes_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wes_plain_search"
                                }
                            }
                        },
                        "wya": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "wya_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "wya_plain_search"
                                }
                            }
                        },
                        "yas": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yas_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yas_plain_search"
                                }
                            }
                        },
                        "yat": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yat_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yat_plain_search"
                                }
                            }
                        },
                        "yav": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "yav_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "yav_plain_search"
                                }
                            }
                        },
                        "ybb": {
                            "type": "text",
                            "fields": {
                                "plain": {
                                    "type": "text",
                                    "analyzer": "ybb_plain",
                                    "position_increment_gap": 10,
                                    "similarity": "bm25",
                                    "search_analyzer": "ybb_plain_search"
                                }
                            }
                        }
                    }
                },
                "statement_keywords": {
                    "type": "keyword",
                    "copy_to": "all",
                    "normalizer": "lowercase_keyword",
                    "index_options": "docs",
                    "fields": {
                        "property": {
                            "type": "text",
                            "analyzer": "extract_wb_property",
                            "search_analyzer": "keyword"
                        }
                    }
                },
                "statement_count": {
                    "type": "long"
                },
                "wikibase_item": {
                    "type": "keyword",
                    "normalizer": "keyword"
                },
                "all": {
                    "type": "text",
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10,
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10,
                            "similarity": "bm25",
                            "term_vector": "with_positions_offsets"
                        }
                    },
                    "term_vector": "with_positions_offsets"
                },
                "all_near_match": {
                    "type": "text",
                    "analyzer": "near_match",
                    "index_options": "freqs",
                    "similarity": "bm25",
                    "fields": {
                        "asciifolding": {
                            "type": "text",
                            "analyzer": "near_match_asciifolding",
                            "index_options": "freqs",
                            "similarity": "bm25"
                        }
                    }
                }
            }
        }
    }
}