From 19ef656289a129d6fc46f2f00a786ebca575f2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Tue, 5 Nov 2019 13:26:33 +0100 Subject: [PATCH] ci: make mapping test work for new mappings --- .gitlab-ci.yml | 7 +- map/template.json | 62272 +++++++++++++------------- src/cli.ts | 46 +- src/mapping.ts | 18 +- src/mappings/mapping-definitions.ts | 61 +- 5 files changed, 30735 insertions(+), 31669 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e34628f2..97c893a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,12 +65,7 @@ mapping: alias: elasticsearch script: - npm install @openstapps/core - - node lib/cli.js mapping ./node_modules/@openstapps/core/src mapping.json "pattern,see,minlength,tjs-format" - - curl http://elasticsearch:9200/_template --upload-file mapping.json -o response.json - - cat response.json - - grep -q "\"acknowledged\":true" response.json - # - curl --show-error --fail http://elasticsearch:9200/stapps --upload-file mapping.json - + - node lib/cli.js put-es-templates ./node_modules/@openstapps/core/src http://elasticsearch:9200/ "pattern,see,minlength,tjs-format" package: dependencies: diff --git a/map/template.json b/map/template.json index d1b85cca..20547333 100644 --- a/map/template.json +++ b/map/template.json @@ -1,375 +1,1213 @@ { - "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": { + "template_academic_event": { "mappings": { - "_default_": { - "_source": { - "excludes": [ - "creation_date" - ] + "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": { + "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": { + "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": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "type": "keyword" + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } }, - "date_detection": false, "dynamic_templates": [ { "SCMap": { @@ -390,7 +1228,1452 @@ "match_mapping_type": "*", "path_match": "categorySpecificValues.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_academic_event*" + }, + "template_article": { + "mappings": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "default": { + "type": "float", + "fields": {} + }, + "employee": { + "type": "float", + "fields": {} + }, + "guest": { + "type": "float", + "fields": {} + }, + "student": { + "type": "float", + "fields": {} + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -440,7 +2723,1461 @@ "match_mapping_type": "*", "path_match": "offers.inPlace.inventory.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_article*" + }, + "template_book": { + "mappings": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "default": { + "type": "float", + "fields": {} + }, + "employee": { + "type": "float", + "fields": {} + }, + "guest": { + "type": "float", + "fields": {} + }, + "student": { + "type": "float", + "fields": {} + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -480,7 +4217,742 @@ "match_mapping_type": "*", "path_match": "offers.inPlace.inventory.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_book*" + }, + "template_building": { + "mappings": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -490,7 +4962,888 @@ "match_mapping_type": "*", "path_match": "categorySpecificValues.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_building*" + }, + "template_catalog": { + "mappings": { + "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": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "type": "keyword" + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -520,7 +5873,1412 @@ "match_mapping_type": "*", "path_match": "superCatalogs.categorySpecificValues.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_catalog*" + }, + "template_course_of_studies": { + "mappings": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "default": { + "type": "float", + "fields": {} + }, + "employee": { + "type": "float", + "fields": {} + }, + "guest": { + "type": "float", + "fields": {} + }, + "student": { + "type": "float", + "fields": {} + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -560,7 +7318,1707 @@ "match_mapping_type": "*", "path_match": "offers.inPlace.inventory.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_course_of_studies*" + }, + "template_date_series": { + "mappings": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "alumni": { + "type": "float" + }, + "default": { + "type": "float", + "fields": {} + }, + "employee": { + "type": "float", + "fields": {} + }, + "guest": { + "type": "float", + "fields": {} + }, + "student": { + "type": "float", + "fields": {} + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -650,7 +9108,6868 @@ "match_mapping_type": "*", "path_match": "offers.inPlace.inventory.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_date_series*" + }, + "template_diff": { + "mappings": { + "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": { + "type": "keyword" + } + } + }, + "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": { + "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": { + "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": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "type": "keyword" + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "default": { + "type": "float", + "fields": {} + }, + "employee": { + "type": "float", + "fields": {} + }, + "guest": { + "type": "float", + "fields": {} + }, + "student": { + "type": "float", + "fields": {} + }, + "alumni": { + "type": "float" + } + } + }, + "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": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "type": "text", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "type": "keyword" + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "type": "text" + } + } + }, + "floorName": { + "type": "text", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "plan": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "integer" + }, + "crs": { + "dynamic": true, + "properties": { + "type": { + "type": "keyword" + } + } + }, + "features": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "integer" + }, + "crs": { + "dynamic": true, + "properties": { + "type": { + "type": "keyword" + } + } + }, + "geometry": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "audiences": { + "type": "keyword" + }, + "dateCreated": { + "type": "text" + }, + "messageBody": { + "type": "text" + }, + "sequenceIndex": { + "type": "integer" + }, + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "approxWaitingTime": { + "type": "text" + }, + "currentTicketNumber": { + "type": "keyword" + }, + "serviceType": { + "type": "text" + }, + "done": { + "type": "boolean" + }, + "dueDate": { + "type": "text" + }, + "priority": { + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -1600,7 +16919,1352 @@ "match_mapping_type": "*", "path_match": "object.offers.inPlace.inventory.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_diff*" + }, + "template_dish": { + "mappings": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "default": { + "type": "float", + "fields": {} + }, + "employee": { + "type": "float", + "fields": {} + }, + "guest": { + "type": "float", + "fields": {} + }, + "student": { + "type": "float", + "fields": {} + } + } + }, + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -1660,7 +18324,866 @@ "match_mapping_type": "*", "path_match": "offers.inPlace.inventory.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_dish*" + }, + "template_favorite": { + "mappings": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -1730,7 +19253,1103 @@ "match_mapping_type": "*", "path_match": "data.categorySpecificValues.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_favorite*" + }, + "template_floor": { + "mappings": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "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": { + "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": true, + "properties": { + "type": { + "type": "keyword" + } + } + }, + "features": { + "dynamic": "strict", + "properties": { + "bbox": { + "type": "integer" + }, + "crs": { + "dynamic": true, + "properties": { + "type": { + "type": "keyword" + } + } + }, + "geometry": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -1800,7 +20419,1542 @@ "match_mapping_type": "*", "path_match": "plan.features.place.categorySpecificValues.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_floor*" + }, + "template_message": { + "mappings": { + "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": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "default": { + "type": "float", + "fields": {} + }, + "employee": { + "type": "float", + "fields": {} + }, + "guest": { + "type": "float", + "fields": {} + }, + "student": { + "type": "float", + "fields": {} + } + } + }, + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "sequenceIndex": { + "type": "integer" + }, + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -1840,7 +21994,851 @@ "match_mapping_type": "*", "path_match": "offers.inPlace.inventory.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_message*" + }, + "template_organization": { + "mappings": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -1880,7 +22878,1234 @@ "match_mapping_type": "*", "path_match": "inPlace.inventory.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_organization*" + }, + "template_person": { + "mappings": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "email": { + "type": "keyword" + }, + "faxNumber": { + "type": "keyword" + }, + "hoursAvailable": { + "type": "keyword" + }, + "telephone": { + "type": "keyword" + }, + "url": { + "type": "keyword" + } + } + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -1940,7 +24165,935 @@ "match_mapping_type": "*", "path_match": "workLocations.areaServed.inventory.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_person*" + }, + "template_point_of_interest": { + "mappings": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -1990,7 +25143,950 @@ "match_mapping_type": "*", "path_match": "inPlace.inventory.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_point_of_interest*" + }, + "template_room": { + "mappings": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -2050,7 +26146,1122 @@ "match_mapping_type": "*", "path_match": "inventory.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_room*" + }, + "template_semester": { + "mappings": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_semester*" + }, + "template_setting": { + "mappings": { + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "value": { + "type": "boolean" + }, + "values": { + "type": "boolean" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -2060,7 +27271,1236 @@ "match_mapping_type": "*", "path_match": "categorySpecificValues.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_setting*" + }, + "template_sport_course": { + "mappings": { + "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": { + "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": { + "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": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" + }, + "raw": { + "type": "keyword" + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -2070,7 +28510,1787 @@ "match_mapping_type": "*", "path_match": "catalogs.categorySpecificValues.*" } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_sport_course*" + }, + "template_study_module": { + "mappings": { + "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": { + "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": { + "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": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + }, + "polygon": { + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" + } + } + }, + "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": { + "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": { + "default": { + "type": "float", + "fields": {} + }, + "employee": { + "type": "float", + "fields": {} + }, + "guest": { + "type": "float", + "fields": {} + }, + "student": { + "type": "float", + "fields": {} + } + } + }, + "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": { + "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": { + "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": { + "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": { + "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": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ { "SCMap": { "mapping": { @@ -2180,4265 +30400,93 @@ "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.*" - } } ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_study_module*" + }, + "template_ticket": { + "mappings": { + "ticket": { + "dynamic": "strict", "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": { + "alternateNames": { + "type": "keyword", + "fields": { + "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": "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" - } - } + "approxWaitingTime": { + "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" - } - } + "currentTicketNumber": { + "type": "keyword" }, - "building": { + "description": { + "type": "text" + }, + "image": { + "type": "keyword" + }, + "inPlace": { "dynamic": "strict", "properties": { "address": { @@ -6524,66 +30572,14 @@ "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" - } - } + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" }, "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" - } - } + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" } } }, @@ -6606,380 +30602,6 @@ "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": { @@ -7142,7 +30764,7 @@ } }, "type": { - "type": "text", + "type": "keyword", "fields": { "sort": { "analyzer": "ducet_sort", @@ -7150,7 +30772,6 @@ "type": "text" }, "raw": { - "ignore_above": 10000, "type": "keyword" } } @@ -7160,3793 +30781,44 @@ }, "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", + "floorName": { + "type": "text", "fields": { "raw": { "type": "keyword" } } }, - "categories": { - "type": "keyword" - }, - "categorySpecificValues": { + "inventory": { "dynamic": "strict", "properties": {} }, - "description": { - "type": "text" - }, - "image": { + "paymentsAccepted": { + "type": "keyword" + } + } + }, + "name": { + "type": "text", + "fields": { + "raw": { "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": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, "type": "text" } } }, - "course of studies": { + "origin": { "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": { + "indexed": { "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": { + "maintainer": { "dynamic": "strict", "properties": { "additionalName": { @@ -11096,7 +30968,7 @@ } }, "type": { - "type": "text", + "type": "keyword", "fields": { "sort": { "analyzer": "ducet_sort", @@ -11104,7 +30976,6 @@ "type": "text" }, "raw": { - "ignore_above": 10000, "type": "keyword" } } @@ -11117,13186 +30988,1541 @@ } } }, - "translations": { + "modified": { + "type": "text" + }, + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { "dynamic": "strict", "properties": { - "de": { - "dynamic": "strict", - "properties": { - "description": { - "type": "text" - }, - "frequency": { - "type": "text" - }, - "name": { - "type": "text" - }, - "offers[].availability": { + "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" }, - "origin": { + "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" + } + } } } } } }, - "en": { - "dynamic": "strict", - "properties": { - "description": { + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, "type": "text" }, - "frequency": { - "type": "text" - }, - "name": { - "type": "text" - }, - "offers[].availability": { + "raw": { "type": "keyword" - }, - "origin": { - "dynamic": "strict", - "properties": { - "name": { - "type": "text" - } - } } } + }, + "uid": { + "type": "text" + }, + "url": { + "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" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" } } }, - "diff": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ + { + "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.*" + } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_ticket*" + }, + "template_todo": { + "mappings": { + "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": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + } + } + }, + "type": { + "type": "text" + }, + "url": { + "type": "text" + }, + "created": { + "type": "text" + }, + "deleted": { + "type": "boolean" + }, + "updated": { + "type": "text" + } + } + }, + "priority": { + "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": { + "type": "keyword" + } + } + }, + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ + { + "SCMap": { + "mapping": { + "type": "text" + }, + "match": "*", + "match_mapping_type": "*", + "path_match": "categorySpecificValues.*" + } + } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "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_todo*" + }, + "template_tour": { + "mappings": { + "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": { + "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": { + "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" }, - "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": { + "side": { "type": "keyword" }, - "name": { - "type": "text", - "fields": { - "raw": { + "type": { + "type": "keyword" + }, + "location": { + "type": "keyword" + }, + "canFail": { + "type": "boolean" + }, + "element": { + "type": "keyword" + }, + "position": { + "type": "keyword" + }, + "resolved": { + "dynamic": "strict", + "properties": { + "element": { "type": "keyword" }, - "sort": { - "analyzer": "ducet_sort", - "fielddata": true, - "type": "text" + "event": { + "type": "keyword" + }, + "location": { + "dynamic": "strict", + "properties": { + "is": { + "type": "keyword" + }, + "match": { + "type": "keyword" + } + } + }, + "menu": { + "type": "keyword" } } }, - "object": { + "text": { + "type": "text" + }, + "tries": { + "type": "integer" + } + } + }, + "translations": { + "dynamic": "strict", + "properties": { + "de": { "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" - } - } + "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": { + "en": { "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": { + "description": { "type": "text" }, "name": { "type": "text" }, - "originalId": { - "type": "text" - }, - "responsibleEntity": { + "origin": { "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" - } - } + "type": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, + "type": "text" }, - "alternateNames": { - "type": "keyword", - "fields": { - "raw": { - "type": "keyword" - } - } - }, - "categories": { + "raw": { "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" - } - } + "uid": { + "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" - } - } + "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" - } - } + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false + } + }, + "settings": { + "analysis": { + "analyzer": { + "ducet_sort": { + "filter": [ + "german_phonebook" + ], + "tokenizer": "keyword", + "type": "custom" }, - "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" - } - } + "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" }, - "person": { + "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_tour*" + }, + "template_video": { + "mappings": { + "video": { + "dynamic": "strict", + "properties": { + "actors": { "dynamic": "strict", "properties": { "additionalName": { @@ -24307,101 +32533,6 @@ } } }, - "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": { @@ -24451,372 +32582,6 @@ } } }, - "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": { @@ -24860,380 +32625,6 @@ "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" }, @@ -25289,7 +32680,6 @@ "type": "text" }, "raw": { - "ignore_above": 10000, "type": "keyword" } } @@ -25299,328 +32689,25 @@ }, "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": { + "alternateNames": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } + }, + "authors": { "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" - } - } + "additionalName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" } } }, @@ -25632,86 +32719,213 @@ } } }, - "categories": { - "type": "keyword" - }, - "categorySpecificValues": { - "dynamic": "strict", - "properties": {} + "birthDate": { + "type": "text" }, "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" - } - } + "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": { + "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": { @@ -25798,66 +33012,14 @@ "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" - } - } + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" }, "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" - } - } + "precision": "1m", + "tree": "quadtree", + "type": "geo_shape" } } }, @@ -26050,7 +33212,6 @@ "type": "text" }, "raw": { - "ignore_above": 10000, "type": "keyword" } } @@ -26078,2476 +33239,30 @@ } } }, - "name": { - "type": "text", - "fields": { - "raw": { - "type": "keyword" - }, - "sort": { - "analyzer": "ducet_sort", - "fielddata": true, - "type": "text" - } - } - }, - "openingHours": { - "type": "keyword" - }, - "origin": { + "prices": { "dynamic": "strict", "properties": { - "indexed": { - "type": "text" + "default": { + "type": "float", + "fields": {} }, - "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" - } - } + "employee": { + "type": "float", + "fields": {} }, - "modified": { - "type": "text" + "guest": { + "type": "float", + "fields": {} }, - "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" + "student": { + "type": "float", + "fields": {} } } }, - "translations": { + "provider": { "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": { @@ -28559,15 +33274,6 @@ "description": { "type": "text" }, - "endDate": { - "type": "text" - }, - "eventsEndDate": { - "type": "text" - }, - "eventsStartDate": { - "type": "text" - }, "image": { "type": "keyword" }, @@ -28584,9 +33290,6 @@ } } }, - "startDate": { - "type": "text" - }, "translations": { "dynamic": "strict", "properties": { @@ -28639,7 +33342,6 @@ "type": "text" }, "raw": { - "ignore_above": 10000, "type": "keyword" } } @@ -28649,21 +33351,8 @@ }, "url": { "type": "text" - } - } - }, - "alternateNames": { - "type": "keyword", - "fields": { - "raw": { - "type": "keyword" - } - } - }, - "catalogs": { - "dynamic": "strict", - "properties": { - "alternateNames": { + }, + "additionalName": { "type": "keyword", "fields": { "raw": { @@ -28671,321 +33360,85 @@ } } }, - "categories": { - "type": "keyword" - }, - "categorySpecificValues": { - "dynamic": "strict", - "properties": {} - }, - "description": { + "birthDate": { "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": { + "email": { "type": "keyword", "fields": { - "sort": { - "analyzer": "ducet_sort", - "fielddata": true, - "type": "text" - }, "raw": { - "ignore_above": 10000, "type": "keyword" } } }, - "uid": { - "type": "text" + "familyName": { + "type": "keyword", + "fields": { + "raw": { + "type": "keyword" + } + } }, - "url": { - "type": "text" + "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" } } - }, - "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": { + } + } + }, + "origin": { + "dynamic": "strict", + "properties": { + "indexed": { "type": "text" }, - "image": { - "type": "keyword" - }, - "maximumParticipants": { - "type": "integer" - }, - "name": { - "type": "text", - "fields": { - "raw": { - "type": "keyword" - }, - "sort": { - "analyzer": "ducet_sort", - "fielddata": true, - "type": "text" - } - } - }, - "organizers": { + "maintainer": { "dynamic": "strict", "properties": { "additionalName": { @@ -29143,7 +33596,6 @@ "type": "text" }, "raw": { - "ignore_above": 10000, "type": "keyword" } } @@ -29156,381 +33608,16 @@ } } }, - "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" - } - } + "modified": { + "type": "text" }, - "performers": { + "name": { + "type": "text" + }, + "originalId": { + "type": "text" + }, + "responsibleEntity": { "dynamic": "strict", "properties": { "additionalName": { @@ -29688,7 +33775,6 @@ "type": "text" }, "raw": { - "ignore_above": 10000, "type": "keyword" } } @@ -29701,8 +33787,128 @@ } } }, - "remainingAttendeeCapacity": { - "type": "integer" + "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", @@ -29756,7 +33962,6 @@ "type": "text" }, "raw": { - "ignore_above": 10000, "type": "keyword" } } @@ -29769,263 +33974,32 @@ } } }, - "study module": { + "sources": { "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" - } - } + "height": { + "type": "integer" }, - "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": { + "mimeType": { "type": "keyword" }, + "size": { + "type": "integer" + }, + "url": { + "type": "keyword" + }, + "width": { + "type": "integer" + } + } + }, + "thumbnails": { + "type": "keyword" + }, + "tracks": { + "dynamic": "strict", + "properties": { "language": { "dynamic": "strict", "properties": { @@ -30037,5042 +34011,143 @@ } } }, - "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" + "type": "keyword" }, "url": { - "type": "text" + "type": "keyword" } } }, - "ticket": { + "transcript": { + "type": "text" + }, + "translations": { "dynamic": "strict", "properties": { - "alternateNames": { - "type": "keyword", - "fields": { - "raw": { - "type": "keyword" - } - } - }, - "approxWaitingTime": { - "type": "text" - }, - "currentTicketNumber": { - "type": "keyword" - }, - "description": { - "type": "text" - }, - "image": { - "type": "keyword" - }, - "inPlace": { + "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" - } - } - } - } - }, - "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": { + "keywords": { "type": "keyword" }, "name": { - "type": "text", - "fields": { - "raw": { - "type": "keyword" - }, - "sort": { - "analyzer": "ducet_sort", - "fielddata": true, - "type": "text" - } - } + "type": "text" }, - "openingHours": { + "offers[].availability": { "type": "keyword" }, - "translations": { + "origin": { "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, + "name": { "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": { + "en": { "dynamic": "strict", "properties": { - "indexed": { + "description": { "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" + "keywords": { + "type": "keyword" }, "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, + "offers[].availability": { "type": "keyword" + }, + "origin": { + "dynamic": "strict", + "properties": { + "name": { + "type": "text" + } + } } } - }, - "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": { + "type": "keyword", + "fields": { + "sort": { + "analyzer": "ducet_sort", + "fielddata": true, "type": "text" }, - "done": { - "type": "boolean" - }, - "dueDate": { - "type": "text" - }, - "image": { + "raw": { "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": { + "uid": { + "type": "text" + }, + "url": { + "type": "text" + }, + "creation_date": { + "type": "date" + } + }, + "dynamic_templates": [ + { + "SCMap": { + "mapping": { "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" - } + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" } }, - "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": { + { + "SCMap": { + "mapping": { "type": "text" }, - "description": { + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { "type": "text" }, - "duration": { + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.categorySpecificValues.*" + } + }, + { + "SCMap": { + "mapping": { "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" - } + "match": "*", + "match_mapping_type": "*", + "path_match": "offers.inPlace.inventory.*" } } - } + ], + "_source": { + "excludes": [ + "creation_date" + ] + }, + "date_detection": false } }, "settings": { @@ -35124,7 +34199,6 @@ "number_of_replicas": 0, "number_of_shards": 1 }, - "template": "stapps_*" - }, - "errors": [] + "template": "stapps_video*" + } } \ No newline at end of file diff --git a/src/cli.ts b/src/cli.ts index a7bca219..5820fe09 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -15,7 +15,9 @@ import {Logger} from '@openstapps/logger'; import * as commander from 'commander'; import {existsSync, readFileSync, writeFileSync} from 'fs'; +import * as got from 'got'; import {join, resolve} from 'path'; +import {exit} from 'process'; import { getProjectReflection, mkdirPromisified, @@ -102,11 +104,53 @@ commander // write documentation to file // tslint:disable-next-line:no-magic-numbers - writeFileSync(mappingPath, JSON.stringify(result, null, 2)); + writeFileSync(mappingPath, JSON.stringify(result.mappings, null, 2)); Logger.ok(`Elasticsearch mapping written to ${mappingPath}.`); }); +commander + .command('put-es-templates [ignoredTags]') + .action(async (relativeSrcPath, esAddress, ignoredTags) => { + // get absolute paths + const srcPath = resolve(relativeSrcPath); + + let ignoredTagsList: string[] = []; + if (typeof ignoredTags === 'string') { + ignoredTagsList = ignoredTags.split(','); + } + + // get project reflection + const projectReflection = getProjectReflection(srcPath); + + const result = generateTemplate(projectReflection, ignoredTagsList, true); + if (result.errors.length !== 0) { + await Logger.error(`Mapping generated with errors:\n${JSON.stringify(result.errors)}`); + exit(-1); + } else { + Logger.ok('Mapping generated without errors!'); + } + + for (const template in result.mappings) { + if (!result.mappings.hasOwnProperty(template)) { + continue; + } + + const response = await got.put(`${esAddress}_template/${template}`, { + body: result.mappings[template], + json: true, + }); + + const HTTP_STATUS_OK = 200; + if (response.statusCode !== HTTP_STATUS_OK) { + await Logger.error(`Template for "${template}" failed in Elasticsearch:\n${JSON.stringify(response.body)}`); + exit(-1); + } + } + + Logger.ok(`Templates accepted by Elasticsearch.`); + }); + commander .command('schema ') .action(async (relativeSrcPath, relativeSchemaPath) => { diff --git a/src/mapping.ts b/src/mapping.ts index acee776e..e6c3d5ac 100644 --- a/src/mapping.ts +++ b/src/mapping.ts @@ -35,8 +35,8 @@ import {settings} from './mappings/definitions/settings'; import {dynamicTypes, ElasticsearchDataType, typemap} from './mappings/definitions/typemap'; import { ElasticsearchDynamicTemplate, - ElasticsearchMappings, - ElasticsearchObject, ElasticsearchType, + ElasticsearchObject, ElasticsearchTemplateCollection, + ElasticsearchType, ElasticsearchValue, } from './mappings/mapping-definitions'; @@ -172,9 +172,11 @@ function handleExternalType(ref: ReferenceType, generics: Map