MediaWiki-API-Ergebnis

Dies ist die HTML-Darstellung des Formats JSON. HTML eignet sich gut zum Debuggen, ist jedoch für die Verwendung in Anwendungen ungeeignet.

Gib den Parameter format an, um das Ausgabeformat zu ändern. Um die Nicht-HTML-Darstellung des Formats JSON anzuzeigen, setze format=json.

Weitere Informationen findest du in der vollständigen Dokumentation oder in der API-Hilfe.

{
    "content": {
        "settings": {
            "index": {
                "routing": {
                    "allocation": {
                        "total_shards_per_node": "-1"
                    }
                },
                "refresh_interval": "1s",
                "number_of_shards": "4",
                "auto_expand_replicas": "0-2",
                "provided_name": "soprawiki-sopra__content_first",
                "similarity": {
                    "bm25": {
                        "type": "BM25"
                    }
                },
                "query": {
                    "default_field": "all"
                },
                "creation_date": "1642773903114",
                "analysis": {
                    "filter": {
                        "asciifolding_preserve": {
                            "type": "asciifolding",
                            "preserve_original": "true"
                        },
                        "dedup_asciifolding": {
                            "type": "unique",
                            "only_on_same_position": "true"
                        },
                        "german_stop": {
                            "type": "stop",
                            "stopwords": "_german_"
                        },
                        "prefix_ngram_filter": {
                            "type": "edgeNGram",
                            "max_gram": "255"
                        },
                        "suggest_shingle": {
                            "max_shingle_size": "3",
                            "min_shingle_size": "2",
                            "output_unigrams": "true",
                            "type": "shingle"
                        },
                        "lowercase": {
                            "type": "lowercase"
                        },
                        "remove_empty": {
                            "type": "length",
                            "min": "1"
                        },
                        "aggressive_splitting": {
                            "type": "word_delimiter",
                            "preserve_original": "false",
                            "stem_english_possessive": "false"
                        },
                        "asciifolding": {
                            "type": "asciifolding",
                            "preserve_original": "false"
                        },
                        "german_stemmer": {
                            "type": "stemmer",
                            "language": "light_german"
                        },
                        "truncate_keyword": {
                            "length": "5000",
                            "type": "truncate"
                        }
                    },
                    "char_filter": {
                        "dotted_I_fix": {
                            "type": "mapping",
                            "mappings": [
                                "\u0130=>I"
                            ]
                        },
                        "german_charfilter": {
                            "type": "mapping",
                            "mappings": [
                                "\u1e9e=>\u00df"
                            ]
                        },
                        "german_plain_charfilter": {
                            "type": "mapping",
                            "mappings": [
                                "\u1e9e=>\u00df"
                            ]
                        },
                        "near_space_flattener": {
                            "type": "mapping",
                            "mappings": [
                                "'=>\\u0020",
                                "\\u2019=>\\u0020",
                                "\\u02BC=>\\u0020",
                                "_=>\\u0020",
                                "-=>\\u0020"
                            ]
                        },
                        "word_break_helper_source_text": {
                            "type": "mapping",
                            "mappings": [
                                "_=>\\u0020",
                                ".=>\\u0020",
                                "(=>\\u0020",
                                ")=>\\u0020",
                                ":=>\\u0020"
                            ]
                        },
                        "word_break_helper": {
                            "type": "mapping",
                            "mappings": [
                                "_=>\\u0020",
                                ".=>\\u0020",
                                "(=>\\u0020",
                                ")=>\\u0020"
                            ]
                        }
                    },
                    "analyzer": {
                        "prefix_asciifolding": {
                            "filter": [
                                "lowercase",
                                "asciifolding"
                            ],
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "type": "custom",
                            "tokenizer": "prefix"
                        },
                        "source_text_plain": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "word_break_helper_source_text"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "lowercase_keyword": {
                            "filter": [
                                "truncate_keyword",
                                "lowercase"
                            ],
                            "type": "custom",
                            "tokenizer": "no_splitting"
                        },
                        "prefix": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "type": "custom",
                            "tokenizer": "prefix"
                        },
                        "short_text": {
                            "filter": [
                                "lowercase",
                                "aggressive_splitting",
                                "asciifolding_preserve",
                                "dedup_asciifolding"
                            ],
                            "type": "custom",
                            "tokenizer": "whitespace"
                        },
                        "token_reverse": {
                            "filter": [
                                "reverse"
                            ],
                            "type": "custom",
                            "tokenizer": "no_splitting"
                        },
                        "suggest": {
                            "filter": [
                                "lowercase",
                                "suggest_shingle"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "source_text_plain_search": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "word_break_helper_source_text"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "suggest_reverse": {
                            "filter": [
                                "lowercase",
                                "suggest_shingle",
                                "reverse"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "trigram": {
                            "filter": [
                                "lowercase"
                            ],
                            "type": "custom",
                            "tokenizer": "trigram"
                        },
                        "short_text_search": {
                            "filter": [
                                "lowercase",
                                "aggressive_splitting"
                            ],
                            "type": "custom",
                            "tokenizer": "whitespace"
                        },
                        "plain": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "word_break_helper",
                                "german_plain_charfilter"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "plain_search": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "word_break_helper",
                                "german_plain_charfilter"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "text": {
                            "filter": [
                                "lowercase",
                                "german_stop",
                                "german_normalization",
                                "german_stemmer",
                                "asciifolding"
                            ],
                            "char_filter": [
                                "dotted_I_fix",
                                "german_charfilter"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "text_search": {
                            "filter": [
                                "lowercase",
                                "german_stop",
                                "german_normalization",
                                "german_stemmer",
                                "asciifolding"
                            ],
                            "char_filter": [
                                "dotted_I_fix",
                                "german_charfilter"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "keyword": {
                            "filter": [
                                "truncate_keyword"
                            ],
                            "type": "custom",
                            "tokenizer": "no_splitting"
                        },
                        "word_prefix": {
                            "filter": [
                                "lowercase",
                                "prefix_ngram_filter"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "near_match_asciifolding": {
                            "filter": [
                                "truncate_keyword",
                                "lowercase",
                                "asciifolding"
                            ],
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "type": "custom",
                            "tokenizer": "no_splitting"
                        },
                        "near_match": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "type": "custom",
                            "tokenizer": "no_splitting"
                        }
                    },
                    "tokenizer": {
                        "no_splitting": {
                            "type": "keyword"
                        },
                        "trigram": {
                            "type": "nGram",
                            "min_gram": "3",
                            "max_gram": "3"
                        },
                        "prefix": {
                            "type": "edgeNGram",
                            "max_gram": "255"
                        }
                    }
                },
                "number_of_replicas": "0",
                "uuid": "aPkJHEpmSvalis186oPtfw",
                "version": {
                    "created": "6082399"
                }
            }
        },
        "mappings": {
            "dynamic": "false",
            "properties": {
                "all": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "all_near_match": {
                    "type": "text",
                    "index_options": "freqs",
                    "similarity": "bm25",
                    "fields": {
                        "asciifolding": {
                            "type": "text",
                            "index_options": "freqs",
                            "similarity": "bm25",
                            "analyzer": "near_match_asciifolding"
                        }
                    },
                    "analyzer": "near_match"
                },
                "auxiliary_text": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "copy_to": [
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "category": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "lowercase_keyword": {
                            "type": "text",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "lowercase_keyword"
                        },
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "copy_to": [
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "content_model": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                },
                "create_timestamp": {
                    "type": "date",
                    "format": "dateOptionalTime"
                },
                "external_link": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                },
                "file_bits": {
                    "type": "long"
                },
                "file_height": {
                    "type": "long"
                },
                "file_media_type": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "lowercase_keyword"
                },
                "file_mime": {
                    "type": "text",
                    "analyzer": "short_text",
                    "search_analyzer": "short_text_search"
                },
                "file_resolution": {
                    "type": "long"
                },
                "file_size": {
                    "type": "long"
                },
                "file_text": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "copy_to": [
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "file_width": {
                    "type": "long"
                },
                "heading": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "copy_to": [
                        "all",
                        "all",
                        "all",
                        "all",
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "incoming_links": {
                    "type": "long"
                },
                "language": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                },
                "local_sites_with_dupe": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "lowercase_keyword"
                },
                "namespace": {
                    "type": "long"
                },
                "namespace_text": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                },
                "opening_text": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "copy_to": [
                        "all",
                        "all",
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "outgoing_link": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                },
                "redirect": {
                    "dynamic": "false",
                    "properties": {
                        "namespace": {
                            "type": "long"
                        },
                        "title": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "fields": {
                                "keyword": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "similarity": "bm25",
                                    "analyzer": "keyword"
                                },
                                "near_match": {
                                    "type": "text",
                                    "term_vector": "with_positions_offsets",
                                    "index_options": "docs",
                                    "similarity": "bm25",
                                    "analyzer": "near_match"
                                },
                                "near_match_asciifolding": {
                                    "type": "text",
                                    "term_vector": "with_positions_offsets",
                                    "index_options": "docs",
                                    "similarity": "bm25",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "plain": {
                                    "type": "text",
                                    "term_vector": "with_positions_offsets",
                                    "similarity": "bm25",
                                    "analyzer": "plain",
                                    "search_analyzer": "plain_search",
                                    "position_increment_gap": 10
                                },
                                "prefix": {
                                    "type": "text",
                                    "term_vector": "with_positions_offsets",
                                    "index_options": "docs",
                                    "similarity": "bm25",
                                    "analyzer": "prefix",
                                    "search_analyzer": "near_match"
                                },
                                "prefix_asciifolding": {
                                    "type": "text",
                                    "term_vector": "with_positions_offsets",
                                    "index_options": "docs",
                                    "similarity": "bm25",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                }
                            },
                            "copy_to": [
                                "suggest",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match"
                            ],
                            "analyzer": "text",
                            "search_analyzer": "text_search",
                            "position_increment_gap": 10
                        }
                    }
                },
                "source_text": {
                    "type": "text",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "source_text_plain",
                            "search_analyzer": "source_text_plain_search",
                            "position_increment_gap": 10
                        }
                    }
                },
                "suggest": {
                    "type": "text",
                    "index_options": "freqs",
                    "similarity": "bm25",
                    "analyzer": "suggest"
                },
                "template": {
                    "type": "text",
                    "index_options": "docs",
                    "fields": {
                        "keyword": {
                            "type": "text",
                            "index_options": "docs",
                            "analyzer": "keyword"
                        }
                    },
                    "analyzer": "lowercase_keyword"
                },
                "text": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        },
                        "word_count": {
                            "type": "token_count",
                            "store": "",
                            "analyzer": "plain"
                        }
                    },
                    "copy_to": [
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "text_bytes": {
                    "type": "long"
                },
                "timestamp": {
                    "type": "date",
                    "format": "dateOptionalTime"
                },
                "title": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "keyword": {
                            "type": "text",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "keyword"
                        },
                        "near_match": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "near_match"
                        },
                        "near_match_asciifolding": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "near_match_asciifolding"
                        },
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        },
                        "prefix": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "prefix",
                            "search_analyzer": "near_match"
                        },
                        "prefix_asciifolding": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "prefix_asciifolding",
                            "search_analyzer": "near_match_asciifolding"
                        }
                    },
                    "copy_to": [
                        "suggest",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "wiki": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                }
            }
        }
    },
    "general": {
        "settings": {
            "index": {
                "routing": {
                    "allocation": {
                        "total_shards_per_node": "-1"
                    }
                },
                "refresh_interval": "1s",
                "number_of_shards": "4",
                "auto_expand_replicas": "0-2",
                "provided_name": "soprawiki-sopra__general_first",
                "similarity": {
                    "bm25": {
                        "type": "BM25"
                    }
                },
                "query": {
                    "default_field": "all"
                },
                "creation_date": "1642773903333",
                "analysis": {
                    "filter": {
                        "asciifolding_preserve": {
                            "type": "asciifolding",
                            "preserve_original": "true"
                        },
                        "dedup_asciifolding": {
                            "type": "unique",
                            "only_on_same_position": "true"
                        },
                        "german_stop": {
                            "type": "stop",
                            "stopwords": "_german_"
                        },
                        "prefix_ngram_filter": {
                            "type": "edgeNGram",
                            "max_gram": "255"
                        },
                        "suggest_shingle": {
                            "max_shingle_size": "3",
                            "min_shingle_size": "2",
                            "output_unigrams": "true",
                            "type": "shingle"
                        },
                        "lowercase": {
                            "type": "lowercase"
                        },
                        "remove_empty": {
                            "type": "length",
                            "min": "1"
                        },
                        "aggressive_splitting": {
                            "type": "word_delimiter",
                            "preserve_original": "false",
                            "stem_english_possessive": "false"
                        },
                        "asciifolding": {
                            "type": "asciifolding",
                            "preserve_original": "false"
                        },
                        "german_stemmer": {
                            "type": "stemmer",
                            "language": "light_german"
                        },
                        "truncate_keyword": {
                            "length": "5000",
                            "type": "truncate"
                        }
                    },
                    "char_filter": {
                        "dotted_I_fix": {
                            "type": "mapping",
                            "mappings": [
                                "\u0130=>I"
                            ]
                        },
                        "german_charfilter": {
                            "type": "mapping",
                            "mappings": [
                                "\u1e9e=>\u00df"
                            ]
                        },
                        "german_plain_charfilter": {
                            "type": "mapping",
                            "mappings": [
                                "\u1e9e=>\u00df"
                            ]
                        },
                        "near_space_flattener": {
                            "type": "mapping",
                            "mappings": [
                                "'=>\\u0020",
                                "\\u2019=>\\u0020",
                                "\\u02BC=>\\u0020",
                                "_=>\\u0020",
                                "-=>\\u0020"
                            ]
                        },
                        "word_break_helper_source_text": {
                            "type": "mapping",
                            "mappings": [
                                "_=>\\u0020",
                                ".=>\\u0020",
                                "(=>\\u0020",
                                ")=>\\u0020",
                                ":=>\\u0020"
                            ]
                        },
                        "word_break_helper": {
                            "type": "mapping",
                            "mappings": [
                                "_=>\\u0020",
                                ".=>\\u0020",
                                "(=>\\u0020",
                                ")=>\\u0020"
                            ]
                        }
                    },
                    "analyzer": {
                        "prefix_asciifolding": {
                            "filter": [
                                "lowercase",
                                "asciifolding"
                            ],
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "type": "custom",
                            "tokenizer": "prefix"
                        },
                        "source_text_plain": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "word_break_helper_source_text"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "lowercase_keyword": {
                            "filter": [
                                "truncate_keyword",
                                "lowercase"
                            ],
                            "type": "custom",
                            "tokenizer": "no_splitting"
                        },
                        "prefix": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "type": "custom",
                            "tokenizer": "prefix"
                        },
                        "short_text": {
                            "filter": [
                                "lowercase",
                                "aggressive_splitting",
                                "asciifolding_preserve",
                                "dedup_asciifolding"
                            ],
                            "type": "custom",
                            "tokenizer": "whitespace"
                        },
                        "token_reverse": {
                            "filter": [
                                "reverse"
                            ],
                            "type": "custom",
                            "tokenizer": "no_splitting"
                        },
                        "suggest": {
                            "filter": [
                                "lowercase",
                                "suggest_shingle"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "source_text_plain_search": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "word_break_helper_source_text"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "suggest_reverse": {
                            "filter": [
                                "lowercase",
                                "suggest_shingle",
                                "reverse"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "trigram": {
                            "filter": [
                                "lowercase"
                            ],
                            "type": "custom",
                            "tokenizer": "trigram"
                        },
                        "short_text_search": {
                            "filter": [
                                "lowercase",
                                "aggressive_splitting"
                            ],
                            "type": "custom",
                            "tokenizer": "whitespace"
                        },
                        "plain": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "word_break_helper",
                                "german_plain_charfilter"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "plain_search": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "word_break_helper",
                                "german_plain_charfilter"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "text": {
                            "filter": [
                                "lowercase",
                                "german_stop",
                                "german_normalization",
                                "german_stemmer",
                                "asciifolding"
                            ],
                            "char_filter": [
                                "dotted_I_fix",
                                "german_charfilter"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "text_search": {
                            "filter": [
                                "lowercase",
                                "german_stop",
                                "german_normalization",
                                "german_stemmer",
                                "asciifolding"
                            ],
                            "char_filter": [
                                "dotted_I_fix",
                                "german_charfilter"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "keyword": {
                            "filter": [
                                "truncate_keyword"
                            ],
                            "type": "custom",
                            "tokenizer": "no_splitting"
                        },
                        "word_prefix": {
                            "filter": [
                                "lowercase",
                                "prefix_ngram_filter"
                            ],
                            "type": "custom",
                            "tokenizer": "standard"
                        },
                        "near_match_asciifolding": {
                            "filter": [
                                "truncate_keyword",
                                "lowercase",
                                "asciifolding"
                            ],
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "type": "custom",
                            "tokenizer": "no_splitting"
                        },
                        "near_match": {
                            "filter": [
                                "lowercase"
                            ],
                            "char_filter": [
                                "near_space_flattener"
                            ],
                            "type": "custom",
                            "tokenizer": "no_splitting"
                        }
                    },
                    "tokenizer": {
                        "no_splitting": {
                            "type": "keyword"
                        },
                        "trigram": {
                            "type": "nGram",
                            "min_gram": "3",
                            "max_gram": "3"
                        },
                        "prefix": {
                            "type": "edgeNGram",
                            "max_gram": "255"
                        }
                    }
                },
                "number_of_replicas": "0",
                "uuid": "CEcoUGc-QK2yBv6yzlhuuA",
                "version": {
                    "created": "6082399"
                }
            }
        },
        "mappings": {
            "dynamic": "false",
            "properties": {
                "all": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "all_near_match": {
                    "type": "text",
                    "index_options": "freqs",
                    "similarity": "bm25",
                    "fields": {
                        "asciifolding": {
                            "type": "text",
                            "index_options": "freqs",
                            "similarity": "bm25",
                            "analyzer": "near_match_asciifolding"
                        }
                    },
                    "analyzer": "near_match"
                },
                "auxiliary_text": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "copy_to": [
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "category": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "lowercase_keyword": {
                            "type": "text",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "lowercase_keyword"
                        },
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "copy_to": [
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "content_model": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                },
                "create_timestamp": {
                    "type": "date",
                    "format": "dateOptionalTime"
                },
                "external_link": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                },
                "file_bits": {
                    "type": "long"
                },
                "file_height": {
                    "type": "long"
                },
                "file_media_type": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "lowercase_keyword"
                },
                "file_mime": {
                    "type": "text",
                    "analyzer": "short_text",
                    "search_analyzer": "short_text_search"
                },
                "file_resolution": {
                    "type": "long"
                },
                "file_size": {
                    "type": "long"
                },
                "file_text": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "copy_to": [
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "file_width": {
                    "type": "long"
                },
                "heading": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "copy_to": [
                        "all",
                        "all",
                        "all",
                        "all",
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "incoming_links": {
                    "type": "long"
                },
                "language": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                },
                "local_sites_with_dupe": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "lowercase_keyword"
                },
                "namespace": {
                    "type": "long"
                },
                "namespace_text": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                },
                "opening_text": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        }
                    },
                    "copy_to": [
                        "all",
                        "all",
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "outgoing_link": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                },
                "redirect": {
                    "dynamic": "false",
                    "properties": {
                        "namespace": {
                            "type": "long"
                        },
                        "title": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "fields": {
                                "keyword": {
                                    "type": "text",
                                    "index_options": "docs",
                                    "similarity": "bm25",
                                    "analyzer": "keyword"
                                },
                                "near_match": {
                                    "type": "text",
                                    "term_vector": "with_positions_offsets",
                                    "index_options": "docs",
                                    "similarity": "bm25",
                                    "analyzer": "near_match"
                                },
                                "near_match_asciifolding": {
                                    "type": "text",
                                    "term_vector": "with_positions_offsets",
                                    "index_options": "docs",
                                    "similarity": "bm25",
                                    "analyzer": "near_match_asciifolding"
                                },
                                "plain": {
                                    "type": "text",
                                    "term_vector": "with_positions_offsets",
                                    "similarity": "bm25",
                                    "analyzer": "plain",
                                    "search_analyzer": "plain_search",
                                    "position_increment_gap": 10
                                },
                                "prefix": {
                                    "type": "text",
                                    "term_vector": "with_positions_offsets",
                                    "index_options": "docs",
                                    "similarity": "bm25",
                                    "analyzer": "prefix",
                                    "search_analyzer": "near_match"
                                },
                                "prefix_asciifolding": {
                                    "type": "text",
                                    "term_vector": "with_positions_offsets",
                                    "index_options": "docs",
                                    "similarity": "bm25",
                                    "analyzer": "prefix_asciifolding",
                                    "search_analyzer": "near_match_asciifolding"
                                }
                            },
                            "copy_to": [
                                "suggest",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match",
                                "all_near_match"
                            ],
                            "analyzer": "text",
                            "search_analyzer": "text_search",
                            "position_increment_gap": 10
                        }
                    }
                },
                "source_text": {
                    "type": "text",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "source_text_plain",
                            "search_analyzer": "source_text_plain_search",
                            "position_increment_gap": 10
                        }
                    }
                },
                "suggest": {
                    "type": "text",
                    "index_options": "freqs",
                    "similarity": "bm25",
                    "analyzer": "suggest"
                },
                "template": {
                    "type": "text",
                    "index_options": "docs",
                    "fields": {
                        "keyword": {
                            "type": "text",
                            "index_options": "docs",
                            "analyzer": "keyword"
                        }
                    },
                    "analyzer": "lowercase_keyword"
                },
                "text": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        },
                        "word_count": {
                            "type": "token_count",
                            "store": "",
                            "analyzer": "plain"
                        }
                    },
                    "copy_to": [
                        "all"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "text_bytes": {
                    "type": "long"
                },
                "timestamp": {
                    "type": "date",
                    "format": "dateOptionalTime"
                },
                "title": {
                    "type": "text",
                    "term_vector": "with_positions_offsets",
                    "similarity": "bm25",
                    "fields": {
                        "keyword": {
                            "type": "text",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "keyword"
                        },
                        "near_match": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "near_match"
                        },
                        "near_match_asciifolding": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "near_match_asciifolding"
                        },
                        "plain": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "similarity": "bm25",
                            "analyzer": "plain",
                            "search_analyzer": "plain_search",
                            "position_increment_gap": 10
                        },
                        "prefix": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "prefix",
                            "search_analyzer": "near_match"
                        },
                        "prefix_asciifolding": {
                            "type": "text",
                            "term_vector": "with_positions_offsets",
                            "index_options": "docs",
                            "similarity": "bm25",
                            "analyzer": "prefix_asciifolding",
                            "search_analyzer": "near_match_asciifolding"
                        }
                    },
                    "copy_to": [
                        "suggest",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match",
                        "all_near_match"
                    ],
                    "analyzer": "text",
                    "search_analyzer": "text_search",
                    "position_increment_gap": 10
                },
                "wiki": {
                    "type": "text",
                    "index_options": "docs",
                    "analyzer": "keyword"
                }
            }
        }
    }
}