From 47361d412a92ae34dc1b81298402d6b441b4f4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Mon, 23 Sep 2019 13:28:21 +0200 Subject: [PATCH] fix: make mapping tags work for overwritten values --- map/template.json | 35130 ++++++++++++++++++++++ src/cli.ts | 2 +- src/mapping.ts | 163 +- src/mappings/aggregation-definitions.ts | 81 + src/mappings/definitions/fieldmap.ts | 2 +- src/mappings/definitions/premap.ts | 71 +- src/mappings/mapping-definitions.ts | 58 +- 7 files changed, 35406 insertions(+), 101 deletions(-) create mode 100644 map/template.json create mode 100644 src/mappings/aggregation-definitions.ts diff --git a/map/template.json b/map/template.json new file mode 100644 index 00000000..d1b85cca --- /dev/null +++ b/map/template.json @@ -0,0 +1,35130 @@ +{ + "aggregations": { + "academic event": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "academic event" + } + } + }, + "article": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "article" + } + } + }, + "book": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "book" + } + } + }, + "building": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "building" + } + } + }, + "catalog": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "catalog" + } + } + }, + "course of studies": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "course of studies" + } + } + }, + "date series": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "date series" + } + } + }, + "diff": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "diff" + } + } + }, + "dish": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "dish" + } + } + }, + "favorite": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "favorite" + } + } + }, + "floor": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "floor" + } + } + }, + "message": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "message" + } + } + }, + "organization": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "organization" + } + } + }, + "person": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "person" + } + } + }, + "point of interest": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "point of interest" + } + } + }, + "room": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "room" + } + } + }, + "semester": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "semester" + } + } + }, + "setting": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "setting" + } + } + }, + "sport course": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "sport course" + } + } + }, + "study module": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "study module" + } + } + }, + "ticket": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "ticket" + } + } + }, + "todo": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "todo" + } + } + }, + "tour": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "tour" + } + } + }, + "video": { + "aggs": { + "": { + "terms": { + "field": ".keyword", + "size": 1000 + } + } + }, + "filter": { + "type": { + "value": "video" + } + } + } + }, + "template": { + "mappings": { + "_default_": { + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false, + "dynamic_templates": [ + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "catalogs.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "superCatalog.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "superCatalogs.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "event.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.catalogs.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.superCatalog.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.superCatalogs.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.event.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.dishAddOns.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.data.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.plan.features.place.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.plan.features.place.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.plan.features.place.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.homeLocations.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.homeLocations.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.homeLocations.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.homeLocations.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.workLocations.areaServed.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.workLocations.areaServed.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.catalogs.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.academicEvents.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.partnerModules.necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.partnerModules.translations.necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.requiredModules.necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.requiredModules.translations.necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.translations.necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "object.offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "dishAddOns.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "data.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "data.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "plan.features.place.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "plan.features.place.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "plan.features.place.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "homeLocations.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "homeLocations.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "homeLocations.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "homeLocations.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "workLocations.areaServed.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "workLocations.areaServed.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "catalogs.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "academicEvents.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "partnerModules.necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "partnerModules.translations.necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "requiredModules.necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "requiredModules.translations.necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "translations.necessity.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "inPlace.inventory.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.inventory.*" + } + } + ], + "properties": { + "academic event": { + "dynamic": "strict", + "properties": { + "academicTerms": { + "dynamic": "strict", + "properties": { + "acronym": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "endDate": { + "type": "text" + }, + "eventsEndDate": { + "type": "text" + }, + "eventsStartDate": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "startDate": { + "type": "text" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "catalogs": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "level": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "creativeWorks": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "datePublished": { + "type": "text" + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inLanguages": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "keywords": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "dynamic": "strict", + "properties": { + "AcademicEvent": { + "type": "text" + }, + "Article": { + "type": "text" + }, + "Book": { + "type": "text" + }, + "Building": { + "type": "text" + }, + "Catalog": { + "type": "text" + }, + "CourseOfStudies": { + "type": "text" + }, + "DateSeries": { + "type": "text" + }, + "Diff": { + "type": "text" + }, + "Dish": { + "type": "text" + }, + "Favorite": { + "type": "text" + }, + "Floor": { + "type": "text" + }, + "Message": { + "type": "text" + }, + "Organization": { + "type": "text" + }, + "Person": { + "type": "text" + }, + "PointOfInterest": { + "type": "text" + }, + "Room": { + "type": "text" + }, + "Semester": { + "type": "text" + }, + "Setting": { + "type": "text" + }, + "SportCourse": { + "type": "text" + }, + "StudyModule": { + "type": "text" + }, + "Ticket": { + "type": "text" + }, + "ToDo": { + "type": "text" + }, + "Tour": { + "type": "text" + }, + "Video": { + "type": "text" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "maximumParticipants": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "organizers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "performers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "remainingAttendeeCapacity": { + "type": "integer" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "article": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "articleBody": { + "type": "text" + }, + "authors": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "datePublished": { + "type": "text" + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inLanguages": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "keywords": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "offers": { + "dynamic": "strict", + "properties": { + "availability": { + "type": "keyword" + }, + "availabilityEnds": { + "type": "text" + }, + "availabilityStarts": { + "type": "text" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "prices": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "provider": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + } + } + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "publishers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "articleBody": { + "type": "text" + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "articleBody": { + "type": "text" + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "book": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "authors": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "bookEdition": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "datePublished": { + "type": "text" + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inLanguages": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "isbn": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "keywords": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "numberOfPages": { + "type": "integer" + }, + "offers": { + "dynamic": "strict", + "properties": { + "availability": { + "type": "keyword" + }, + "availabilityEnds": { + "type": "text" + }, + "availabilityStarts": { + "type": "text" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "prices": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "provider": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + } + } + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "publishers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "bookEdition": { + "type": "keyword" + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "bookEdition": { + "type": "keyword" + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "building": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "catalog": { + "dynamic": "strict", + "properties": { + "academicTerm": { + "dynamic": "strict", + "properties": { + "acronym": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "endDate": { + "type": "text" + }, + "eventsEndDate": { + "type": "text" + }, + "eventsStartDate": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "startDate": { + "type": "text" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "dynamic": "strict", + "properties": { + "AcademicEvent": { + "type": "text" + }, + "Article": { + "type": "text" + }, + "Book": { + "type": "text" + }, + "Building": { + "type": "text" + }, + "Catalog": { + "type": "text" + }, + "CourseOfStudies": { + "type": "text" + }, + "DateSeries": { + "type": "text" + }, + "Diff": { + "type": "text" + }, + "Dish": { + "type": "text" + }, + "Favorite": { + "type": "text" + }, + "Floor": { + "type": "text" + }, + "Message": { + "type": "text" + }, + "Organization": { + "type": "text" + }, + "Person": { + "type": "text" + }, + "PointOfInterest": { + "type": "text" + }, + "Room": { + "type": "text" + }, + "Semester": { + "type": "text" + }, + "Setting": { + "type": "text" + }, + "SportCourse": { + "type": "text" + }, + "StudyModule": { + "type": "text" + }, + "Ticket": { + "type": "text" + }, + "ToDo": { + "type": "text" + }, + "Tour": { + "type": "text" + }, + "Video": { + "type": "text" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "level": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "superCatalog": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "level": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "superCatalogs": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "level": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "course of studies": { + "dynamic": "strict", + "properties": { + "academicDegree": { + "type": "keyword" + }, + "academicDegreewithField": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "academicDegreewithFieldShort": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "department": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "mainLanguage": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "major": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "mode": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "offers": { + "dynamic": "strict", + "properties": { + "availability": { + "type": "keyword" + }, + "availabilityEnds": { + "type": "text" + }, + "availabilityStarts": { + "type": "text" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "prices": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "provider": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + } + } + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "secretary": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "startDates": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "dates": { + "type": "text" + }, + "description": { + "type": "text" + }, + "duration": { + "type": "text" + }, + "exceptions": { + "type": "text" + }, + "frequency": { + "type": "keyword" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "frequency": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "frequency": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "timeMode": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "date series": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "dates": { + "type": "text" + }, + "description": { + "type": "text" + }, + "duration": { + "type": "text" + }, + "event": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "maximumParticipants": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "remainingAttendeeCapacity": { + "type": "integer" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "exceptions": { + "type": "text" + }, + "frequency": { + "type": "keyword" + }, + "image": { + "type": "keyword" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "offers": { + "dynamic": "strict", + "properties": { + "availability": { + "type": "keyword" + }, + "availabilityEnds": { + "type": "text" + }, + "availabilityStarts": { + "type": "text" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "prices": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "provider": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + } + } + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "performers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "frequency": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "frequency": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "diff": { + "dynamic": "strict", + "properties": { + "action": { + "type": "keyword" + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "changes": { + "dynamic": "strict", + "properties": { + "from": { + "type": "keyword" + }, + "op": { + "type": "keyword" + }, + "path": { + "type": "keyword" + }, + "value": { + "dynamic": true, + "properties": {} + } + } + }, + "dateCreated": { + "type": "text" + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "object": { + "dynamic": "strict", + "properties": { + "academicTerms": { + "dynamic": "strict", + "properties": { + "acronym": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "endDate": { + "type": "text" + }, + "eventsEndDate": { + "type": "text" + }, + "eventsStartDate": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "startDate": { + "type": "text" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "catalogs": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "level": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "categories": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "type": "keyword" + } + } + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "creativeWorks": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "datePublished": { + "type": "text" + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inLanguages": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "keywords": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "dynamic": "strict", + "properties": { + "AcademicEvent": { + "type": "text" + }, + "Article": { + "type": "text" + }, + "Book": { + "type": "text" + }, + "Building": { + "type": "text" + }, + "Catalog": { + "type": "text" + }, + "CourseOfStudies": { + "type": "text" + }, + "DateSeries": { + "type": "text" + }, + "Diff": { + "type": "text" + }, + "Dish": { + "type": "text" + }, + "Favorite": { + "type": "text" + }, + "Floor": { + "type": "text" + }, + "Message": { + "type": "text" + }, + "Organization": { + "type": "text" + }, + "Person": { + "type": "text" + }, + "PointOfInterest": { + "type": "text" + }, + "Room": { + "type": "text" + }, + "Semester": { + "type": "text" + }, + "Setting": { + "type": "text" + }, + "SportCourse": { + "type": "text" + }, + "StudyModule": { + "type": "text" + }, + "Ticket": { + "type": "text" + }, + "ToDo": { + "type": "text" + }, + "Tour": { + "type": "text" + }, + "Video": { + "type": "text" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "maximumParticipants": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "organizers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "performers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "remainingAttendeeCapacity": { + "type": "integer" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + }, + "articleBody": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "offers[].availability": { + "type": "keyword" + }, + "bookEdition": { + "type": "keyword" + }, + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "floors": { + "type": "text" + }, + "frequency": { + "type": "text" + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "floorName": { + "type": "text" + }, + "messageBody": { + "type": "text" + }, + "values": { + "type": "keyword" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + }, + "articleBody": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "offers[].availability": { + "type": "keyword" + }, + "bookEdition": { + "type": "keyword" + }, + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "floors": { + "type": "text" + }, + "frequency": { + "type": "text" + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "floorName": { + "type": "text" + }, + "messageBody": { + "type": "text" + }, + "values": { + "type": "keyword" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "articleBody": { + "type": "text" + }, + "authors": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "datePublished": { + "type": "text" + }, + "inLanguages": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "keywords": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "offers": { + "dynamic": "strict", + "properties": { + "availability": { + "type": "keyword" + }, + "availabilityEnds": { + "type": "text" + }, + "availabilityStarts": { + "type": "text" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "prices": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "provider": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + } + } + } + } + }, + "publishers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "bookEdition": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "isbn": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "numberOfPages": { + "type": "integer" + }, + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "openingHours": { + "type": "keyword" + }, + "academicTerm": { + "dynamic": "strict", + "properties": { + "acronym": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "endDate": { + "type": "text" + }, + "eventsEndDate": { + "type": "text" + }, + "eventsStartDate": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "startDate": { + "type": "text" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "dynamic": "strict", + "properties": { + "AcademicEvent": { + "type": "text" + }, + "Article": { + "type": "text" + }, + "Book": { + "type": "text" + }, + "Building": { + "type": "text" + }, + "Catalog": { + "type": "text" + }, + "CourseOfStudies": { + "type": "text" + }, + "DateSeries": { + "type": "text" + }, + "Diff": { + "type": "text" + }, + "Dish": { + "type": "text" + }, + "Favorite": { + "type": "text" + }, + "Floor": { + "type": "text" + }, + "Message": { + "type": "text" + }, + "Organization": { + "type": "text" + }, + "Person": { + "type": "text" + }, + "PointOfInterest": { + "type": "text" + }, + "Room": { + "type": "text" + }, + "Semester": { + "type": "text" + }, + "Setting": { + "type": "text" + }, + "SportCourse": { + "type": "text" + }, + "StudyModule": { + "type": "text" + }, + "Ticket": { + "type": "text" + }, + "ToDo": { + "type": "text" + }, + "Tour": { + "type": "text" + }, + "Video": { + "type": "text" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "level": { + "type": "integer" + }, + "superCatalog": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "level": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "superCatalogs": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "level": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "academicDegree": { + "type": "keyword" + }, + "academicDegreewithField": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "academicDegreewithFieldShort": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "department": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "mainLanguage": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "major": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "mode": { + "type": "keyword" + }, + "secretary": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + } + } + }, + "startDates": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "dates": { + "type": "text" + }, + "description": { + "type": "text" + }, + "duration": { + "type": "text" + }, + "exceptions": { + "type": "text" + }, + "frequency": { + "type": "keyword" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "frequency": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "frequency": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "timeMode": { + "type": "keyword" + }, + "dates": { + "type": "text" + }, + "duration": { + "type": "text" + }, + "event": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "maximumParticipants": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "remainingAttendeeCapacity": { + "type": "integer" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "exceptions": { + "type": "text" + }, + "frequency": { + "type": "keyword" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "additives": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "dishAddOns": { + "dynamic": "strict", + "properties": { + "additives": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nutrition": { + "dynamic": "strict", + "properties": { + "calories": { + "type": "float" + }, + "carbohydrateContent": { + "type": "float" + }, + "fatContent": { + "type": "float" + }, + "proteinContent": { + "type": "float" + }, + "saltContent": { + "type": "float" + }, + "saturatedFatContent": { + "type": "float" + }, + "sugarContent": { + "type": "float" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "nutrition": { + "dynamic": "strict", + "properties": { + "calories": { + "type": "float" + }, + "carbohydrateContent": { + "type": "float" + }, + "fatContent": { + "type": "float" + }, + "proteinContent": { + "type": "float" + }, + "saltContent": { + "type": "float" + }, + "saturatedFatContent": { + "type": "float" + }, + "sugarContent": { + "type": "float" + } + } + }, + "data": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "type": "keyword" + } + } + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "maximumParticipants": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "remainingAttendeeCapacity": { + "type": "integer" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + }, + "articleBody": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "offers[].availability": { + "type": "keyword" + }, + "bookEdition": { + "type": "keyword" + }, + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "floors": { + "type": "text" + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + }, + "articleBody": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "offers[].availability": { + "type": "keyword" + }, + "bookEdition": { + "type": "keyword" + }, + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "floors": { + "type": "text" + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "articleBody": { + "type": "text" + }, + "datePublished": { + "type": "text" + }, + "inLanguages": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "keywords": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "bookEdition": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "isbn": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "numberOfPages": { + "type": "integer" + }, + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "openingHours": { + "type": "keyword" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + }, + "done": { + "type": "boolean" + }, + "dueDate": { + "type": "text" + }, + "priority": { + "dynamic": "strict", + "properties": { + "HIGH": { + "type": "text" + }, + "LOW": { + "type": "text" + }, + "NORMAL": { + "type": "text" + } + } + } + } + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "plan": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "integer" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "features": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "integer" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "geometry": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "id": { + "type": "integer" + }, + "place": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "paymentsAccepted": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "audienceOrganizations": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "audiences": { + "type": "keyword" + }, + "dateCreated": { + "type": "text" + }, + "messageBody": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "affiliations": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "homeLocations": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "workLocations": { + "dynamic": "strict", + "properties": { + "areaServed": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "paymentsAccepted": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "email": { + "type": "keyword" + }, + "faxNumber": { + "type": "keyword" + }, + "hoursAvailable": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "url": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + }, + "acronym": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "endDate": { + "type": "text" + }, + "eventsEndDate": { + "type": "text" + }, + "eventsStartDate": { + "type": "text" + }, + "startDate": { + "type": "text" + }, + "defaultValue": { + "type": "boolean" + }, + "inputType": { + "dynamic": "strict", + "properties": { + "MultipleChoice": { + "type": "text" + }, + "Number": { + "type": "text" + }, + "Password": { + "type": "text" + }, + "SingleChoice": { + "type": "text" + }, + "Text": { + "type": "text" + } + } + }, + "order": { + "type": "integer" + }, + "value": { + "type": "boolean" + }, + "values": { + "type": "boolean" + }, + "academicEvents": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "maximumParticipants": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "remainingAttendeeCapacity": { + "type": "integer" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "ects": { + "type": "float" + }, + "faculty": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "language": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "partnerModules": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "ects": { + "type": "float" + }, + "image": { + "type": "keyword" + }, + "language": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "requiredModules": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "ects": { + "type": "float" + }, + "image": { + "type": "keyword" + }, + "language": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "approxWaitingTime": { + "type": "text" + }, + "currentTicketNumber": { + "type": "keyword" + }, + "serviceType": { + "type": "text" + }, + "done": { + "type": "boolean" + }, + "dueDate": { + "type": "text" + }, + "priority": { + "dynamic": "strict", + "properties": { + "HIGH": { + "type": "text" + }, + "LOW": { + "type": "text" + }, + "NORMAL": { + "type": "text" + } + } + }, + "init": { + "type": "text" + }, + "steps": { + "dynamic": "strict", + "properties": { + "action": { + "type": "keyword" + }, + "side": { + "type": "keyword" + }, + "type": { + "type": "keyword" + }, + "location": { + "type": "keyword" + }, + "canFail": { + "type": "boolean" + }, + "element": { + "type": "keyword" + }, + "position": { + "type": "keyword" + }, + "resolved": { + "dynamic": "strict", + "properties": { + "element": { + "type": "keyword" + }, + "event": { + "type": "keyword" + }, + "location": { + "dynamic": "strict", + "properties": { + "is": { + "type": "keyword" + }, + "match": { + "type": "keyword" + } + } + }, + "menu": { + "type": "keyword" + } + } + }, + "text": { + "type": "text" + }, + "tries": { + "type": "integer" + } + } + }, + "actors": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "sources": { + "dynamic": "strict", + "properties": { + "height": { + "type": "integer" + }, + "mimeType": { + "type": "keyword" + }, + "size": { + "type": "integer" + }, + "url": { + "type": "keyword" + }, + "width": { + "type": "integer" + } + } + }, + "thumbnails": { + "type": "keyword" + }, + "tracks": { + "dynamic": "strict", + "properties": { + "language": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + }, + "url": { + "type": "keyword" + } + } + }, + "transcript": { + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "dish": { + "dynamic": "strict", + "properties": { + "additives": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "description": { + "type": "text" + }, + "dishAddOns": { + "dynamic": "strict", + "properties": { + "additives": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nutrition": { + "dynamic": "strict", + "properties": { + "calories": { + "type": "float" + }, + "carbohydrateContent": { + "type": "float" + }, + "fatContent": { + "type": "float" + }, + "proteinContent": { + "type": "float" + }, + "saltContent": { + "type": "float" + }, + "saturatedFatContent": { + "type": "float" + }, + "sugarContent": { + "type": "float" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nutrition": { + "dynamic": "strict", + "properties": { + "calories": { + "type": "float" + }, + "carbohydrateContent": { + "type": "float" + }, + "fatContent": { + "type": "float" + }, + "proteinContent": { + "type": "float" + }, + "saltContent": { + "type": "float" + }, + "saturatedFatContent": { + "type": "float" + }, + "sugarContent": { + "type": "float" + } + } + }, + "offers": { + "dynamic": "strict", + "properties": { + "availability": { + "type": "keyword" + }, + "availabilityEnds": { + "type": "text" + }, + "availabilityStarts": { + "type": "text" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "prices": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "provider": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + } + } + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "characteristics": { + "dynamic": "strict", + "properties": { + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "favorite": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "data": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "type": "keyword" + } + } + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "maximumParticipants": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "remainingAttendeeCapacity": { + "type": "integer" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + }, + "articleBody": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "offers[].availability": { + "type": "keyword" + }, + "bookEdition": { + "type": "keyword" + }, + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "floors": { + "type": "text" + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + }, + "articleBody": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "offers[].availability": { + "type": "keyword" + }, + "bookEdition": { + "type": "keyword" + }, + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "floors": { + "type": "text" + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "articleBody": { + "type": "text" + }, + "datePublished": { + "type": "text" + }, + "inLanguages": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "keywords": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "bookEdition": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "isbn": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "numberOfPages": { + "type": "integer" + }, + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "openingHours": { + "type": "keyword" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + }, + "done": { + "type": "boolean" + }, + "dueDate": { + "type": "text" + }, + "priority": { + "dynamic": "strict", + "properties": { + "HIGH": { + "type": "text" + }, + "LOW": { + "type": "text" + }, + "NORMAL": { + "type": "text" + } + } + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "type": { + "type": "text" + }, + "updated": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "floor": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "floorName": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "plan": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "integer" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "features": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "integer" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "geometry": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "id": { + "type": "integer" + }, + "place": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "paymentsAccepted": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "floorName": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "floorName": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "message": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "audienceOrganizations": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "audiences": { + "type": "keyword" + }, + "authors": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "dateCreated": { + "type": "text" + }, + "datePublished": { + "type": "text" + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inLanguages": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "keywords": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "messageBody": { + "type": "text" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "offers": { + "dynamic": "strict", + "properties": { + "availability": { + "type": "keyword" + }, + "availabilityEnds": { + "type": "text" + }, + "availabilityStarts": { + "type": "text" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "prices": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "provider": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + } + } + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "publishers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "messageBody": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "messageBody": { + "type": "text" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "organization": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "person": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "affiliations": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "homeLocations": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "workLocations": { + "dynamic": "strict", + "properties": { + "areaServed": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "paymentsAccepted": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "email": { + "type": "keyword" + }, + "faxNumber": { + "type": "keyword" + }, + "hoursAvailable": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "url": { + "type": "keyword" + } + } + } + } + }, + "point of interest": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "room": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "paymentsAccepted": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "semester": { + "dynamic": "strict", + "properties": { + "acronym": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "endDate": { + "type": "text" + }, + "eventsEndDate": { + "type": "text" + }, + "eventsStartDate": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "startDate": { + "type": "text" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "setting": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "defaultValue": { + "type": "boolean" + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inputType": { + "dynamic": "strict", + "properties": { + "MultipleChoice": { + "type": "text" + }, + "Number": { + "type": "text" + }, + "Password": { + "type": "text" + }, + "SingleChoice": { + "type": "text" + }, + "Text": { + "type": "text" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "order": { + "type": "integer" + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "values": { + "type": "keyword" + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "values": { + "type": "keyword" + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "value": { + "type": "boolean" + }, + "values": { + "type": "boolean" + } + } + }, + "sport course": { + "dynamic": "strict", + "properties": { + "academicTerms": { + "dynamic": "strict", + "properties": { + "acronym": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "endDate": { + "type": "text" + }, + "eventsEndDate": { + "type": "text" + }, + "eventsStartDate": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "startDate": { + "type": "text" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "catalogs": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "level": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "creativeWorks": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "datePublished": { + "type": "text" + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inLanguages": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "keywords": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "dynamic": "strict", + "properties": { + "AcademicEvent": { + "type": "text" + }, + "Article": { + "type": "text" + }, + "Book": { + "type": "text" + }, + "Building": { + "type": "text" + }, + "Catalog": { + "type": "text" + }, + "CourseOfStudies": { + "type": "text" + }, + "DateSeries": { + "type": "text" + }, + "Diff": { + "type": "text" + }, + "Dish": { + "type": "text" + }, + "Favorite": { + "type": "text" + }, + "Floor": { + "type": "text" + }, + "Message": { + "type": "text" + }, + "Organization": { + "type": "text" + }, + "Person": { + "type": "text" + }, + "PointOfInterest": { + "type": "text" + }, + "Room": { + "type": "text" + }, + "Semester": { + "type": "text" + }, + "Setting": { + "type": "text" + }, + "SportCourse": { + "type": "text" + }, + "StudyModule": { + "type": "text" + }, + "Ticket": { + "type": "text" + }, + "ToDo": { + "type": "text" + }, + "Tour": { + "type": "text" + }, + "Video": { + "type": "text" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "maximumParticipants": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "organizers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "performers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "remainingAttendeeCapacity": { + "type": "integer" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "study module": { + "dynamic": "strict", + "properties": { + "academicEvents": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "maximumParticipants": { + "type": "integer" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "remainingAttendeeCapacity": { + "type": "integer" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + }, + "originalCategory": { + "type": "keyword" + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "ects": { + "type": "float" + }, + "faculty": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "image": { + "type": "keyword" + }, + "language": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "offers": { + "dynamic": "strict", + "properties": { + "availability": { + "type": "keyword" + }, + "availabilityEnds": { + "type": "text" + }, + "availabilityStarts": { + "type": "text" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "prices": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "provider": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + } + } + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "partnerModules": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "ects": { + "type": "float" + }, + "image": { + "type": "keyword" + }, + "language": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "requiredModules": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "ects": { + "type": "float" + }, + "image": { + "type": "keyword" + }, + "language": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "majors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "secretary": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "majors": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "necessity": { + "dynamic": "strict", + "properties": {} + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "ticket": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "approxWaitingTime": { + "type": "text" + }, + "currentTicketNumber": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "serviceType": { + "type": "text" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "todo": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "type": "keyword" + } + } + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "done": { + "type": "boolean" + }, + "dueDate": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "priority": { + "dynamic": "strict", + "properties": { + "HIGH": { + "type": "text" + }, + "LOW": { + "type": "text" + }, + "NORMAL": { + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "tour": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "init": { + "type": "text" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "steps": { + "dynamic": "strict", + "properties": { + "action": { + "type": "keyword" + }, + "side": { + "type": "keyword" + }, + "type": { + "type": "keyword" + }, + "location": { + "type": "keyword" + }, + "canFail": { + "type": "boolean" + }, + "element": { + "type": "keyword" + }, + "position": { + "type": "keyword" + }, + "resolved": { + "dynamic": "strict", + "properties": { + "element": { + "type": "keyword" + }, + "event": { + "type": "keyword" + }, + "location": { + "dynamic": "strict", + "properties": { + "is": { + "type": "keyword" + }, + "match": { + "type": "keyword" + } + } + }, + "menu": { + "type": "keyword" + } + } + }, + "text": { + "type": "text" + }, + "tries": { + "type": "integer" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "video": { + "dynamic": "strict", + "properties": { + "actors": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "authors": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "datePublished": { + "type": "text" + }, + "description": { + "type": "text" + }, + "duration": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inLanguages": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "keywords": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "offers": { + "dynamic": "strict", + "properties": { + "availability": { + "type": "keyword" + }, + "availabilityEnds": { + "type": "text" + }, + "availabilityStarts": { + "type": "text" + }, + "inPlace": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "categories": { + "type": "keyword" + }, + "categorySpecificValues": { + "dynamic": "strict", + "properties": {} + }, + "description": { + "type": "text" + }, + "floors": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "geo": { + "dynamic": "strict", + "properties": { + "point": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + }, + "polygon": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "float" + }, + "coordinates": { + "fields": { + "raw": { + "type": "keyword" + } + }, + "type": "geo_point" + }, + "crs": { + "dynamic": "strict", + "properties": { + "properties": { + "dynamic": true, + "properties": {} + }, + "type": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + } + } + } + } + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "openingHours": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "address": { + "dynamic": "strict", + "properties": { + "addressCountry": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressLocality": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "addressRegion": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postOfficeBoxNumber": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "postalCode": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "streetAddress": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + } + } + }, + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "floors": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "inventory": { + "dynamic": "strict", + "properties": {} + }, + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "prices": { + "dynamic": "strict", + "properties": { + "categories": { + "type": "text" + }, + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "provider": { + "dynamic": "strict", + "properties": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + } + } + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { + "type": "text" + }, + "maintainer": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "publishers": { + "dynamic": "strict", + "properties": { + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "birthDate": { + "type": "text" + }, + "description": { + "type": "text" + }, + "email": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "faxNumber": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "gender": { + "type": "keyword" + }, + "givenName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificPrefix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "honorificSuffix": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "image": { + "type": "keyword" + }, + "jobTitles": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + }, + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + } + } + }, + "nationality": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "name": { + "type": "text" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "sources": { + "dynamic": "strict", + "properties": { + "height": { + "type": "integer" + }, + "mimeType": { + "type": "keyword" + }, + "size": { + "type": "integer" + }, + "url": { + "type": "keyword" + }, + "width": { + "type": "integer" + } + } + }, + "thumbnails": { + "type": "keyword" + }, + "tracks": { + "dynamic": "strict", + "properties": { + "language": { + "dynamic": "strict", + "properties": { + "code": { + "type": "keyword" + }, + "name": { + "type": "keyword" + } + } + }, + "type": { + "type": "keyword" + }, + "url": { + "type": "keyword" + } + } + }, + "transcript": { + "type": "text" + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + }, + "en": { + "dynamic": "strict", + "properties": { + "description": { + "type": "text" + }, + "keywords": { + "type": "keyword" + }, + "name": { + "type": "text" + }, + "offers[].availability": { + "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } + } + } + } + } + }, + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "ignore_above": 10000, + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + } + } + } + }, + "settings": { + "analysis": { + "analyzer": { + "ducet_sort": { + "filter": [ + "german_phonebook" + ], + "tokenizer": "keyword", + "type": "custom" + }, + "search_german": { + "filter": [ + "lowercase", + "german_stop", + "german_stemmer" + ], + "tokenizer": "stapps_ngram", + "type": "custom" + } + }, + "filter": { + "german_phonebook": { + "country": "DE", + "language": "de", + "type": "icu_collation", + "variant": "@collation=phonebook" + }, + "german_stemmer": { + "language": "german", + "type": "stemmer" + }, + "german_stop": { + "stopwords": "_german_", + "type": "stop" + } + }, + "tokenizer": { + "stapps_ngram": { + "max_gram": 7, + "min_gram": 4, + "type": "ngram" + } + } + }, + "mapping.total_fields.limit": 10000, + "max_result_window": 30000, + "number_of_replicas": 0, + "number_of_shards": 1 + }, + "template": "stapps_*" + }, + "errors": [] +} \ No newline at end of file diff --git a/src/cli.ts b/src/cli.ts index 7668fb8a..a7bca219 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -102,7 +102,7 @@ commander // write documentation to file // tslint:disable-next-line:no-magic-numbers - writeFileSync(mappingPath, JSON.stringify(result.template, null, 2)); + writeFileSync(mappingPath, JSON.stringify(result, null, 2)); Logger.ok(`Elasticsearch mapping written to ${mappingPath}.`); }); diff --git a/src/mapping.ts b/src/mapping.ts index e849555f..a5b6bdf7 100644 --- a/src/mapping.ts +++ b/src/mapping.ts @@ -18,33 +18,37 @@ import {stringify} from 'flatted'; import {DeclarationReflection, ProjectReflection} from 'typedoc'; import { ArrayType, + Comment, CommentTag, IntrinsicType, - ReferenceType, ReflectionType, + ReferenceType, + ReflectionType, StringLiteralType, - Type, TypeParameterType, + Type, + TypeParameterType, UnionType, } from 'typedoc/dist/lib/models'; +import {AggregationSchema, ESNestedAggregation} from './mappings/aggregation-definitions'; import {fieldmap, filterableMap, filterableTagName} from './mappings/definitions/fieldmap'; import {premaps} from './mappings/definitions/premap'; -import {settings} from './mappings/definitions/settings'; import {dynamicTypes, ElasticsearchDataType, typemap} from './mappings/definitions/typemap'; import { ElasticsearchDynamicTemplate, + ElasticsearchMappings, ElasticsearchObject, - ElasticsearchTemplate, ElasticsearchValue, ReflectionGeneric, } from './mappings/mapping-definitions'; -const dynamicTemplates: ElasticsearchDynamicTemplate[] = []; +let dynamicTemplates: ElasticsearchDynamicTemplate[] = []; let errors: string[] = []; let showErrors = true; -let aggregatablePaths: string[] = []; +let aggregations: AggregationSchema = {}; const indexableTag = 'indexable'; const aggregatableTag = 'aggregatable'; +const aggregatableTagParameterGlobal = 'global'; let ignoredTagsList = ['indexable', 'validatable']; @@ -193,13 +197,13 @@ function handleRefWithoutReflection(ref: ReferenceType, generics: ReflectionGene function handleDeclarationReflection(decl: DeclarationReflection, generics: ReflectionGeneric[], path: string, - topTypeName: string): + topTypeName: string, + inheritedTags?: CommentTag[]): ElasticsearchValue { // check if we have an object referencing a generic for (const gRefl of generics) { if (gRefl.name === decl.name) { // if the object name is the same as the generic name - return readFieldTags(gRefl.value, path, topTypeName, - typeof decl.comment !== 'undefined' ? typeof decl.comment.tags !== 'undefined' ? decl.comment.tags : [] : []); + return readFieldTags(gRefl.value, path, topTypeName, getCommentTags(decl)); // use the value defined by the generic } } @@ -226,6 +230,10 @@ function handleDeclarationReflection(decl: DeclarationReflection, } } + if (decl.kindString === 'Enumeration') { + return readTypeTags('string', path, topTypeName, getCommentTags(decl, inheritedTags)); + } + // check all the children, so in this case we are dealing with an OBJECT if (typeof decl.children !== 'undefined' && decl.children.length > 0) { for (const child of decl.children) { @@ -233,19 +241,55 @@ function handleDeclarationReflection(decl: DeclarationReflection, out.properties[child.name] = handleDeclarationReflection(child, generics, `${path}${child.name}.`, topTypeName); } } else if (decl.type instanceof Type) { // if the object is a type, so we are dealing with a PROPERTY - return handleType(decl.type, generics, path, topTypeName, - typeof decl.comment !== 'undefined' ? typeof decl.comment.tags !== 'undefined' ? decl.comment.tags : [] : []); + // get inherited tags + return handleType(decl.type, generics, path, topTypeName, getCommentTags(decl)); } else if (decl.kindString === 'Enumeration member') { - return readTypeTags(typeof decl.defaultValue, path, topTypeName, - typeof decl.comment !== 'undefined' ? typeof decl.comment.tags !== 'undefined' ? decl.comment.tags : [] : []); + return readTypeTags(typeof decl.defaultValue, path, topTypeName, getCommentTags(decl, inheritedTags)); } if (empty) { composeErrorMessage(path, topTypeName, 'object', decl.name, 'Empty object'); } - return readFieldTags(out, path, topTypeName, - typeof decl.comment !== 'undefined' ? typeof decl.comment.tags !== 'undefined' ? decl.comment.tags : [] : []); + return readFieldTags(out, path, topTypeName, getCommentTags(decl)); +} + +/** + * Reads all comment tags, including inherited ones + * + * @param decl the DeclarationReflection to read the tags from + */ +function getCommentTags(decl: DeclarationReflection, inheritedTags: CommentTag[] = []): CommentTag[] { + let out: CommentTag[] = decl.comment instanceof Comment ? + typeof decl.comment.tags !== 'undefined' ? decl.comment.tags : inheritedTags : inheritedTags; + if (decl.overwrites instanceof ReferenceType && decl.overwrites.reflection instanceof DeclarationReflection) { + out = arrayPriorityJoin(out, getCommentTags(decl.overwrites.reflection)); + } + + return out; +} + +/** + * Joins two arrays of CommentTags, but overrides all original CommentTags with the same tagName + * + * @param originals the original array + * @param overrider the array that should be appended and provide the override values + */ +function arrayPriorityJoin(originals: CommentTag[], overrider: CommentTag[]): CommentTag[] { + const out: CommentTag[] = overrider; + + originals.forEach((original) => { + const result = overrider.find((element) => { + return original.tagName === element.tagName; + }); + + // no support for multiple tags with the same name + if (!(result instanceof CommentTag)) { + out.push(original); + } + }); + + return out; } /** @@ -318,7 +362,7 @@ function handleType(type: Type, generics: ReflectionGeneric[], path: string, top if (typeof type.reflection !== 'undefined') { // there is really no way to make this typesafe, every element in DeclarationReflection is optional. return handleDeclarationReflection(type.reflection as DeclarationReflection, - getReflectionGeneric(type, generics, path, topTypeName, tags), path, topTypeName); + getReflectionGeneric(type, generics, path, topTypeName, tags), path, topTypeName, tags); } return handleRefWithoutReflection(type, generics, path, topTypeName, tags); @@ -345,6 +389,27 @@ function handleType(type: Type, generics: ReflectionGeneric[], path: string, top return {type: ElasticsearchDataType.parse_error}; } +/** + * Adds an aggregatable to the aggregations list + * + * @param path the current path + * @param topTypeName the name of the top type + * @param global whether the topTypeName will be used + */ +function addAggregatable(path: string, topTypeName: string, global: boolean) { + // push type.path and remove the '.' at the end of the path + const property = path.slice(0, -1) + .split('.') + .pop() as string; // cannot be undefined + + (aggregations[global ? '@all' : topTypeName] as ESNestedAggregation).aggs[property] = { + terms: { + field: `${property}.keyword`, + size: 1000, + }, + }; +} + /** * Reads all tags related to Elasticsearch fields from the fieldMap * @@ -361,8 +426,7 @@ function readFieldTags(prev: ElasticsearchValue, dataType?: string): ElasticsearchValue { for (const tag of tags) { if (tag.tagName === aggregatableTag) { - // push type.path and remove the '.' at the end of the path - aggregatablePaths.push(`${topTypeName}.${path.slice(0, -1)}`); + addAggregatable(path, topTypeName, tag.text.trim() === aggregatableTagParameterGlobal); } if (!ignoredTagsList.includes(tag.tagName)) { @@ -463,9 +527,16 @@ function readTypeTags(type: string, path: string, topTypeName: string, tags: Com */ export function generateTemplate(projectReflection: ProjectReflection, ignoredTags: string[], showErrorOutput = true): // tslint:disable-next-line:completed-docs - { aggregations: string[]; errors: string[]; template: ElasticsearchTemplate; } { + { aggregations: AggregationSchema; errors: string[]; mappings: ElasticsearchMappings; } { errors = []; - aggregatablePaths = []; + aggregations = { + '@all': { + aggs: {}, + filter: { + match_all: {}, + }, + }, + }; showErrors = showErrorOutput; ignoredTagsList = ['indexable', 'validatable']; @@ -473,22 +544,7 @@ export function generateTemplate(projectReflection: ProjectReflection, ignoredTa const indexableInterfaces = getAllIndexableInterfaces(projectReflection); - const out: ElasticsearchTemplate = { - mappings: { - _default_: { - _source: { - excludes: [ - 'creation_date', - ], - }, - date_detection: false, - dynamic_templates: [], - properties: {}, - }, - }, - settings: settings, - template: 'stapps_*', - }; + const out: ElasticsearchMappings = {}; for (const _interface of indexableInterfaces) { if (!Array.isArray(_interface.children) || _interface.children.length === 0) { @@ -521,11 +577,38 @@ export function generateTemplate(projectReflection: ProjectReflection, ignoredTa Logger.error(`The interface ${_interface.name} is required to use an SCThingType as a type, please do so.`); } - out.mappings._default_.properties[typeName] = + // init aggregation schema for type + aggregations[typeName] = { + aggs: {}, + filter: { + type: { + value: typeName, + }, + }, + }; + + out[typeName] = handleDeclarationReflection(_interface, [], '', typeName) as ElasticsearchObject; + out[typeName].properties.creation_date = { + type: ElasticsearchDataType.date, + }; + + out[typeName].dynamic_templates = dynamicTemplates; + + // Set some properties + out[typeName]._source = { + excludes: [ + 'creation_date', + ], + }; + out[typeName].date_detection = false; + + dynamicTemplates = []; + + if (Object.keys((aggregations[typeName] as ESNestedAggregation).aggs).length === 0) { + delete aggregations[typeName]; + } } - out.mappings._default_.dynamic_templates = dynamicTemplates; - - return {aggregations: aggregatablePaths, template: out, errors}; + return {aggregations, mappings: out, errors}; } diff --git a/src/mappings/aggregation-definitions.ts b/src/mappings/aggregation-definitions.ts new file mode 100644 index 00000000..f7911a92 --- /dev/null +++ b/src/mappings/aggregation-definitions.ts @@ -0,0 +1,81 @@ +/* + * Copyright (C) 2019 StApps + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation, version 3. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see . + */ + +/** + * An elasticsearch bucket aggregation + * @see https://www.elastic.co/guide/en/elasticsearch/reference/5.6/search-aggregations-bucket.html + */ +export interface AggregationSchema { + [aggregationName: string]: ESTermsFilter | ESNestedAggregation; +} + +/** + * An elasticsearch terms filter + */ +export interface ESTermsFilter { + /** + * Terms filter definition + */ + terms: { + /** + * Field to apply filter to + */ + field: string; + + /** + * Number of results + */ + size?: number; + }; +} + +/** + * Filter that filters by name of the the field type + */ +export interface ESAggTypeFilter { + /** + * The type of the object to find + */ + type: { + /** + * The name of the type + */ + value: string; + }; +} + +/** + * Filter that matches everything + */ +export interface ESAggMatchAllFilter { + /** + * Filter that matches everything + */ + match_all: {}; +} + +/** + * For nested aggregations + */ +export interface ESNestedAggregation { + /** + * Possible nested Aggregations + */ + aggs: AggregationSchema; + /** + * Possible filter for types + */ + filter: ESAggTypeFilter | ESAggMatchAllFilter; +} diff --git a/src/mappings/definitions/fieldmap.ts b/src/mappings/definitions/fieldmap.ts index 8b7aa288..977c89d1 100644 --- a/src/mappings/definitions/fieldmap.ts +++ b/src/mappings/definitions/fieldmap.ts @@ -28,7 +28,7 @@ export const fieldmap: ElasticsearchFieldmap = { type: ElasticsearchDataType.keyword, }, }, - ignore: [], + ignore: ['global'], }, sortable: { default: { diff --git a/src/mappings/definitions/premap.ts b/src/mappings/definitions/premap.ts index 2e20eec2..6d637523 100644 --- a/src/mappings/definitions/premap.ts +++ b/src/mappings/definitions/premap.ts @@ -18,69 +18,24 @@ import {ElasticsearchDataType} from './typemap'; export const premaps: ElasticsearchPremap = { CoordinateReferenceSystem: { - dynamic: 'strict', - properties: { - properties: { - dynamic: true, - properties: {}, - }, - type: { - type: ElasticsearchDataType.keyword, - }, - }, + precision: '1m', + tree: 'quadtree', + type: ElasticsearchDataType.geo_shape, }, LineString: { - dynamic: 'strict', - properties: { - coordinates: { - type: ElasticsearchDataType.float, - }, - type: { - type: ElasticsearchDataType.keyword, - }, - }, + precision: '1m', + tree: 'quadtree', + type: ElasticsearchDataType.geo_shape, }, Point: { - dynamic: 'strict', - properties: { - bbox: {type: ElasticsearchDataType.float}, - coordinates: { - fields: {raw: {type: ElasticsearchDataType.keyword}}, - type: ElasticsearchDataType.geo_point, - }, - crs: { - dynamic: 'strict', - properties: { - properties: { - dynamic: true, - properties: {}, - }, - type: {type: ElasticsearchDataType.keyword}, - }, - }, - type: {type: ElasticsearchDataType.keyword}, - }, + precision: '1m', + tree: 'quadtree', + type: ElasticsearchDataType.geo_shape, }, - Polygon: { // a Polygon is mapped the same way as a Point is, you can just copy & paste - dynamic: 'strict', - properties: { - bbox: {type: ElasticsearchDataType.float}, - coordinates: { - fields: {raw: {type: ElasticsearchDataType.keyword}}, - type: ElasticsearchDataType.geo_point, - }, - crs: { - dynamic: 'strict', - properties: { - properties: { - dynamic: true, - properties: {}, - }, - type: {type: ElasticsearchDataType.keyword}, - }, - }, - type: {type: ElasticsearchDataType.keyword}, - }, + Polygon: { + precision: '1m', + tree: 'quadtree', + type: ElasticsearchDataType.geo_shape, }, 'jsonpatch.OpPatch': { dynamic: 'strict', diff --git a/src/mappings/mapping-definitions.ts b/src/mappings/mapping-definitions.ts index 2fda98b9..ffe1ad28 100644 --- a/src/mappings/mapping-definitions.ts +++ b/src/mappings/mapping-definitions.ts @@ -22,7 +22,7 @@ import {ElasticsearchDataType} from './definitions/typemap'; * Both are composed similarly, and can be the value of a propery * of an Elasticsearch Object. */ -export type ElasticsearchValue = ElasticsearchType | ElasticsearchObject; +export type ElasticsearchValue = ElasticsearchType | ElasticsearchObject | ElasticsearchGeoShape; /** * Used internally for saving a generic value contained in a reflection @@ -178,12 +178,61 @@ export interface ElasticsearchType { type: ElasticsearchDataType; } +/** + * A GeoShape data type + * + * https://www.elastic.co/guide/en/elasticsearch/reference/5.6/geo-shape.html + */ +export interface ElasticsearchGeoShape { + /** + * Does not exist; here for TypeScript compiler + */ + fields?: undefined; + + /** + * This parameter may be used instead of tree_levels to set an appropriate value for the tree_levels parameter. + * + * The value specifies the desired precision and Elasticsearch will calculate the best tree_levels value to honor + * this precision. The value should be a number followed by an optional distance unit. Valid distance units include: + * in, inch, yd, yard, mi, miles, km, kilometers, m,meters, cm,centimeters, mm, millimeters. + */ + precision: string; + + /** + * Name of the PrefixTree implementation to be used: geohash for GeohashPrefixTree and quadtree for QuadPrefixTree. + */ + tree: 'quadtree' | 'geohash'; + + /** + * The type of the object, obviously geo_shape + */ + type: ElasticsearchDataType.geo_shape; +} + /** * An object data type * * https://www.elastic.co/guide/en/elasticsearch/reference/5.6/object.html */ export interface ElasticsearchObject { + + /** + * Only for the top type + */ + _source?: { + /** + * Fields that should be excluded in the _source field + */ + excludes: [ + 'creation_date', + ]; + }; + + /** + * Whether the creation date should be set automatically + */ + date_detection?: boolean; + /** * If the object is a dynamic * @@ -224,6 +273,13 @@ export interface ElasticsearchObject { }; } +export type ElasticsearchMapping = ElasticsearchObject; + +// TODO: docs +export interface ElasticsearchMappings { + [indexName: string]: ElasticsearchMapping; +} + /** * An Elasticsearch template *