Created
January 11, 2017 20:01
-
-
Save gibrown/1be2434f14e9abf17e5a2e6ec6de93e4 to your computer and use it in GitHub Desktop.
WP.org plugin dir mappings 20170111
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "wordpress.org-plugins-wp-3": { | |
| "mappings": { | |
| "post": { | |
| "_all": { | |
| "enabled": false | |
| }, | |
| "dynamic_templates": [ | |
| { | |
| "tax_template_name": { | |
| "mapping": { | |
| "type": "multi_field", | |
| "fields": { | |
| "name": { | |
| "index": "analyzed", | |
| "type": "string" | |
| }, | |
| "raw_lc": { | |
| "analyzer": "lowercase_analyzer", | |
| "index": "analyzed", | |
| "type": "string" | |
| }, | |
| "raw": { | |
| "index": "not_analyzed", | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "path_match": "taxonomy.*.name" | |
| } | |
| }, | |
| { | |
| "tax_template_slug": { | |
| "mapping": { | |
| "index": "not_analyzed", | |
| "type": "string", | |
| "doc_values": true | |
| }, | |
| "path_match": "taxonomy.*.slug" | |
| } | |
| }, | |
| { | |
| "tax_template_term_id": { | |
| "mapping": { | |
| "type": "long", | |
| "doc_values": true | |
| }, | |
| "path_match": "taxonomy.*.term_id" | |
| } | |
| }, | |
| { | |
| "has_template": { | |
| "mapping": { | |
| "type": "short" | |
| }, | |
| "path_match": "has.*" | |
| } | |
| }, | |
| { | |
| "shortcode_args_template": { | |
| "mapping": { | |
| "index": "not_analyzed", | |
| "type": "string" | |
| }, | |
| "path_match": "shortcode.*.id" | |
| } | |
| }, | |
| { | |
| "shortcode_count_template": { | |
| "mapping": { | |
| "type": "short" | |
| }, | |
| "path_match": "shortcode.*.count" | |
| } | |
| }, | |
| { | |
| "meta_str_template": { | |
| "mapping": { | |
| "type": "multi_field", | |
| "fields": { | |
| "raw_lc": { | |
| "analyzer": "lowercase_analyzer", | |
| "index": "analyzed", | |
| "type": "string" | |
| }, | |
| "raw": { | |
| "index": "not_analyzed", | |
| "type": "string", | |
| "doc_values": true | |
| }, | |
| "value": { | |
| "index": "analyzed", | |
| "type": "string" | |
| } | |
| } | |
| }, | |
| "path_match": "meta.*.value" | |
| } | |
| }, | |
| { | |
| "meta_long_template": { | |
| "mapping": { | |
| "type": "long", | |
| "doc_values": true | |
| }, | |
| "path_match": "meta.*.long" | |
| } | |
| }, | |
| { | |
| "meta_bool_template": { | |
| "mapping": { | |
| "type": "boolean" | |
| }, | |
| "path_match": "meta.*.boolean" | |
| } | |
| }, | |
| { | |
| "meta_float_template": { | |
| "mapping": { | |
| "type": "double", | |
| "doc_values": true | |
| }, | |
| "path_match": "meta.*.double" | |
| } | |
| } | |
| ], | |
| "properties": { | |
| "active_installs": { | |
| "type": "long" | |
| }, | |
| "ancestor_post_ids": { | |
| "type": "long" | |
| }, | |
| "author": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| } | |
| } | |
| }, | |
| "author_id": { | |
| "type": "integer" | |
| }, | |
| "author_login": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "blog_id": { | |
| "type": "integer", | |
| "store": true | |
| }, | |
| "category": { | |
| "properties": { | |
| "name": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| }, | |
| "slug": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "term_id": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "comment_count": { | |
| "type": "integer" | |
| }, | |
| "commenter_ids": { | |
| "type": "integer" | |
| }, | |
| "content": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_af": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_af_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ak": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ak_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_am": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_am_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_an": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_an_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ar": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "content_ar_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_arq": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "content_arq_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_art_xemoji": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_art_xemoji_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ary": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "content_ary_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_as": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_as_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ast": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ast_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_az": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_az_TR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_az_TR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_az_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_azb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_azb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_bcc": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_bcc_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_bel": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_bel_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_bg_BG": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "bg_analyzer" | |
| } | |
| }, | |
| "analyzer": "bg_analyzer" | |
| }, | |
| "content_bg_BG_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_bn_BD": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_bn_BD_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_bo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_bo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_bre": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_bre_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_bs_BA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_bs_BA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ca": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ca_analyzer" | |
| } | |
| }, | |
| "analyzer": "ca_analyzer" | |
| }, | |
| "content_ca_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ceb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ceb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ckb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ckb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_co": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_co_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_cs_CZ": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "cs_analyzer" | |
| } | |
| }, | |
| "analyzer": "cs_analyzer" | |
| }, | |
| "content_cs_CZ_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_cy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_cy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_da_DK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "da_analyzer" | |
| } | |
| }, | |
| "analyzer": "da_analyzer" | |
| }, | |
| "content_da_DK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_de_CH": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "content_de_CH_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_de_DE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "content_de_DE_formal": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "content_de_DE_formal_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_de_DE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_dv": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_dv_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_dzo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_dzo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_el": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "el_analyzer" | |
| } | |
| }, | |
| "analyzer": "el_analyzer" | |
| }, | |
| "content_el_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_en": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "content_en_AU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "content_en_AU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_en_CA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "content_en_CA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_en_GB": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "content_en_GB_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_en_NZ": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "content_en_NZ_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_en_ZA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "content_en_ZA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_en_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_eo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_eo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_es_AR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "content_es_AR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_es_CL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "content_es_CL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_es_CO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "content_es_CO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_es_ES": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "content_es_ES_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_es_GT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "content_es_GT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_es_MX": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "content_es_MX_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_es_PE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "content_es_PE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_es_PR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "content_es_PR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_es_VE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "content_es_VE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_et": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_et_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_eu": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "eu_analyzer" | |
| } | |
| }, | |
| "analyzer": "eu_analyzer" | |
| }, | |
| "content_eu_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_fa_AF": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fa_analyzer" | |
| } | |
| }, | |
| "analyzer": "fa_analyzer" | |
| }, | |
| "content_fa_AF_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_fa_IR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fa_analyzer" | |
| } | |
| }, | |
| "analyzer": "fa_analyzer" | |
| }, | |
| "content_fa_IR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_fi": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fi_analyzer" | |
| } | |
| }, | |
| "analyzer": "fi_analyzer" | |
| }, | |
| "content_fi_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_fr_BE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "content_fr_BE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_fr_CA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "content_fr_CA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_fr_FR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "content_fr_FR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_frp": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_frp_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_fuc": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_fuc_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_fur": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_fur_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_fy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_fy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ga": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ga_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_gd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_gd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_gl_ES": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_gl_ES_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_gsw": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_gsw_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_gu": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_gu_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_hat": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_hat_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_haz": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_haz_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_he_IL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "he_analyzer" | |
| } | |
| }, | |
| "analyzer": "he_analyzer" | |
| }, | |
| "content_he_IL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_hi_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hi_analyzer" | |
| } | |
| }, | |
| "analyzer": "hi_analyzer" | |
| }, | |
| "content_hi_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_hr": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_hr_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_hu_HU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hu_analyzer" | |
| } | |
| }, | |
| "analyzer": "hu_analyzer" | |
| }, | |
| "content_hu_HU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_hy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hy_analyzer" | |
| } | |
| }, | |
| "analyzer": "hy_analyzer" | |
| }, | |
| "content_hy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_id_ID": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "id_analyzer" | |
| } | |
| }, | |
| "analyzer": "id_analyzer" | |
| }, | |
| "content_id_ID_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ido": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ido_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_is_IS": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_is_IS_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_it_IT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "it_analyzer" | |
| } | |
| }, | |
| "analyzer": "it_analyzer" | |
| }, | |
| "content_it_IT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ja": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ja_analyzer" | |
| } | |
| }, | |
| "analyzer": "ja_analyzer" | |
| }, | |
| "content_ja_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_jv_ID": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_jv_ID_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ka_GE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ka_GE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_kab": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_kab_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_kal": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_kal_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_kea": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_kea_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_kin": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_kin_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_kk": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_kk_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_km": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_km_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_kn": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_kn_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ko_KR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ko_analyzer" | |
| } | |
| }, | |
| "analyzer": "ko_analyzer" | |
| }, | |
| "content_ko_KR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ky_KY": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ky_KY_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_la": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_la_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_lb_LU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_lb_LU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_li": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_li_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_lin": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_lin_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_lo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_lo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_lt_LT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_lt_LT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_lv": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_lv_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_me_ME": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_me_ME_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_mg_MG": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_mg_MG_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_mk_MK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_mk_MK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ml_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ml_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_mn": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_mn_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_mr": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_mr_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_mri": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_mri_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ms_MY": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ms_MY_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_my_MM": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_my_MM_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_nb_NO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "no_analyzer" | |
| } | |
| }, | |
| "analyzer": "no_analyzer" | |
| }, | |
| "content_nb_NO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ne_NP": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ne_NP_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_nl_BE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "nl_analyzer" | |
| } | |
| }, | |
| "analyzer": "nl_analyzer" | |
| }, | |
| "content_nl_BE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_nl_NL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "nl_analyzer" | |
| } | |
| }, | |
| "analyzer": "nl_analyzer" | |
| }, | |
| "content_nl_NL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_nn_NO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "no_analyzer" | |
| } | |
| }, | |
| "analyzer": "no_analyzer" | |
| }, | |
| "content_nn_NO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_oci": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_oci_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ory": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ory_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_os": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_os_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_pa_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_pa_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_pl_PL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_pl_PL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ps": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ps_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_pt_BR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "pt_analyzer" | |
| } | |
| }, | |
| "analyzer": "pt_analyzer" | |
| }, | |
| "content_pt_BR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_pt_PT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "pt_analyzer" | |
| } | |
| }, | |
| "analyzer": "pt_analyzer" | |
| }, | |
| "content_pt_PT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_rhg": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_rhg_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ro_RO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ro_analyzer" | |
| } | |
| }, | |
| "analyzer": "ro_analyzer" | |
| }, | |
| "content_ro_RO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_roh": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ro_analyzer" | |
| } | |
| }, | |
| "analyzer": "ro_analyzer" | |
| }, | |
| "content_roh_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ru_RU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ru_analyzer" | |
| } | |
| }, | |
| "analyzer": "ru_analyzer" | |
| }, | |
| "content_ru_RU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_rup_MK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_rup_MK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_sa_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_sa_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_sah": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_sah_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_si_LK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_si_LK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_sk_SK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_sk_SK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_sl_SI": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_sl_SI_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_snd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_snd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_so_SO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_so_SO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_sq": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_sq_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_sr_RS": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_sr_RS_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_srd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_srd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_su_ID": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_su_ID_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_sv_SE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "sv_analyzer" | |
| } | |
| }, | |
| "analyzer": "sv_analyzer" | |
| }, | |
| "content_sv_SE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_sw": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_sw_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_szl": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_szl_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ta_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ta_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ta_LK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ta_LK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_tah": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_tah_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_te": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_te_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_tg": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_tg_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_th": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_th_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_tl": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_tl_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_tr_TR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "tr_analyzer" | |
| } | |
| }, | |
| "analyzer": "tr_analyzer" | |
| }, | |
| "content_tr_TR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_translate-test": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_translate-test_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_tt_RU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_tt_RU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_tuk": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_tuk_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_twd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_twd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_tzm": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_tzm_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ug_CN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ug_CN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_uk": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_uk_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_ur": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_ur_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_uz_UZ": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_uz_UZ_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_vi": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_vi_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_yor": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "content_yor_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_zh_CN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "zh_analyzer" | |
| } | |
| }, | |
| "analyzer": "zh_analyzer" | |
| }, | |
| "content_zh_CN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_zh_HK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "zh_analyzer" | |
| } | |
| }, | |
| "analyzer": "zh_analyzer" | |
| }, | |
| "content_zh_HK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "content_zh_TW": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "zh_analyzer" | |
| } | |
| }, | |
| "analyzer": "zh_analyzer" | |
| }, | |
| "content_zh_TW_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "contributors": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "contributors_active_installs": { | |
| "type": "long" | |
| }, | |
| "date": { | |
| "type": "date", | |
| "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd" | |
| }, | |
| "date_added": { | |
| "type": "date", | |
| "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd" | |
| }, | |
| "date_gmt": { | |
| "type": "date", | |
| "store": true, | |
| "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd" | |
| }, | |
| "date_gmt_token": { | |
| "properties": { | |
| "day": { | |
| "type": "byte" | |
| }, | |
| "day_of_week": { | |
| "type": "byte" | |
| }, | |
| "day_of_year": { | |
| "type": "short" | |
| }, | |
| "hour": { | |
| "type": "byte" | |
| }, | |
| "minute": { | |
| "type": "byte" | |
| }, | |
| "month": { | |
| "type": "byte" | |
| }, | |
| "second": { | |
| "type": "byte" | |
| }, | |
| "seconds_from_day": { | |
| "type": "integer" | |
| }, | |
| "seconds_from_hour": { | |
| "type": "short" | |
| }, | |
| "week_of_year": { | |
| "type": "byte" | |
| }, | |
| "year": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "date_token": { | |
| "properties": { | |
| "day": { | |
| "type": "byte" | |
| }, | |
| "day_of_week": { | |
| "type": "byte" | |
| }, | |
| "day_of_year": { | |
| "type": "short" | |
| }, | |
| "hour": { | |
| "type": "byte" | |
| }, | |
| "minute": { | |
| "type": "byte" | |
| }, | |
| "month": { | |
| "type": "byte" | |
| }, | |
| "second": { | |
| "type": "byte" | |
| }, | |
| "seconds_from_day": { | |
| "type": "integer" | |
| }, | |
| "seconds_from_hour": { | |
| "type": "short" | |
| }, | |
| "week_of_year": { | |
| "type": "byte" | |
| }, | |
| "year": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "disabled": { | |
| "type": "boolean" | |
| }, | |
| "embed": { | |
| "properties": { | |
| "url": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| } | |
| } | |
| }, | |
| "excerpt": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_af": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_af_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ak": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ak_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_am": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_am_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_an": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_an_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ar": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "excerpt_ar_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_arq": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "excerpt_arq_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_art_xemoji": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_art_xemoji_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ary": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "excerpt_ary_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_as": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_as_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ast": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ast_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_az": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_az_TR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_az_TR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_az_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_azb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_azb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_bcc": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_bcc_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_bel": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_bel_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_bg_BG": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "bg_analyzer" | |
| } | |
| }, | |
| "analyzer": "bg_analyzer" | |
| }, | |
| "excerpt_bg_BG_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_bn_BD": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_bn_BD_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_bo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_bo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_bre": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_bre_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_bs_BA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_bs_BA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ca": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ca_analyzer" | |
| } | |
| }, | |
| "analyzer": "ca_analyzer" | |
| }, | |
| "excerpt_ca_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ceb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ceb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ckb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ckb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_co": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_co_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_cs_CZ": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "cs_analyzer" | |
| } | |
| }, | |
| "analyzer": "cs_analyzer" | |
| }, | |
| "excerpt_cs_CZ_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_cy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_cy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_da_DK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "da_analyzer" | |
| } | |
| }, | |
| "analyzer": "da_analyzer" | |
| }, | |
| "excerpt_da_DK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_de_CH": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "excerpt_de_CH_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_de_DE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "excerpt_de_DE_formal": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "excerpt_de_DE_formal_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_de_DE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_dv": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_dv_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_dzo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_dzo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_el": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "el_analyzer" | |
| } | |
| }, | |
| "analyzer": "el_analyzer" | |
| }, | |
| "excerpt_el_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_en": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "excerpt_en_AU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "excerpt_en_AU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_en_CA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "excerpt_en_CA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_en_GB": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "excerpt_en_GB_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_en_NZ": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "excerpt_en_NZ_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_en_ZA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "excerpt_en_ZA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_en_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_eo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_eo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_es_AR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "excerpt_es_AR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_es_CL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "excerpt_es_CL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_es_CO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "excerpt_es_CO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_es_ES": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "excerpt_es_ES_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_es_GT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "excerpt_es_GT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_es_MX": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "excerpt_es_MX_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_es_PE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "excerpt_es_PE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_es_PR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "excerpt_es_PR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_es_VE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "excerpt_es_VE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_et": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_et_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_eu": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "eu_analyzer" | |
| } | |
| }, | |
| "analyzer": "eu_analyzer" | |
| }, | |
| "excerpt_eu_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_fa_AF": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fa_analyzer" | |
| } | |
| }, | |
| "analyzer": "fa_analyzer" | |
| }, | |
| "excerpt_fa_AF_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_fa_IR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fa_analyzer" | |
| } | |
| }, | |
| "analyzer": "fa_analyzer" | |
| }, | |
| "excerpt_fa_IR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_fi": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fi_analyzer" | |
| } | |
| }, | |
| "analyzer": "fi_analyzer" | |
| }, | |
| "excerpt_fi_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_fr_BE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "excerpt_fr_BE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_fr_CA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "excerpt_fr_CA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_fr_FR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "excerpt_fr_FR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_frp": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_frp_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_fuc": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_fuc_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_fur": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_fur_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_fy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_fy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ga": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ga_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_gd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_gd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_gl_ES": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_gl_ES_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_gsw": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_gsw_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_gu": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_gu_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_hat": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_hat_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_haz": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_haz_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_he_IL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "he_analyzer" | |
| } | |
| }, | |
| "analyzer": "he_analyzer" | |
| }, | |
| "excerpt_he_IL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_hi_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hi_analyzer" | |
| } | |
| }, | |
| "analyzer": "hi_analyzer" | |
| }, | |
| "excerpt_hi_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_hr": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_hr_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_hu_HU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hu_analyzer" | |
| } | |
| }, | |
| "analyzer": "hu_analyzer" | |
| }, | |
| "excerpt_hu_HU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_hy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hy_analyzer" | |
| } | |
| }, | |
| "analyzer": "hy_analyzer" | |
| }, | |
| "excerpt_hy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_id_ID": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "id_analyzer" | |
| } | |
| }, | |
| "analyzer": "id_analyzer" | |
| }, | |
| "excerpt_id_ID_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ido": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ido_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_is_IS": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_is_IS_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_it_IT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "it_analyzer" | |
| } | |
| }, | |
| "analyzer": "it_analyzer" | |
| }, | |
| "excerpt_it_IT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ja": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ja_analyzer" | |
| } | |
| }, | |
| "analyzer": "ja_analyzer" | |
| }, | |
| "excerpt_ja_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_jv_ID": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_jv_ID_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ka_GE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ka_GE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_kab": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_kab_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_kal": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_kal_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_kea": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_kea_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_kin": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_kin_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_kk": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_kk_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_km": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_km_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_kn": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_kn_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ko_KR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ko_analyzer" | |
| } | |
| }, | |
| "analyzer": "ko_analyzer" | |
| }, | |
| "excerpt_ko_KR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ky_KY": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ky_KY_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_la": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_la_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_lb_LU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_lb_LU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_li": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_li_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_lin": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_lin_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_lo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_lo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_lt_LT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_lt_LT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_lv": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_lv_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_me_ME": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_me_ME_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_mg_MG": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_mg_MG_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_mk_MK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_mk_MK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ml_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ml_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_mn": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_mn_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_mr": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_mr_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_mri": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_mri_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ms_MY": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ms_MY_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_my_MM": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_my_MM_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_nb_NO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "no_analyzer" | |
| } | |
| }, | |
| "analyzer": "no_analyzer" | |
| }, | |
| "excerpt_nb_NO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ne_NP": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ne_NP_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_nl_BE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "nl_analyzer" | |
| } | |
| }, | |
| "analyzer": "nl_analyzer" | |
| }, | |
| "excerpt_nl_BE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_nl_NL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "nl_analyzer" | |
| } | |
| }, | |
| "analyzer": "nl_analyzer" | |
| }, | |
| "excerpt_nl_NL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_nn_NO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "no_analyzer" | |
| } | |
| }, | |
| "analyzer": "no_analyzer" | |
| }, | |
| "excerpt_nn_NO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_oci": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_oci_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ory": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ory_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_os": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_os_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_pa_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_pa_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_pl_PL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_pl_PL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ps": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ps_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_pt_BR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "pt_analyzer" | |
| } | |
| }, | |
| "analyzer": "pt_analyzer" | |
| }, | |
| "excerpt_pt_BR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_pt_PT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "pt_analyzer" | |
| } | |
| }, | |
| "analyzer": "pt_analyzer" | |
| }, | |
| "excerpt_pt_PT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_rhg": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_rhg_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ro_RO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ro_analyzer" | |
| } | |
| }, | |
| "analyzer": "ro_analyzer" | |
| }, | |
| "excerpt_ro_RO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_roh": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ro_analyzer" | |
| } | |
| }, | |
| "analyzer": "ro_analyzer" | |
| }, | |
| "excerpt_roh_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ru_RU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ru_analyzer" | |
| } | |
| }, | |
| "analyzer": "ru_analyzer" | |
| }, | |
| "excerpt_ru_RU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_rup_MK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_rup_MK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_sa_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_sa_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_sah": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_sah_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_si_LK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_si_LK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_sk_SK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_sk_SK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_sl_SI": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_sl_SI_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_snd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_snd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_so_SO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_so_SO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_sq": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_sq_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_sr_RS": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_sr_RS_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_srd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_srd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_su_ID": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_su_ID_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_sv_SE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "sv_analyzer" | |
| } | |
| }, | |
| "analyzer": "sv_analyzer" | |
| }, | |
| "excerpt_sv_SE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_sw": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_sw_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_szl": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_szl_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ta_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ta_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ta_LK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ta_LK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_tah": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_tah_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_te": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_te_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_tg": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_tg_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_th": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_th_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_tl": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_tl_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_tr_TR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "tr_analyzer" | |
| } | |
| }, | |
| "analyzer": "tr_analyzer" | |
| }, | |
| "excerpt_tr_TR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_translate-test": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_translate-test_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_tt_RU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_tt_RU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_tuk": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_tuk_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_twd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_twd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_tzm": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_tzm_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ug_CN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ug_CN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_uk": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_uk_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_ur": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_ur_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_uz_UZ": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_uz_UZ_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_vi": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_vi_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_yor": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "excerpt_yor_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_zh_CN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "zh_analyzer" | |
| } | |
| }, | |
| "analyzer": "zh_analyzer" | |
| }, | |
| "excerpt_zh_CN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_zh_HK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "zh_analyzer" | |
| } | |
| }, | |
| "analyzer": "zh_analyzer" | |
| }, | |
| "excerpt_zh_HK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "excerpt_zh_TW": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "zh_analyzer" | |
| } | |
| }, | |
| "analyzer": "zh_analyzer" | |
| }, | |
| "excerpt_zh_TW_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "has": { | |
| "properties": { | |
| "embed": { | |
| "type": "short" | |
| }, | |
| "gallery": { | |
| "type": "short" | |
| }, | |
| "hashtag": { | |
| "type": "short" | |
| }, | |
| "image": { | |
| "type": "short" | |
| }, | |
| "link": { | |
| "type": "short" | |
| }, | |
| "mention": { | |
| "type": "short" | |
| }, | |
| "shortcode": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "has_password": { | |
| "type": "boolean" | |
| }, | |
| "hashtag": { | |
| "properties": { | |
| "name": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| } | |
| } | |
| }, | |
| "header_author": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "image": { | |
| "properties": { | |
| "url": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| } | |
| } | |
| }, | |
| "is_reblogged": { | |
| "type": "boolean" | |
| }, | |
| "lang": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "lang_analyzer": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "like_count": { | |
| "type": "short" | |
| }, | |
| "liker_ids": { | |
| "type": "integer" | |
| }, | |
| "link": { | |
| "properties": { | |
| "host": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "host_reversed": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "url": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "location": { | |
| "type": "geo_point", | |
| "lat_lon": true, | |
| "geohash": true | |
| }, | |
| "mention": { | |
| "properties": { | |
| "name": { | |
| "type": "string", | |
| "index": "not_analyzed", | |
| "fields": { | |
| "lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "menu_order": { | |
| "type": "integer" | |
| }, | |
| "meta": { | |
| "properties": { | |
| "active_installs": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "assets_banners": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "assets_banners_color": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "assets_icons": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "assets_screenshots": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ar": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_az": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_bel": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_bg_BG": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_bn_BD": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_bs_BA": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ca": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_cs_CZ": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_cy": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_da_DK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_de_DE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_el": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_en_AU": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_en_CA": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_en_NZ": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_eo": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_es": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_es_ES": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_es_MX": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_es_VE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_et": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_eu": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_fa_IR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_fi": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_fr": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_fr_BE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_fr_FR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ga": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_gl_ES": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_he_IL": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_hi_IN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_hr": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_hu_HU": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_hy": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_id_ID": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_is_IS": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_it_IT": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ja": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ka_GE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ko_KR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_lt_LT": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_lv": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ms_MY": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_nb_NO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_nl_NL": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_nn_NO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_pa_IN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_pl_PL": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ps": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_pt_BR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_pt_PT": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ro_RO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ru_RU": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_sk_SK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_sl_SI": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_sq": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_sr_RS": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_sv_SE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ta_LK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_th": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_tl": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_tr_TR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_ug_CN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_uk": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_vi": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_zh_CN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "content_zh_TW": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "contributors": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "dd32": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "donate_link": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "downloads": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_af": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ar": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ary": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_az": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_bel": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_bg_BG": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_bn_BD": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_bs_BA": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ca": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ckb": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_cs_CZ": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_cy": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_da_DK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_de_CH": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_de_DE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_el": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_en_AU": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_en_CA": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_en_GB": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_en_NZ": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_eo": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_es": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_es_AR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_es_CL": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_es_CO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_es_ES": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_es_GT": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_es_MX": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_es_PE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_es_VE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_et": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_eu": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_fa_IR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_fi": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_fr": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_fr_BE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_fr_CA": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_fr_FR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ga": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_gd": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_gl_ES": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_he_IL": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_hi_IN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_hr": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_hu_HU": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_hy": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_id_ID": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_is_IS": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_it_IT": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ja": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ka_GE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_km": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ko_KR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_lt_LT": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_lv": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_me_ME": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ms_MY": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_my_MM": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_nb_NO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ne_NP": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_nl_NL": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_nn_NO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_oci": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_pa_IN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_pl_PL": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ps": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_pt_BR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_pt_PT": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ro_RO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ru_RU": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_si_LK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_sk_SK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_sl_SI": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_sq": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_sr_RS": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_sv_SE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ta_LK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_th": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_tl": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_tr_TR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_ug_CN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_uk": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_uz_UZ": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_vi": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_zh_CN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "excerpt_zh_TW": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "header_author": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "header_author_uri": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "header_description": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "header_name": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "header_plugin_uri": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "header_textdomain": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "license": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "license_uri": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "note": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "permalink": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "plugin_status": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "rating": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "ratings": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "requires": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "screenshots": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "sections": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "stable_tag": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "support_resolutions": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "support_threads": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "support_threads_resolved": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "tagged_versions": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "tags": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "tested": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_af": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_am": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ar": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ary": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_as": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_az": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_azb": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_bel": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_bg_BG": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_bn_BD": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_bs_BA": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ca": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ceb": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ckb": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_cs_CZ": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_cy": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_da_DK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_de_CH": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_de_DE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_dv": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_el": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_en_AU": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_en_CA": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_en_GB": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_en_NZ": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_eo": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_es": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_es_AR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_es_CL": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_es_CO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_es_ES": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_es_GT": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_es_MX": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_es_PE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_es_VE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_et": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_eu": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_fa_AF": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_fa_IR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_fi": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_fo": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_fr": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_fr_BE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_fr_CA": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_fr_FR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_fy": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ga": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_gd": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_gl_ES": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_gsw": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_haz": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_he_IL": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_hi_IN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_hr": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_hu_HU": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_hy": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_id_ID": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_is_IS": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_it_IT": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ja": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_jv_ID": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ka_GE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_kab": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_kk": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_km": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_kn": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ko_KR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ky_KY": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_lb_LU": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_li": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_lo": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_lt_LT": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_lv": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_me_ME": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_mk_MK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ml_IN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_mn": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_mr": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ms_MY": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_my_MM": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_nb_NO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ne_NP": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_nl_NL": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_nn_NO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_oci": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_os": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_pa_IN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_pl_PL": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ps": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_pt_BR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_pt_PT": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_rhg": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ro_RO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ru_RU": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_sah": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_si_LK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_sk_SK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_sl_SI": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_so_SO": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_sq": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_sr_RS": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_srd": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_su_ID": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_sv_SE": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_sw": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_szl": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ta_IN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ta_LK": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_te": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_th": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_tl": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_tr_TR": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_tuk": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ug_CN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_uk": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_ur": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_uz_UZ": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_vi": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_zh_CN": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "title_zh_TW": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "upgrade_notice": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "usage": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "version": { | |
| "properties": { | |
| "boolean": { | |
| "type": "boolean" | |
| }, | |
| "double": { | |
| "type": "double" | |
| }, | |
| "long": { | |
| "type": "long" | |
| }, | |
| "value": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "mlt_content": { | |
| "type": "string", | |
| "similarity": "BM25" | |
| }, | |
| "modified": { | |
| "type": "date", | |
| "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd" | |
| }, | |
| "modified_gmt": { | |
| "type": "date", | |
| "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd" | |
| }, | |
| "modified_gmt_token": { | |
| "properties": { | |
| "day": { | |
| "type": "byte" | |
| }, | |
| "day_of_week": { | |
| "type": "byte" | |
| }, | |
| "day_of_year": { | |
| "type": "short" | |
| }, | |
| "hour": { | |
| "type": "byte" | |
| }, | |
| "minute": { | |
| "type": "byte" | |
| }, | |
| "month": { | |
| "type": "byte" | |
| }, | |
| "second": { | |
| "type": "byte" | |
| }, | |
| "seconds_from_day": { | |
| "type": "integer" | |
| }, | |
| "seconds_from_hour": { | |
| "type": "short" | |
| }, | |
| "week_of_year": { | |
| "type": "byte" | |
| }, | |
| "year": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "modified_token": { | |
| "properties": { | |
| "day": { | |
| "type": "byte" | |
| }, | |
| "day_of_week": { | |
| "type": "byte" | |
| }, | |
| "day_of_year": { | |
| "type": "short" | |
| }, | |
| "hour": { | |
| "type": "byte" | |
| }, | |
| "minute": { | |
| "type": "byte" | |
| }, | |
| "month": { | |
| "type": "byte" | |
| }, | |
| "second": { | |
| "type": "byte" | |
| }, | |
| "seconds_from_day": { | |
| "type": "integer" | |
| }, | |
| "seconds_from_hour": { | |
| "type": "short" | |
| }, | |
| "week_of_year": { | |
| "type": "byte" | |
| }, | |
| "year": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "num_months_updated": { | |
| "type": "long" | |
| }, | |
| "num_ratings": { | |
| "type": "long" | |
| }, | |
| "number_of_translations": { | |
| "type": "long" | |
| }, | |
| "number_of_versions": { | |
| "type": "long" | |
| }, | |
| "parent_post_id": { | |
| "type": "long" | |
| }, | |
| "percent_on_stable": { | |
| "type": "float" | |
| }, | |
| "plugin_modified": { | |
| "type": "date", | |
| "store": true, | |
| "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd" | |
| }, | |
| "post_format": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "post_id": { | |
| "type": "long", | |
| "store": true | |
| }, | |
| "post_status": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "post_type": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "public": { | |
| "type": "boolean" | |
| }, | |
| "rating": { | |
| "type": "float" | |
| }, | |
| "rating_0": { | |
| "type": "long" | |
| }, | |
| "rating_1": { | |
| "type": "long" | |
| }, | |
| "rating_10": { | |
| "type": "long" | |
| }, | |
| "rating_2": { | |
| "type": "long" | |
| }, | |
| "rating_3": { | |
| "type": "long" | |
| }, | |
| "rating_4": { | |
| "type": "long" | |
| }, | |
| "rating_5": { | |
| "type": "long" | |
| }, | |
| "reblog_count": { | |
| "type": "short" | |
| }, | |
| "reblogger_ids": { | |
| "type": "integer" | |
| }, | |
| "required": { | |
| "type": "long" | |
| }, | |
| "requires": { | |
| "type": "float" | |
| }, | |
| "shortcode": { | |
| "properties": { | |
| "8tracks": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "archives": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "audio": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "bandcamp": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "brightcove": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "caption": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "child-pages": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "code": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "contact-field": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "contact-form": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "dailymotion": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "digg": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "display-posts": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "ebay": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "embed": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "facebook": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "findery": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "flickr": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "funnyordie": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "gallery": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "gist": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "googlemaps": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "googleplus": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "googlevideo": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "gravatar": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "hulu": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| }, | |
| "id": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| } | |
| } | |
| }, | |
| "instagram": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "latex": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "list-pages": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "medium": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "metacafe": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "mixcloud": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "playlist": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "polldaddy": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "presentation": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "question": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "quiz": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "rebelmouse": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "recipe": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "rss": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "scribd": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "sibling-pages": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "sitemap": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "slide": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "slideshare": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "slideshow": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "soundcloud": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "source": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "sourcecode": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "speakerdeck": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "spotify": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "ted": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| }, | |
| "id": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| } | |
| } | |
| }, | |
| "tlkio": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "tweet": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "twitter-timeline": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "ustream": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "video": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "vimeo": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| }, | |
| "id": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| } | |
| } | |
| }, | |
| "vine": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "wolframalphawidget": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "wp": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "wpvideo": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| }, | |
| "id": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| } | |
| } | |
| }, | |
| "wrong": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "wufoo": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| } | |
| } | |
| }, | |
| "youtube": { | |
| "properties": { | |
| "count": { | |
| "type": "short" | |
| }, | |
| "id": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "shortcode_types": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "site_id": { | |
| "type": "short" | |
| }, | |
| "slug": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "slug_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "stable_tag": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "sticky": { | |
| "type": "boolean" | |
| }, | |
| "support_resolution_mu": { | |
| "type": "long" | |
| }, | |
| "support_resolution_no": { | |
| "type": "long" | |
| }, | |
| "support_resolution_percentage": { | |
| "type": "float" | |
| }, | |
| "support_resolution_yes": { | |
| "type": "long" | |
| }, | |
| "support_threads": { | |
| "type": "long" | |
| }, | |
| "support_threads_percentage": { | |
| "type": "float" | |
| }, | |
| "support_threads_percentage_p1": { | |
| "type": "float" | |
| }, | |
| "support_threads_resolved": { | |
| "type": "long" | |
| }, | |
| "tag": { | |
| "properties": { | |
| "name": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| }, | |
| "slug": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "term_id": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "tag_cat_count": { | |
| "type": "short" | |
| }, | |
| "tagged_versions": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "taxonomy": { | |
| "properties": { | |
| "plugin_category": { | |
| "properties": { | |
| "name": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| }, | |
| "slug": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "term_id": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "plugin_section": { | |
| "properties": { | |
| "name": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| }, | |
| "slug": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "term_id": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "plugin_tag": { | |
| "properties": { | |
| "name": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| }, | |
| "slug": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "term_id": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "plugin_tags": { | |
| "properties": { | |
| "name": { | |
| "type": "string", | |
| "fields": { | |
| "raw": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "raw_lc": { | |
| "type": "string", | |
| "analyzer": "lowercase_analyzer" | |
| } | |
| } | |
| }, | |
| "slug": { | |
| "type": "string", | |
| "index": "not_analyzed" | |
| }, | |
| "term_id": { | |
| "type": "long" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "tested": { | |
| "type": "float" | |
| }, | |
| "title": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_af": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_af_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ak": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ak_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_am": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_am_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_an": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_an_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ar": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "title_ar_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_arq": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "title_arq_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_art_xemoji": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_art_xemoji_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ary": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "title_ary_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_as": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_as_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ast": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ast_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_az": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_az_TR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_az_TR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_az_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_azb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_azb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_bcc": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_bcc_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_bel": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_bel_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_bg_BG": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "bg_analyzer" | |
| } | |
| }, | |
| "analyzer": "bg_analyzer" | |
| }, | |
| "title_bg_BG_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_bn_BD": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_bn_BD_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_bo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_bo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_bre": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_bre_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_bs_BA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_bs_BA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ca": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ca_analyzer" | |
| } | |
| }, | |
| "analyzer": "ca_analyzer" | |
| }, | |
| "title_ca_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ceb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ceb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ckb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ckb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_co": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_co_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_cs_CZ": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "cs_analyzer" | |
| } | |
| }, | |
| "analyzer": "cs_analyzer" | |
| }, | |
| "title_cs_CZ_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_cy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_cy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_da_DK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "da_analyzer" | |
| } | |
| }, | |
| "analyzer": "da_analyzer" | |
| }, | |
| "title_da_DK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_de_CH": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "title_de_CH_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_de_DE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "title_de_DE_formal": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "title_de_DE_formal_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_de_DE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_dv": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_dv_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_dzo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_dzo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_el": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "el_analyzer" | |
| } | |
| }, | |
| "analyzer": "el_analyzer" | |
| }, | |
| "title_el_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_en": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "title_en_AU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "title_en_AU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_en_CA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "title_en_CA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_en_GB": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "title_en_GB_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_en_NZ": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "title_en_NZ_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_en_ZA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "title_en_ZA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_en_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_eo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_eo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_es_AR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "title_es_AR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_es_CL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "title_es_CL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_es_CO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "title_es_CO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_es_ES": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "title_es_ES_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_es_GT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "title_es_GT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_es_MX": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "title_es_MX_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_es_PE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "title_es_PE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_es_PR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "title_es_PR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_es_VE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "title_es_VE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_et": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_et_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_eu": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "eu_analyzer" | |
| } | |
| }, | |
| "analyzer": "eu_analyzer" | |
| }, | |
| "title_eu_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_fa_AF": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fa_analyzer" | |
| } | |
| }, | |
| "analyzer": "fa_analyzer" | |
| }, | |
| "title_fa_AF_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_fa_IR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fa_analyzer" | |
| } | |
| }, | |
| "analyzer": "fa_analyzer" | |
| }, | |
| "title_fa_IR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_fi": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fi_analyzer" | |
| } | |
| }, | |
| "analyzer": "fi_analyzer" | |
| }, | |
| "title_fi_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_fr_BE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "title_fr_BE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_fr_CA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "title_fr_CA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_fr_FR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "title_fr_FR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_frp": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_frp_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_fuc": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_fuc_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_fur": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_fur_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_fy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_fy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ga": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ga_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_gd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_gd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_gl_ES": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_gl_ES_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_gsw": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_gsw_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_gu": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_gu_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_hat": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_hat_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_haz": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_haz_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_he_IL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "he_analyzer" | |
| } | |
| }, | |
| "analyzer": "he_analyzer" | |
| }, | |
| "title_he_IL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_hi_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hi_analyzer" | |
| } | |
| }, | |
| "analyzer": "hi_analyzer" | |
| }, | |
| "title_hi_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_hr": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_hr_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_hu_HU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hu_analyzer" | |
| } | |
| }, | |
| "analyzer": "hu_analyzer" | |
| }, | |
| "title_hu_HU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_hy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hy_analyzer" | |
| } | |
| }, | |
| "analyzer": "hy_analyzer" | |
| }, | |
| "title_hy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_id_ID": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "id_analyzer" | |
| } | |
| }, | |
| "analyzer": "id_analyzer" | |
| }, | |
| "title_id_ID_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ido": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ido_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_is_IS": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_is_IS_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_it_IT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "it_analyzer" | |
| } | |
| }, | |
| "analyzer": "it_analyzer" | |
| }, | |
| "title_it_IT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ja": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ja_analyzer" | |
| } | |
| }, | |
| "analyzer": "ja_analyzer" | |
| }, | |
| "title_ja_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_jv_ID": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_jv_ID_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ka_GE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ka_GE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_kab": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_kab_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_kal": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_kal_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_kea": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_kea_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_kin": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_kin_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_kk": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_kk_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_km": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_km_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_kn": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_kn_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ko_KR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ko_analyzer" | |
| } | |
| }, | |
| "analyzer": "ko_analyzer" | |
| }, | |
| "title_ko_KR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ky_KY": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ky_KY_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_la": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_la_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_lb_LU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_lb_LU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_li": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_li_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_lin": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_lin_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_lo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_lo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_lt_LT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_lt_LT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_lv": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_lv_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_me_ME": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_me_ME_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_mg_MG": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_mg_MG_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_mk_MK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_mk_MK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ml_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ml_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_mn": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_mn_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_mr": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_mr_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_mri": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_mri_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ms_MY": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ms_MY_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_my_MM": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_my_MM_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_nb_NO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "no_analyzer" | |
| } | |
| }, | |
| "analyzer": "no_analyzer" | |
| }, | |
| "title_nb_NO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ne_NP": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ne_NP_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_nl_BE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "nl_analyzer" | |
| } | |
| }, | |
| "analyzer": "nl_analyzer" | |
| }, | |
| "title_nl_BE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_nl_NL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "nl_analyzer" | |
| } | |
| }, | |
| "analyzer": "nl_analyzer" | |
| }, | |
| "title_nl_NL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_nn_NO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "no_analyzer" | |
| } | |
| }, | |
| "analyzer": "no_analyzer" | |
| }, | |
| "title_nn_NO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_oci": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_oci_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ory": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ory_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_os": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_os_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_pa_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_pa_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_pl_PL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_pl_PL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ps": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ps_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_pt_BR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "pt_analyzer" | |
| } | |
| }, | |
| "analyzer": "pt_analyzer" | |
| }, | |
| "title_pt_BR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_pt_PT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "pt_analyzer" | |
| } | |
| }, | |
| "analyzer": "pt_analyzer" | |
| }, | |
| "title_pt_PT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_rhg": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_rhg_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ro_RO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ro_analyzer" | |
| } | |
| }, | |
| "analyzer": "ro_analyzer" | |
| }, | |
| "title_ro_RO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_roh": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ro_analyzer" | |
| } | |
| }, | |
| "analyzer": "ro_analyzer" | |
| }, | |
| "title_roh_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ru_RU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ru_analyzer" | |
| } | |
| }, | |
| "analyzer": "ru_analyzer" | |
| }, | |
| "title_ru_RU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_rup_MK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_rup_MK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_sa_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_sa_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_sah": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_sah_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_si_LK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_si_LK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_sk_SK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_sk_SK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_sl_SI": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_sl_SI_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_snd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_snd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_so_SO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_so_SO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_sq": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_sq_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_sr_RS": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_sr_RS_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_srd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_srd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_su_ID": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_su_ID_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_sv_SE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "sv_analyzer" | |
| } | |
| }, | |
| "analyzer": "sv_analyzer" | |
| }, | |
| "title_sv_SE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_sw": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_sw_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_szl": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_szl_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ta_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ta_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ta_LK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ta_LK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_tah": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_tah_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_te": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_te_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_tg": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_tg_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_th": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_th_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_tl": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_tl_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_tr_TR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "tr_analyzer" | |
| } | |
| }, | |
| "analyzer": "tr_analyzer" | |
| }, | |
| "title_tr_TR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_translate-test": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_translate-test_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_tt_RU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_tt_RU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_tuk": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_tuk_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_twd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_twd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_tzm": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_tzm_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ug_CN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ug_CN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_uk": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_uk_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_ur": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_ur_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_uz_UZ": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_uz_UZ_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_vi": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_vi_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_yor": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "title_yor_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_zh_CN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "zh_analyzer" | |
| } | |
| }, | |
| "analyzer": "zh_analyzer" | |
| }, | |
| "title_zh_CN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_zh_HK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "zh_analyzer" | |
| } | |
| }, | |
| "analyzer": "zh_analyzer" | |
| }, | |
| "title_zh_HK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "title_zh_TW": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "zh_analyzer" | |
| } | |
| }, | |
| "analyzer": "zh_analyzer" | |
| }, | |
| "title_zh_TW_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "update_age_in_months": { | |
| "type": "long" | |
| }, | |
| "upgrade_notice": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "upgrade_notice": { | |
| "type": "string", | |
| "similarity": "BM25" | |
| }, | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_af": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_af_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ak": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_ak_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_am": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_am_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_an": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_an_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ar": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "upgrade_notice_ar_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_arq": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "upgrade_notice_arq_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_art_xemoji": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_art_xemoji_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ary": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ar_analyzer" | |
| } | |
| }, | |
| "analyzer": "ar_analyzer" | |
| }, | |
| "upgrade_notice_ary_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_as": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_as_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ast": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_ast_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_az": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_az_TR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_az_TR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_az_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_azb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_azb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_bcc": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_bcc_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_bel": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_bel_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_bg_BG": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "bg_analyzer" | |
| } | |
| }, | |
| "analyzer": "bg_analyzer" | |
| }, | |
| "upgrade_notice_bg_BG_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_bn_BD": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_bn_BD_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_bo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_bo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_bre": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_bre_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_bs_BA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_bs_BA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ca": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ca_analyzer" | |
| } | |
| }, | |
| "analyzer": "ca_analyzer" | |
| }, | |
| "upgrade_notice_ca_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ceb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_ceb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ckb": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_ckb_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_co": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_co_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_cs_CZ": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "cs_analyzer" | |
| } | |
| }, | |
| "analyzer": "cs_analyzer" | |
| }, | |
| "upgrade_notice_cs_CZ_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_cy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_cy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_da_DK": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "da_analyzer" | |
| } | |
| }, | |
| "analyzer": "da_analyzer" | |
| }, | |
| "upgrade_notice_da_DK_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_de_CH": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "upgrade_notice_de_CH_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_de_DE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "upgrade_notice_de_DE_formal": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "de_analyzer" | |
| } | |
| }, | |
| "analyzer": "de_analyzer" | |
| }, | |
| "upgrade_notice_de_DE_formal_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_de_DE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_dv": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_dv_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_dzo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_dzo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_el": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "el_analyzer" | |
| } | |
| }, | |
| "analyzer": "el_analyzer" | |
| }, | |
| "upgrade_notice_el_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_en": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "upgrade_notice_en_AU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "upgrade_notice_en_AU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_en_CA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "upgrade_notice_en_CA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_en_GB": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "upgrade_notice_en_GB_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_en_NZ": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "upgrade_notice_en_NZ_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_en_ZA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "en_analyzer" | |
| } | |
| }, | |
| "analyzer": "en_analyzer" | |
| }, | |
| "upgrade_notice_en_ZA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_en_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_eo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_eo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_es_AR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "upgrade_notice_es_AR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_es_CL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "upgrade_notice_es_CL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_es_CO": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "upgrade_notice_es_CO_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_es_ES": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "upgrade_notice_es_ES_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_es_GT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "upgrade_notice_es_GT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_es_MX": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "upgrade_notice_es_MX_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_es_PE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "upgrade_notice_es_PE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_es_PR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "upgrade_notice_es_PR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_es_VE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "es_analyzer" | |
| } | |
| }, | |
| "analyzer": "es_analyzer" | |
| }, | |
| "upgrade_notice_es_VE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_et": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_et_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_eu": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "eu_analyzer" | |
| } | |
| }, | |
| "analyzer": "eu_analyzer" | |
| }, | |
| "upgrade_notice_eu_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_fa_AF": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fa_analyzer" | |
| } | |
| }, | |
| "analyzer": "fa_analyzer" | |
| }, | |
| "upgrade_notice_fa_AF_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_fa_IR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fa_analyzer" | |
| } | |
| }, | |
| "analyzer": "fa_analyzer" | |
| }, | |
| "upgrade_notice_fa_IR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_fi": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fi_analyzer" | |
| } | |
| }, | |
| "analyzer": "fi_analyzer" | |
| }, | |
| "upgrade_notice_fi_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_fr_BE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "upgrade_notice_fr_BE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_fr_CA": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "upgrade_notice_fr_CA_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_fr_FR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "fr_analyzer" | |
| } | |
| }, | |
| "analyzer": "fr_analyzer" | |
| }, | |
| "upgrade_notice_fr_FR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_frp": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_frp_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_fuc": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_fuc_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_fur": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_fur_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_fy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_fy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ga": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_ga_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_gd": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_gd_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_gl_ES": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_gl_ES_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_gsw": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_gsw_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_gu": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_gu_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_hat": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_hat_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_haz": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_haz_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_he_IL": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "he_analyzer" | |
| } | |
| }, | |
| "analyzer": "he_analyzer" | |
| }, | |
| "upgrade_notice_he_IL_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_hi_IN": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hi_analyzer" | |
| } | |
| }, | |
| "analyzer": "hi_analyzer" | |
| }, | |
| "upgrade_notice_hi_IN_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_hr": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_hr_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_hu_HU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hu_analyzer" | |
| } | |
| }, | |
| "analyzer": "hu_analyzer" | |
| }, | |
| "upgrade_notice_hu_HU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_hy": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "hy_analyzer" | |
| } | |
| }, | |
| "analyzer": "hy_analyzer" | |
| }, | |
| "upgrade_notice_hy_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_id_ID": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "id_analyzer" | |
| } | |
| }, | |
| "analyzer": "id_analyzer" | |
| }, | |
| "upgrade_notice_id_ID_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ido": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_ido_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_is_IS": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_is_IS_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_it_IT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "it_analyzer" | |
| } | |
| }, | |
| "analyzer": "it_analyzer" | |
| }, | |
| "upgrade_notice_it_IT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ja": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ja_analyzer" | |
| } | |
| }, | |
| "analyzer": "ja_analyzer" | |
| }, | |
| "upgrade_notice_ja_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_jv_ID": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_jv_ID_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ka_GE": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_ka_GE_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_kab": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_kab_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_kal": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_kal_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_kea": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_kea_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_kin": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_kin_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_kk": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_kk_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_km": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_km_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_kn": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_kn_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ko_KR": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "ko_analyzer" | |
| } | |
| }, | |
| "analyzer": "ko_analyzer" | |
| }, | |
| "upgrade_notice_ko_KR_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_ky_KY": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_ky_KY_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_la": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_la_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_lb_LU": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_lb_LU_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_li": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_li_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_lin": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_lin_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_lo": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_lo_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_lt_LT": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_lt_LT_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_lv": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |
| "type": "token_count", | |
| "analyzer": "default" | |
| } | |
| } | |
| }, | |
| "upgrade_notice_lv_ngram": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "analyzer": "ngram_analyzer" | |
| }, | |
| "upgrade_notice_me_ME": { | |
| "type": "string", | |
| "similarity": "BM25", | |
| "fields": { | |
| "word_count": { | |