**Elasticsearch 6.7.1:** ``` PUT localhost:9200/test { "settings": { "index": { "mapping": { "total_fields": { "limit": 4000 } } } }, "mappings": { "searchdoc": { "_meta": { "gitRevision": "${buildRevision}", "fesadVersion": "${project.version}" }, "_source": { "enabled": true }, "date_detection": false, "dynamic": "strict", "dynamic_templates": [ { "nested_du_bc": { "match": "bc4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "sd": { "type": "long", "doc_values": false, "copy_to": [ "du.bc.sd", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.type", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "station": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.station", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "area": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.area", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "area_descr": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.area_descr", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "area_supp": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.area_supp", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "service": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.service", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "date_bor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.bc.date_bor", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "date_eor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.bc.date_eor", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "first_publication_date_bor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.bc.first_publication_date_bor" ] }, "first_publication_date_eor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.bc.first_publication_date_eor" ] }, "online_publication_date_bor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.bc.online_publication_date_bor" ] }, "online_publication_date_eor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.bc.online_publication_date_eor" ] }, "end_date_bor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.bc.end_date_bor", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "end_date_eor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.bc.end_date_eor", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "channel": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.channel", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "platform": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.platform", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "time": { "type": "integer", "doc_values": false, "copy_to": [ "du.bc.time", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "sd_btr": { "type": "long", "doc_values": false, "copy_to": [ "du.bc.sd_btr", "du.bc.sd" ] }, "sd_sdg": { "type": "long", "doc_values": false, "copy_to": [ "du.bc.sd_sdg", "du.bc.sd" ] }, "sd_gnz": { "type": "long", "doc_values": false, "copy_to": [ "du.bc.sd_gnz", "du.bc.sd" ] }, "schema": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.schema", "du.bc.{name}._all", "du.bc._all", "fesad_all", "fesad_all_without_mining" ] }, "rebc_title": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.rebc_title", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "part": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.part", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "cost_center": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.cost_center", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.remark", "du.bc.{name}._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_bc_id_of_bc": { "match": "id_of_bc4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.id_of_bc.type", "du.bc.id_of_bc.{name}._all", "du.bc.id_of_bc._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "id": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.bc.id_of_bc.id", "du.bc.id_of_bc.{name}._all", "du.bc.id_of_bc._all", "du.bc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_apc": { "match": "apc4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.apc.type", "du.apc.{name}._all", "du.apc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "apc_first": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.apc.apc_first", "du.apc.{name}._all", "du.apc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "apc_last": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.apc.apc_last", "du.apc.{name}._all", "du.apc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "apc_fullname": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.apc.apc_fullname", "du.apc.{name}._all", "du.apc._all", "du._all", "fesad_all", "fesad_all_without_mining" ], "fields": { "raw": { "type": "keyword" } } }, "institution": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.apc.institution", "du.apc.{name}._all", "du.apc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "pseudonym": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.apc.pseudonym", "du.apc.{name}._all", "du.apc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "awards": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.apc.awards", "du.apc.{name}._all", "du.apc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "ctld_supp": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.apc.ctld_supp", "du.apc.{name}._all", "du.apc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "free_supp": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.apc.free_supp", "du.apc.{name}._all", "du.apc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.apc.remark", "du.apc.{name}._all", "du.apc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "normdb_id": { "type": "long", "doc_values": false, "copy_to": [ "du.apc.normdb_id", "du.apc.{name}._all", "du.apc._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_category": { "path_match": "du.category.*", "mapping": { "type": "object", "doc_values": false, "properties": { "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.category._all", "du.abstract", "du.titleabstract", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "descr": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.category._all", "du.abstract", "du.titleabstract", "du._all", "fesad_all", "fesad_all_without_mining" ], "fields": { "raw": { "type": "keyword" } } } } } } }, { "nested_du_content_title_content": { "match_pattern": "regex", "match": "content4(b|t)", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.content.type", "du.content.{name}._all", "du.abstract", "du.titleabstract", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "contenttext": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.content.contenttext", "du.content.{name}._all", "du.abstract", "du.titleabstract", "du.titlecontent", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_content": { "match": "content4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.content.type", "du.content.{name}._all", "du.abstract", "du.titleabstract", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "contenttext": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.content.contenttext", "du.content.{name}._all", "du.abstract", "du.titleabstract", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_entry_bill_actor": { "match": "actor4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "entry_bill.actor.type", "entry_bill.actor.{name}._all", "entry_bill._all", "fesad_all", "fesad_all_without_mining" ] }, "name": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "entry_bill.actor.name", "entry_bill.actor.{name}._all", "entry_bill._all", "fesad_all", "fesad_all_without_mining" ] }, "first_name": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "entry_bill.actor.first_name", "entry_bill.actor.{name}._all", "entry_bill._all", "fesad_all", "fesad_all_without_mining" ] }, "department": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "entry_bill.actor.department", "entry_bill.actor.{name}._all", "entry_bill._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_id_of_du": { "match": "id_of_du4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.id_of_du.type", "du.id_of_du.{name}._all", "du.id_of_du._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "id": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.id_of_du.id", "du.id_of_du.{name}._all", "du.id_of_du._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_medium_medium_attachment": { "match": "attachment4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.attachment.type", "du.medium.attachment.{name}._all", "du.medium.attachment._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "mime": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.attachment.mime", "du.medium.attachment.{name}._all", "du.medium.attachment._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "descr": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.attachment.descr", "du.medium.attachment.{name}._all", "du.medium.attachment._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "filename": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.attachment.filename", "du.medium.attachment.{name}._all", "du.medium.attachment._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_uri": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.attachment.file_uri", "du.medium.attachment.{name}._all", "du.medium.attachment._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_medium_mining": { "match": "medium_mining4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "mining_method": { "type": "keyword", "copy_to": [ "du.medium.medium_reference.mining_method", "du.medium.medium_reference.medium_reference4mining.mining_method", "du.medium.medium_reference.medium_reference4mining.{name}._all", "du.medium.medium_reference.medium_reference4mining._all", "du.medium.medium_reference._all", "fesad_all" ] }, "text": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.medium_reference.text", "du.medium.medium_reference.medium_reference4mining.text", "du.medium.medium_reference.medium_reference4mining.{name}._all", "du.medium.medium_reference.medium_reference4mining._all", "du.medium.medium_reference._all", "fesad_all" ] }, "timecodes": { "type": "text", "index": false, "doc_values": false, "norms": false }, "speaker_name": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.medium_reference.speaker_name", "du.medium.medium_reference.medium_reference4mining.speaker_name", "du.medium.medium_reference.medium_reference4mining.{name}._all", "du.medium.medium_reference.medium_reference4mining._all", "du.medium.medium_reference._all", "fesad_all" ] }, "reference_id": { "type": "keyword", "copy_to": [ "du.medium.medium_reference.reference_id", "du.medium.medium_reference.medium_reference4mining.reference_id", "du.medium.medium_reference.medium_reference4mining.{name}._all", "du.medium.medium_reference.medium_reference4mining._all", "du.medium.medium_reference._all", "fesad_all" ] }, "product": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.medium_reference.product", "du.medium.medium_reference.medium_reference4mining.product", "du.medium.medium_reference.medium_reference4mining.{name}._all", "du.medium.medium_reference.medium_reference4mining._all", "du.medium.medium_reference._all", "fesad_all" ] }, "agent": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.medium_reference.agent", "du.medium.medium_reference.medium_reference4mining.agent", "du.medium.medium_reference.medium_reference4mining.{name}._all", "du.medium.medium_reference.medium_reference4mining._all", "du.medium.medium_reference._all", "fesad_all" ] }, "signature": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.medium_reference.signature", "du.medium.medium_reference.medium_reference4mining.signature", "du.medium.medium_reference.medium_reference4mining.{name}._all", "du.medium.medium_reference.medium_reference4mining._all", "du.medium.medium_reference._all", "fesad_all" ] } } } } }, { "nested_medium_mining_uttext": { "match": "medium_mining", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "text": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.medium_reference.text", "du.medium.medium_reference.medium_reference4uttext.text", "du.medium.medium_reference.medium_reference4uttext.{name}._all", "du.medium.medium_reference.medium_reference4uttext._all", "du.medium.medium_reference._all", "fesad_all" ] }, "product": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.medium_reference.product", "du.medium.medium_reference.medium_reference4uttext.product", "du.medium.medium_reference.medium_reference4uttext.{name}._all", "du.medium.medium_reference.medium_reference4uttext._all", "du.medium.medium_reference._all", "fesad_all" ] }, "agent": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.medium_reference.agent", "du.medium.medium_reference.medium_reference4uttext.agent", "du.medium.medium_reference.medium_reference4uttext.{name}._all", "du.medium.medium_reference.medium_reference4uttext._all", "du.medium.medium_reference._all", "fesad_all" ] }, "signature": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.medium_reference.signature", "du.medium.medium_reference.medium_reference4uttext.signature", "du.medium.medium_reference.medium_reference4uttext.{name}._all", "du.medium.medium_reference.medium_reference4uttext._all", "du.medium.medium_reference._all", "fesad_all" ] } } } } }, { "nested_medium_medium_reference": { "match": "medium_reference4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.medium_reference.type", "du.medium.medium_reference.{name}._all", "du.medium.medium_reference._all", "fesad_all" ] }, "keyframe_infos": { "type": "text", "index": false, "doc_values": false, "norms": false } } } } }, { "nested_du_info": { "match": "info4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.info.type", "du.info.{name}._all", "du.info._all", "du.infolink", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "mime": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.info.mime", "du.info.{name}._all", "du.info._all", "du.infolink", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "descr": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.info.descr", "du.info.{name}._all", "du.info._all", "du.infolink", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "filename": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.info.filename", "du.info.{name}._all", "du.info._all", "du.infolink", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_uri": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.info.file_uri", "du.info.{name}._all", "du.info._all", "du.infolink", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_licence": { "match": "licence4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.licence.type", "du.licence.{name}._all", "du.licence._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "text": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.licence.text", "du.licence.{name}._all", "du.licence._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "num": { "type": "integer", "doc_values": false, "copy_to": [ "du.licence.num", "du.licence.{name}._all", "du.licence._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "validity": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.licence.validity", "du.licence.{name}._all", "du.licence._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "begin_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.licence.begin_date", "du.licence.{name}._all", "du.licence._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "end_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.licence.end_date", "du.licence.{name}._all", "du.licence._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "options": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.licence.options", "du.licence.{name}._all", "du.licence._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "option_exp": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.licence.option_exp", "du.licence.{name}._all", "du.licence._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "contract": { "type": "long", "doc_values": false, "copy_to": [ "du.licence.contract", "du.licence.{name}._all", "du.licence._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.licence.remark", "du.licence.{name}._all", "du.licence._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_link": { "match": "link4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.link.type", "du.link.{name}._all", "du.link._all", "du.infolink", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "link": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.link.link", "du.link.{name}._all", "du.link._all", "du.infolink", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "descr": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.link.descr", "du.link.{name}._all", "du.link._all", "du.infolink", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_md": { "match": "md4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.md.type", "du.md.{name}._all", "du.md._all", "du.abstract", "du.titleabstract", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "md": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.md.md", "du.md.{name}._all", "du.md._all", "du.abstract", "du.titleabstract", "du.titlecontent", "du._all", "fesad_all", "fesad_all_without_mining" ], "fields": { "raw": { "type": "keyword" } } }, "normdb_id": { "type": "long", "doc_values": false, "copy_to": [ "du.md.normdb_id", "du.md.{name}._all", "du.md._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_medium_id_of_medium": { "match": "id_of_medium4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.id_of_medium.type", "du.medium.id_of_medium.{name}._all", "du.medium.id_of_medium._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "id": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.id_of_medium.id", "du.medium.id_of_medium.{name}._all", "du.medium.id_of_medium._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_du_remark": { "match": "du_remark4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.du_remark.type", "du.du_remark.{name}._all", "du.du_remark._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.du_remark.remark", "du.du_remark.{name}._all", "du.du_remark._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_restriction": { "match": "restriction4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.restriction.type", "du.restriction.{name}._all", "du.restriction._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "imposition_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.restriction.imposition_date", "du.restriction.{name}._all", "du.restriction._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "suspension_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.restriction.suspension_date", "du.restriction.{name}._all", "du.restriction._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "text": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.restriction.text", "du.restriction.{name}._all", "du.restriction._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } }, { "nested_du_title": { "match": "du_title4*", "mapping": { "type": "object", "doc_values": false, "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.du_title.type", "du.du_title.{name}._all", "du.du_title._all", "du.titleabstract", "du.titlecontent", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "title": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.du_title.title", "du.du_title.{name}._all", "du.du_title._all", "du.titleabstract", "du.titlecontent", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "part": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.du_title.part", "du.du_title.{name}._all", "du.du_title._all", "du.titleabstract", "du.titlecontent", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.du_title.remark", "du.du_title.{name}._all", "du.du_title._all", "du.titleabstract", "du.titlecontent", "du._all", "fesad_all", "fesad_all_without_mining" ] } } } } } ], "properties": { "fesad_all": { "type": "text", "store": false, "doc_values": false, "norms": false }, "fesad_all_without_mining": { "type": "text", "store": false, "doc_values": false, "norms": false }, "timestamp": { "type": "date", "format": "dateOptionalTime" }, "suggestions": { "type": "completion", "analyzer": "standard", "contexts": [ { "name": "pool_field", "type": "category" } ] }, "sortkey1": { "type": "keyword", "store": true }, "sortkey2": { "type": "keyword", "store": true }, "du_key": { "type": "long", "store": true }, "du_station": { "type": "integer", "store": true }, "parent_key": { "type": "long", "store": true }, "parent_station": { "type": "integer", "store": true }, "du_pool": { "type": "integer", "store": true, "doc_values": false }, "rfa": { "type": "text", "fields": { "raw": { "type": "keyword" } } }, "du_pool_name": { "type": "text", "fields": { "raw": { "type": "keyword" } } }, "archive_site": { "type": "text", "fields": { "raw": { "type": "keyword" } } }, "medium_reference": { "type": "nested", "include_in_root": "true", "properties": { "type": { "type": "text", "fields": { "raw": { "type": "keyword" } } }, "mining_method": { "type": "keyword" } } }, "du_type": { "type": "integer", "store": true, "doc_values": false }, "exists_preview": { "type": "boolean", "doc_values": false }, "has_preview": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "has_parent_preview": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "has_hires": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "has_parent_hires": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "exists_hires": { "type": "boolean", "doc_values": false }, "has_keyframe": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "has_parent_keyframe": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "exists_keyframe": { "type": "boolean", "doc_values": false }, "keyframe_key": { "type": "keyword", "store": true, "doc_values": false, "index": false }, "is_linked_du": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "is_raw_material": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "has_raw_material": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "has_mining": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "has_uttext": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "maintitle": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": true, "copy_to": [ "fesad_all", "fesad_all_without_mining" ] }, "subtitle": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": true, "copy_to": [ "fesad_all", "fesad_all_without_mining" ] }, "bc_dat": { "type": "text", "doc_values": false, "norms": false, "store": true, "index": false, "copy_to": [ "bc_dat_agg" ] }, "bc_dat_agg": { "type": "date", "store": true, "format": "dd.MM.yyyy||MM.yyyy||yyyy||dateOptionalTime" }, "bc_type": { "type": "integer", "store": true, "doc_values": false, "index": false }, "bc_start": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "bc_dur": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "contribdur": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "sdat_sdg": { "type": "text", "store": true, "index": false }, "sdat_btr": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "vg_sdg": { "type": "integer", "store": true, "doc_values": false, "index": false }, "vg_btr": { "type": "integer", "store": true, "doc_values": false, "index": false }, "bc_weekday": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "take": { "type": "integer", "store": true, "doc_values": false, "index": false }, "sort_idx": { "type": "integer", "store": true, "doc_values": false, "index": false }, "prodnum": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "arch_num": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "verfdat": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "ddat": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "rdn": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "aut": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "essence_id": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "licence": { "type": "boolean", "store": true, "doc_values": false, "index": false }, "contractnumber": { "type": "long", "store": true, "doc_values": false, "index": false }, "has_medium": { "type": "boolean", "store": true, "doc_values": false }, "has_licence_sync": { "type": "boolean", "doc_values": false }, "has_ebill": { "type": "boolean", "doc_values": false }, "broadcast_rights": { "type": "text", "doc_values": false, "norms": false }, "online_rights": { "type": "text", "doc_values": false, "norms": false }, "has_contributions": { "type": "boolean", "doc_values": false }, "contributions_count": { "type": "integer", "doc_values": false }, "zap": { "type": "integer", "doc_values": false }, "nascont": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "nasprog": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "cost_center": { "type": "text", "store": true, "doc_values": false, "norms": false, "index": false }, "du": { "dynamic": "strict", "type": "nested", "include_in_root": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "other": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "fesad_all", "fesad_all_without_mining" ] }, "du_key": { "type": "long", "doc_values": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "du_station": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "abstract": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "fesad_all", "fesad_all_without_mining" ] }, "titleabstract": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "fesad_all", "fesad_all_without_mining" ] }, "titlecontent": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "fesad_all", "fesad_all_without_mining" ] }, "infolink": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "fesad_all", "fesad_all_without_mining" ] }, "du_type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "pool": { "type": "keyword", "doc_values": true, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "du_id": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "location": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "origin": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "du_awards": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "nascency": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "realisation": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "status": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "status_dra": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "language": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "prod_process": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "prod_process_supp": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "du_cost_center": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "du_cost_unit": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "du_is_deleted": { "type": "boolean", "doc_values": false }, "deletion_text": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "du_deletion_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "du_creation_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "du_corr_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "archival_value": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.other", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "du_relation": { "type": "nested", "include_in_parent": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "fesad_all", "fesad_all_without_mining" ] }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.du_relation._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "remark_forward": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.du_relation.remark", "du.du_relation._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "remark_backward": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.du_relation.remark", "du.du_relation._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } }, "bc": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "sd": { "type": "long", "doc_values": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "station": { "type": "text", "doc_values": false, "norms": false }, "area": { "type": "text", "doc_values": false, "norms": false }, "area_descr": { "type": "text", "doc_values": false, "norms": false }, "area_supp": { "type": "text", "doc_values": false, "norms": false }, "service": { "type": "text", "doc_values": false, "norms": false }, "date_bor": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "date_eor": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "end_date_bor": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "end_date_eor": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "first_publication_date_bor": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "first_publication_date_eor": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "online_publication_date_bor": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "online_publication_date_eor": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "channel": { "type": "text", "doc_values": false, "norms": false }, "platform": { "type": "text", "doc_values": false, "norms": false }, "time": { "type": "integer", "doc_values": false }, "sd_cont": { "type": "long", "doc_values": false, "copy_to": [ "du.bc.sd" ] }, "sd_btr": { "type": "long", "doc_values": false }, "sd_sdg": { "type": "long", "doc_values": false }, "sd_gnz": { "type": "long", "doc_values": false }, "schema": { "type": "text", "doc_values": false, "norms": false }, "rebc_title": { "type": "text", "doc_values": false, "norms": false }, "part": { "type": "text", "doc_values": false, "norms": false }, "cost_center": { "type": "text", "doc_values": false, "norms": false }, "remark": { "type": "text", "doc_values": false, "norms": false } } }, "apc": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "apc_first": { "type": "text", "doc_values": false, "norms": false }, "apc_last": { "type": "text", "doc_values": false, "norms": false }, "apc_fullname": { "type": "text", "doc_values": false, "norms": false, "fields": { "raw": { "type": "keyword" } } }, "institution": { "type": "text", "doc_values": false, "norms": false }, "pseudonym": { "type": "text", "doc_values": false, "norms": false }, "awards": { "type": "text", "doc_values": false, "norms": false }, "ctld_supp": { "type": "text", "doc_values": false, "norms": false }, "free_supp": { "type": "text", "doc_values": false, "norms": false }, "remark": { "type": "text", "doc_values": false, "norms": false }, "normdb_id": { "type": "long", "doc_values": false } } }, "category": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false } } }, "content": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "contenttext": { "type": "text", "doc_values": false, "norms": false }, "duration": { "type": "long", "doc_values": false, "index": false }, "relative_tc": { "type": "long", "doc_values": false, "index": false }, "absolute_du_tc": { "type": "long", "doc_values": false, "index": false }, "keyframe_key": { "type": "long", "doc_values": false, "index": false }, "keyframe_tc": { "type": "long", "doc_values": false, "index": false }, "essence_id": { "type": "text", "doc_values": false, "index": false } } }, "id_of_du": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "id": { "type": "text", "doc_values": false, "norms": false } } }, "info": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "mime": { "type": "text", "doc_values": false, "norms": false }, "descr": { "type": "text", "doc_values": false, "norms": false }, "filename": { "type": "text", "doc_values": false, "norms": false }, "file_uri": { "type": "text", "doc_values": false, "norms": false } } }, "licence": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "text": { "type": "text", "doc_values": false, "norms": false }, "num": { "type": "integer", "doc_values": false }, "validity": { "type": "text", "doc_values": false, "norms": false }, "begin_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "end_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "options": { "type": "text", "doc_values": false, "norms": false }, "option_exp": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "contract": { "type": "long", "doc_values": false }, "remark": { "type": "text", "doc_values": false, "norms": false } } }, "link": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "link": { "type": "text", "doc_values": false, "norms": false }, "descr": { "type": "text", "doc_values": false, "norms": false } } }, "md": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "md": { "type": "text", "doc_values": false, "norms": false }, "no_mining_md": { "type": "text", "doc_values": false, "norms": false }, "mining_md": { "type": "text", "doc_values": false, "norms": false }, "normdb_id": { "type": "long", "doc_values": false }, "no_mining_normdb_id": { "type": "long", "doc_values": false }, "mining_normdb_id": { "type": "long", "doc_values": false } } }, "du_remark": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "remark": { "type": "text", "doc_values": false, "norms": false } } }, "restriction": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "imposition_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "suspension_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime" }, "text": { "type": "text", "doc_values": false, "norms": false } } }, "du_title": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "title": { "type": "text", "doc_values": false, "norms": false }, "part": { "type": "text", "doc_values": false, "norms": false }, "remark": { "type": "text", "doc_values": false, "norms": false } } }, "medium": { "dynamic": "true", "type": "nested", "include_in_parent": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "medium_key": { "type": "long", "doc_values": false, "index": false }, "medium_station": { "type": "text", "doc_values": false, "norms": false, "index": false }, "id_prefix": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "id": { "type": "long", "doc_values": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "id_range": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "station": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "storage_place": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "storage_place_supp": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "evaluation": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "eval_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "eval_text": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "is_locked": { "type": "boolean", "doc_values": false }, "lock_text": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "lock_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "is_deleted": { "type": "boolean", "doc_values": false }, "deletion_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "planned_deletion_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "is_doc_collection": { "type": "boolean", "doc_values": false }, "mazpass_exist": { "type": "boolean", "doc_values": false }, "du_has_single_medium": { "type": "boolean", "doc_values": false }, "backup_remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "internal_remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "title": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "origin": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "arch_date_bor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "arch_date_eor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "creation_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "corr_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "system": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "sound_of_film": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "capacity": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "manufacture": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "digi_type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "retro_digi_status": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_wrapper_format": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_comp_format": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_comp_name": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_video_subsampling": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_video_samplesize": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_color_space": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_audio_samplefreq": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_audio_samplesize": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_datarate_free": { "type": "float", "doc_values": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "container": { "type": "integer", "doc_values": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "reel": { "type": "integer", "doc_values": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "rank": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "duration": { "type": "long", "doc_values": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "file_size": { "type": "long", "doc_values": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "peak_luminance": { "type": "long", "doc_values": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "transfer_characteristic": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_duration": { "type": "long", "doc_values": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_position": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_tc": { "type": "long", "doc_values": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_color": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_frame_proportion": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_tv_system": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_supp_service": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_repro_stage": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_production_stage": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_production_parts": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_production_remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "loc_sub_title_language": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_loudness_norm": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_look": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_rec_date_bor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_rec_date_eor": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_sponsor": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_fragment_begin": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_fragment_end": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_fragment_nr": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_internal_remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "compound_anr": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "storage_place_archive_site": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "locator_tv_system_hd_capable": { "type": "boolean", "doc_values": false }, "soundtrack": { "type": "nested", "include_in_parent": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "track": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.soundtrack._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "value": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.soundtrack._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "language": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.soundtrack._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.soundtrack._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "spatial_rep": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.soundtrack._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] }, "noise_reduction": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.soundtrack._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } }, "medium_relation": { "type": "object", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "du.medium.medium_relation._all", "du.medium._all", "du._all", "fesad_all", "fesad_all_without_mining" ] } } }, "attachment": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "mime": { "type": "text", "doc_values": false, "norms": false }, "descr": { "type": "text", "doc_values": false, "norms": false }, "filename": { "type": "text", "doc_values": false, "norms": false }, "file_uri": { "type": "text", "doc_values": false, "norms": false } } }, "medium_reference": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "keyframe_infos": { "type": "text", "index": false, "doc_values": false, "norms": false }, "medium_mining": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "mining_method": { "type": "keyword" }, "mining_method_descr": { "type": "keyword" }, "text": { "type": "text", "doc_values": false, "norms": false }, "timecodes": { "type": "text", "index": false, "doc_values": false, "norms": false }, "speaker_name": { "type": "text", "doc_values": false, "norms": false }, "reference_id": { "type": "keyword" }, "product": { "type": "text", "doc_values": false, "norms": false }, "agent": { "type": "text", "doc_values": false, "norms": false }, "signature": { "type": "text", "doc_values": false, "norms": false } } }, "duration": { "type": "long", "doc_values": false, "index": false }, "relative_tc": { "type": "long", "doc_values": false, "index": false }, "absolute_mining_tc": { "type": "long", "doc_values": false, "index": false }, "absolute_du_tc": { "type": "long", "doc_values": false, "index": false }, "medium_tc": { "type": "long", "doc_values": false, "index": false }, "keyframe_key": { "type": "long", "doc_values": false, "index": false }, "keyframe_tc": { "type": "long", "doc_values": false, "index": false }, "essence_id": { "type": "text", "doc_values": false, "index": false } } }, "id_of_medium": { "type": "nested", "include_in_parent": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "id": { "type": "text", "doc_values": false, "norms": false } } }, "keyframe_tc_hit": { "type": "nested", "include_in_parent": "true", "dynamic": "false", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "duration": { "type": "long", "doc_values": false, "index": false }, "relative_tc": { "type": "long", "doc_values": false, "index": false }, "absolute_kf_tc": { "type": "long", "doc_values": false, "index": false }, "keyframe_key": { "type": "long", "doc_values": false, "index": false }, "keyframe_tc": { "type": "long", "doc_values": false, "index": false }, "essence_id": { "type": "text", "doc_values": false, "index": false }, "code256_0": { "type": "long" }, "code256_1": { "type": "long" }, "code256_2": { "type": "long" }, "code256_3": { "type": "long" }, "code64_0": { "type": "keyword" }, "code64_1": { "type": "keyword" }, "code64_2": { "type": "keyword" }, "code64_3": { "type": "keyword" } } } } } } }, "entry_bill": { "dynamic": "strict", "type": "nested", "include_in_root": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "deliverer": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "entry_bill._all", "fesad_all", "fesad_all_without_mining" ] }, "id": { "type": "long", "doc_values": false, "copy_to": [ "entry_bill._all", "fesad_all", "fesad_all_without_mining" ] }, "forward_notice": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "entry_bill._all", "fesad_all", "fesad_all_without_mining" ] }, "broadcast_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "entry_bill._all", "fesad_all", "fesad_all_without_mining" ] }, "rebroadcast_date": { "type": "date", "doc_values": false, "format": "dateOptionalTime", "copy_to": [ "entry_bill._all", "fesad_all", "fesad_all_without_mining" ] }, "remark": { "type": "text", "doc_values": false, "norms": false, "copy_to": [ "entry_bill._all", "fesad_all", "fesad_all_without_mining" ] }, "actor": { "type": "nested", "include_in_root": "true", "dynamic": "true", "properties": { "_all": { "type": "text", "doc_values": false, "norms": false }, "type": { "type": "text", "doc_values": false, "norms": false }, "name": { "type": "text", "doc_values": false, "norms": false }, "first_name": { "type": "text", "doc_values": false, "norms": false }, "department": { "type": "text", "doc_values": false, "norms": false } } } } } } } } } PUT localhost:9200/test/_doc/2291162@2@0@0#0 { "prodnum": "2313181", "has_mining": "false", "bc_dat": "07.11.2003", "has_keyframe": "false", "nasprog": "Auftragsproduktion inl�ndischer Produzent", "exists_preview": "false", "bc_start": "21:45:00", "sortkey1": "20031107783000000000000000000000", "sortkey2": "0000099999", "has_hires": "false", "has_uttext": "false", "is_raw_material": "false", "parent_station": "0", "du_pool": "23", "sdat_sdg": "07.11.2003", "du": { "bc": [ { "bc4esd": { "area": "#01500", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "first_publication_date_eor": "2003-11-07", "sd_sdg": "1747000", "type": "#ESD", "first_publication_date_bor": "2003-11-07", "sd_gnz": "1747000", "sd": "1747000", "date_bor": "2003-11-07", "cost_center": "2006", "date_eor": "2003-11-07", "station": "#e", "time": "78300" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2003-11-11", "cost_center": "2006", "date_eor": "2003-11-11", "station": "#e", "time": "22500", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2004-03-26", "cost_center": "2006", "date_eor": "2004-03-26", "station": "#e", "time": "78300", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2004-03-30", "cost_center": "2006", "date_eor": "2004-03-30", "station": "#e", "time": "22500", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#19301", "sd": "1747000", "area_descr": "RBB-Brandenburg", "sd_sdg": "1747000", "date_bor": "2004-07-01", "date_eor": "2004-07-01", "station": "#e", "time": "46800", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#50300", "sd": "1753000", "area_descr": "SW3", "sd_sdg": "1753000", "date_bor": "2004-10-17", "date_eor": "2004-10-17", "station": "#e", "time": "22560", "type": "#WSD", "sd_gnz": "1753000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2004-12-01", "cost_center": "2006", "date_eor": "2004-12-01", "station": "#e", "time": "50400", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01300", "sd": "1747000", "area_descr": "BR Fernsehen", "sd_sdg": "1747000", "date_bor": "2004-12-02", "cost_center": "2445", "date_eor": "2004-12-02", "station": "#e", "time": "23400", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2004-12-03", "cost_center": "2006", "date_eor": "2004-12-03", "station": "#e", "time": "27900", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#00720", "sd": "1746000", "area_descr": "3sat", "sd_sdg": "1746000", "date_bor": "2004-12-30", "cost_center": "2006", "date_eor": "2004-12-30", "station": "#e", "time": "32880", "type": "#WSD", "sd_gnz": "1746000" } }, { "bc4wsd": { "area": "#08300", "sd": "1748000", "area_descr": "WDR-Fernsehen", "sd_sdg": "1748000", "date_bor": "2005-03-05", "date_eor": "2005-03-05", "station": "#e", "time": "28795", "type": "#WSD", "sd_gnz": "1748000" } }, { "bc4wsd": { "area": "#61300", "sd": "1749000", "area_descr": "NDR-NDR-RB", "sd_sdg": "1749000", "date_bor": "2005-03-29", "date_eor": "2005-03-29", "station": "#e", "time": "21600", "type": "#WSD", "sd_gnz": "1749000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2005-04-02", "cost_center": "2006", "date_eor": "2005-04-02", "station": "#e", "time": "31500", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#50300", "sd": "1752000", "area_descr": "SW3", "sd_sdg": "1752000", "date_bor": "2005-07-22", "date_eor": "2005-07-22", "station": "#e", "time": "28798", "type": "#WSD", "sd_gnz": "1752000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2005-08-06", "cost_center": "2006", "date_eor": "2005-08-06", "station": "#e", "time": "30600", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2005-09-10", "cost_center": "2006", "date_eor": "2005-09-10", "station": "#e", "time": "10800", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2005-11-02", "cost_center": "2006", "date_eor": "2005-11-02", "station": "#e", "time": "78300", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2005-11-04", "cost_center": "2006", "date_eor": "2005-11-04", "station": "#e", "time": "2700", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2005-11-05", "cost_center": "2006", "date_eor": "2005-11-05", "station": "#e", "time": "30600", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#61300", "sd": "1747000", "area_descr": "NDR-NDR-RB", "sd_sdg": "1747000", "date_bor": "2006-01-28", "date_eor": "2006-01-28", "station": "#e", "time": "21600", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-02-01", "cost_center": "2006", "date_eor": "2006-02-01", "station": "#e", "time": "78300", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-02-03", "cost_center": "2006", "date_eor": "2006-02-03", "station": "#e", "time": "1800", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-02-04", "cost_center": "2006", "date_eor": "2006-02-04", "station": "#e", "time": "30600", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-05-03", "cost_center": "2006", "date_eor": "2006-05-03", "station": "#e", "time": "78300", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-05-05", "cost_center": "2006", "date_eor": "2006-05-05", "station": "#e", "time": "1800", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-05-06", "cost_center": "2006", "date_eor": "2006-05-06", "station": "#e", "time": "30600", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-08-02", "cost_center": "2006", "date_eor": "2006-08-02", "station": "#e", "time": "78300", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-08-04", "cost_center": "2006", "date_eor": "2006-08-04", "station": "#e", "time": "1800", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-08-05", "cost_center": "2006", "date_eor": "2006-08-05", "station": "#e", "time": "30600", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-11-08", "cost_center": "2006", "date_eor": "2006-11-08", "station": "#e", "time": "78300", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-11-10", "cost_center": "2006", "date_eor": "2006-11-10", "station": "#e", "time": "1800", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2006-11-11", "cost_center": "2006", "date_eor": "2006-11-11", "station": "#e", "time": "30600", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2007-02-14", "cost_center": "2006", "date_eor": "2007-02-14", "station": "#e", "time": "78300", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2007-02-16", "cost_center": "2006", "date_eor": "2007-02-16", "station": "#e", "time": "1800", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4wsd": { "area": "#01500", "sd": "1747000", "area_descr": "ARD-alpha (bis 28.06.2014 BR-alpha)", "sd_sdg": "1747000", "date_bor": "2007-02-17", "cost_center": "2006", "date_eor": "2007-02-17", "station": "#e", "time": "30600", "type": "#WSD", "sd_gnz": "1747000" } }, { "bc4vdat": { "area_descr": "Keine Angabe", "date_bor": "2009-06-08", "date_eor": "2009-06-08", "station": "#e", "type": "#VDAT" } } ], "du_is_deleted": "false", "origin": "Tellux Film GmbH", "pool": "2:23", "status_dra": "#7", "medium": [ { "container": "21", "locator_duration": "1747000", "is_locked": "false", "compound_anr": "80341 FFA80341 B21 R1", "id_range": "#FFA", "digi_type": "#BTT", "locator_tv_system_hd_capable": "false", "remark": "16:9", "storage_place_archive_site": "#FAD", "storage_place": "#HR", "arch_date_eor": "2007-11-29", "is_deleted": "false", "station": "#HR", "locator_position": "0", "id": "80341", "is_doc_collection": "false", "medium_key": "100087860", "medium_station": "2", "creation_date": "2007-11-29", "reel": "1", "arch_date_bor": "2007-11-29", "corr_date": "2009-05-15", "mazpass_exist": "false", "system": "#DBETA", "du_has_single_medium": "false", "locator_color": "#0", "id_of_medium": [ { "id_of_medium4id_inc": { "id": "00000018567", "type": "#ID_INC" } }, { "id_of_medium4id_bcd": { "id": "0120010008786002", "type": "#ID_BCD" } } ] }, { "container": "8", "locator_duration": "1747000", "is_locked": "false", "compound_anr": "88983 FFA88983 B8 R1", "id_range": "#FFA", "digi_type": "#BTT", "locator_tv_system_hd_capable": "false", "locator_repro_stage": "#KOP", "storage_place_archive_site": "#FAD", "storage_place": "#HR", "arch_date_eor": "2009-03-19", "is_deleted": "false", "station": "#HR", "locator_position": "2", "id": "88983", "soundtrack": { "spatial_rep": "#STR", "track": "1", "value": "#ST" }, "is_doc_collection": "false", "locator_remark": "16:9, Spur 1 und 2 ST STEREO - Spur 3 und 4 IT STEREO", "medium_key": "100141792", "medium_station": "2", "creation_date": "2009-03-19", "reel": "1", "arch_date_bor": "2009-03-19", "corr_date": "2009-05-15", "locator_frame_proportion": "#16x9n", "mazpass_exist": "false", "system": "#DBETA", "du_has_single_medium": "false", "locator_color": "#FA", "id_of_medium": [ { "id_of_medium4id_inc": { "id": "00000027580", "type": "#ID_INC" } }, { "id_of_medium4id_bcd": { "id": "0120010014179202", "type": "#ID_BCD" } } ] } ], "du_corr_date": "2009-05-15", "content": { "content4t": { "contenttext": "Spielserie, die Zuwanderer mit Szenen aus dem Leben von Deutschen und Ausl�ndern in Sprache, Alltag und Kultur in Deutschland einf�hren will.", "type": "#T" } }, "du_type": "#SDG", "du_key": "2291162", "du_station": "#BR", "du_creation_date": "2003-09-23", "apc": [ { "apc4ssp": { "apc_first": "Aykut", "apc_last": "Kayacik", "type": "#SSP", "apc_fullname": "Kayacik, Aykut" } }, { "apc4red": { "apc_first": "J�rg", "apc_last": "L�sel", "type": "#RED", "apc_fullname": "L�sel, J�rg" } }, { "apc4ssp": { "apc_first": "Otana", "apc_last": "Mirza", "type": "#SSP", "apc_fullname": "Mirza, Otana" } }, { "apc4ssp": { "apc_first": "Carol Oduor", "apc_last": "Puster", "type": "#SSP", "apc_fullname": "Puster, Carol Oduor" } }, { "apc4ssp": { "apc_first": "Jurij", "apc_last": "Rosstalnyj", "type": "#SSP", "apc_fullname": "Rosstalnyj, Jurij" } }, { "apc4ssp": { "apc_first": "Lale", "apc_last": "Yanik", "type": "#SSP", "apc_fullname": "Yanik, Lale" } }, { "apc4rdn": { "institution": "Bildungsfernsehen", "type": "#RDN", "apc_fullname": "Bildungsfernsehen" } }, { "apc4red": { "apc_first": "Claudia B.", "apc_last": "Relitzki", "type": "#RED", "apc_fullname": "Relitzki, Claudia B." } }, { "apc4rdn": { "institution": "Erziehung und Ausbildung", "type": "#RDN", "apc_fullname": "Erziehung und Ausbildung" } } ], "du_title": [ { "du_title4srti": { "part": "4", "type": "#SRTI", "title": "Deutsch Klasse (Deutschklasse)" } }, { "du_title4shti": { "type": "#SHTI", "title": "Ohne Worte" } } ], "md": [ { "md4std": { "md": "BRD-V", "type": "#STD", "no_mining_md": "BRD-V" } }, { "md4std": { "md": "Zuwanderer", "type": "#STD", "no_mining_md": "Zuwanderer" } }, { "md4sach": { "no_mining_normdb_id": "68380", "md": "Migrant", "type": "#SACH", "no_mining_md": "Migrant", "normdb_id": "68380" } }, { "md4std": { "md": "Migrant", "type": "#STD", "no_mining_md": "Migrant" } }, { "md4sach": { "no_mining_normdb_id": "72748", "md": "Fernsehfilm", "type": "#SACH", "no_mining_md": "Fernsehfilm", "normdb_id": "72748" } }, { "md4std": { "md": "Integration", "type": "#STD", "no_mining_md": "Integration" } }, { "md4sach": { "no_mining_normdb_id": "72838", "md": "Serie", "type": "#SACH", "no_mining_md": "Serie", "normdb_id": "72838" } }, { "md4std": { "md": "Fernsehfilm", "type": "#STD", "no_mining_md": "Fernsehfilm" } }, { "md4std": { "md": "Serie", "type": "#STD", "no_mining_md": "Serie" } }, { "md4std": { "md": "Ausl�nder", "type": "#STD", "no_mining_md": "Ausl�nder" } } ], "du_cost_center": "2006", "category": [ { "genre": { "descr": "Unterhaltung", "type": "#245811" } }, { "presentation_type": { "descr": "Fernsehfilm", "type": "#245861" } }, { "subject_area": { "descr": "Erziehung und Bildung", "type": "#102" } } ], "du_id": "2313181", "nascency": "#41" }, "maintitle": "Deutsch Klasse (Deutschklasse) F: 4", "bc_dur": "29'07\"", "vg_sdg": "21", "timestamp": "2022-05-23T10:29:10.545Z", "has_ebill": "true", "has_medium": "true", "parent_key": "0", "has_raw_material": "false", "exists_keyframe": "false", "entry_bill": [ { "actor": [ { "actor4acredb": { "name": "Krebs", "type": "#ACREDB", "department": "Bildung, Familie und Freizeit Fernsehen", "first_name": "Susi" } }, { "actor4acpab": { "name": "Lehmann", "type": "#ACPAB", "department": "Dokumentation und Archive", "first_name": "Traudel" } } ], "remark": "Lt. �bernahme Bestellung SDG 210108, lt. PPS SDG 280108", "id": "27536", "deliverer": "Bayerischer Rundfunk (BR), Fernsehen, Floriansm�hlstra�e 60, 80939 M�nchen Bayerischer Rundfunk", "broadcast_date": "2008-01-28" }, { "actor": [ { "actor4acredb": { "name": "Krebs", "type": "#ACREDB", "department": "Bildung, Familie und Freizeit Fernsehen", "first_name": "Susi" } }, { "actor4acpab": { "name": "Lehmann", "type": "#ACPAB", "department": "Dokumentation und Archive", "first_name": "Traudel" } } ], "id": "35882", "deliverer": "Bayerischer Rundfunk (BR), Fernsehen, Floriansm�hlstra�e 60, 80939 M�nchen Bayerischer Rundfunk", "broadcast_date": "2009-06-08" } ], "has_parent_keyframe": "false", "has_contributions": "false", "zap": "1", "du_pool_name": "Eingegangene Materialien - EING", "rfa": "HR", "contributions_count": "0", "bc_weekday": "Fr", "has_licence_sync": "false", "du_type": "1", "has_preview": "false", "du_key": "2291162", "arch_num": "BTT vorh.", "du_station": "1", "is_linked_du": "false", "cost_center": "2006", "subtitle": "Ohne Worte", "has_parent_preview": "false", "has_parent_hires": "false", "suggestions": [ { "input": "2006", "contexts": { "pool_field": [ "23|S_KST", "23|SDA", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|ESD" ] } }, { "input": "#br", "contexts": { "pool_field": [ "23|D_SKEY", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT" ] } }, { "input": [ "aykut", "otana", "carol", "oduor", "jurij", "lale" ], "contexts": { "pool_field": [ "23|VNA", "23|UPM", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|SSP" ] } }, { "input": [ "l�sel", "relitzki" ], "contexts": { "pool_field": [ "23|NNA", "23|UPM", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|RED" ] } }, { "input": [ "BRD-V", "Zuwanderer", "Migrant", "Integration", "Fernsehfilm", "Serie", "Ausl�nder" ], "contexts": { "pool_field": [ "23|HD", "23|TCONTENT", "23|A", "23|TA", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|STD" ] } }, { "input": "2006", "contexts": { "pool_field": [ "23|KST", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT" ] } }, { "input": [ "deutsch", "klasse", "deutschklasse" ], "contexts": { "pool_field": [ "23|TTXT", "23|TA", "23|TIT", "23|TCONTENT", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|SRTI" ] } }, { "input": [ "kayacik", "mirza", "puster", "rosstalnyj", "yanik" ], "contexts": { "pool_field": [ "23|NNA", "23|UPM", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|SSP" ] } }, { "input": [ "00000018567", "00000027580" ], "contexts": { "pool_field": [ "23|BTT_ID", "23|BTT", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|ID_INC" ] } }, { "input": [ "16", "9", "spur", "1", "und", "2", "st", "stereo", "spur", "3", "und", "4", "it", "stereo" ], "contexts": { "pool_field": [ "23|M_FZU", "23|BTT", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT" ] } }, { "input": [ "80341", "ffa80341", "b21", "r1", "88983", "ffa88983", "b8", "r1" ], "contexts": { "pool_field": [ "23|ANR", "23|BTT", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT" ] } }, { "input": [ "bildungsfernsehen", "erziehung", "und", "ausbildung" ], "contexts": { "pool_field": [ "23|ORGA", "23|UPM", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|RDN" ] } }, { "input": "4", "contexts": { "pool_field": [ "23|TTEIL", "23|TA", "23|TIT", "23|TCONTENT", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|SRTI" ] } }, { "input": [ "0120010008786002", "0120010014179202" ], "contexts": { "pool_field": [ "23|BTT_ID", "23|BTT", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|ID_BCD" ] } }, { "input": [ "16", "9" ], "contexts": { "pool_field": [ "23|M_ANM", "23|BTT", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT" ] } }, { "input": [ "2006", "2445" ], "contexts": { "pool_field": [ "23|S_KST", "23|SDA", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|WSD" ] } }, { "input": [ "ohne", "worte" ], "contexts": { "pool_field": [ "23|TTXT", "23|TA", "23|TIT", "23|TCONTENT", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|SHTI" ] } }, { "input": [ "spielserie", "die", "zuwanderer", "mit", "szenen", "aus", "dem", "leben", "von", "deutschen", "und", "ausl�ndern", "in", "sprache", "alltag", "und", "kultur", "in", "deutschland", "einf�hren", "will" ], "contexts": { "pool_field": [ "23|T", "23|INH", "23|TCONTENT", "23|A", "23|TA", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT" ] } }, { "input": [ "Migrant", "Fernsehfilm", "Serie" ], "contexts": { "pool_field": [ "23|HD", "23|TCONTENT", "23|A", "23|TA", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|SACH" ] } }, { "input": [ "tellux", "film", "gmbh" ], "contexts": { "pool_field": [ "23|HER", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT" ] } }, { "input": "2313181", "contexts": { "pool_field": [ "23|ID", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT" ] } }, { "input": [ "j�rg", "claudia", "b" ], "contexts": { "pool_field": [ "23|VNA", "23|UPM", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT", "23|RED" ] } }, { "input": "2291162", "contexts": { "pool_field": [ "23|DUKEY", "23|ALLTEXT_WITHOUT_MINING", "23|ALLTEXT" ] } } ], "bc_type": "6", "rdn": "Bildungsfernsehen", "exists_hires": "false" } ```