initial stage

This commit is contained in:
Giambattista Bloisi 2024-04-11 16:41:32 +02:00
parent e293990c27
commit 4f4c236b19
1 changed files with 15 additions and 0 deletions

View File

@ -680,7 +680,16 @@ mappings['products'] = {
# EOSC CATALOG
#
mappings['services'] = {
### SYNTHETIC FIELDS
"keyword": {
"path": "tags",
"type": "alias"
},
### ORIGINAL FIELDS
"properties": {
"accessRestriction": {
"type": "keyword"
},
"access_modes": {
"type": "keyword"
},
@ -763,6 +772,12 @@ mappings['services'] = {
"tags": {
"type": "keyword"
},
"targetUsers": {
"type": "keyword"
},
"thematic": {
"type": "boolean"
},
"type": {
"type": "keyword"
},