diff --git a/dnet-ariadneplus/src/main/resources/es/schemaCatalogElasticsearc7.json b/dnet-ariadneplus/src/main/resources/es/schemaCatalogElasticsearc7.json index ba1be9b..e0cf5bc 100644 --- a/dnet-ariadneplus/src/main/resources/es/schemaCatalogElasticsearc7.json +++ b/dnet-ariadneplus/src/main/resources/es/schemaCatalogElasticsearc7.json @@ -1,5 +1,5 @@ { - "catalog": { + "catalog" : { "mappings" : { "properties" : { "aatSubjects" : { @@ -39,6 +39,19 @@ } } }, + "archeologicalResourceType" : { + "properties" : { + "name" : { + "type" : "text", + "fields" : { + "keyword" : { + "type" : "keyword", + "ignore_above" : 256 + } + } + } + } + }, "audience" : { "type" : "text" }, @@ -134,6 +147,15 @@ "name" : { "type" : "text" }, + "phone" : { + "type" : "text", + "fields" : { + "keyword" : { + "type" : "keyword", + "ignore_above" : 256 + } + } + }, "type" : { "type" : "text" } @@ -357,6 +379,15 @@ "ignore_above" : 256 } } + }, + "postcode" : { + "type" : "text", + "fields" : { + "keyword" : { + "type" : "keyword", + "ignore_above" : 256 + } + } } } }, @@ -405,4 +436,5 @@ } } } - } } + } +} \ No newline at end of file