initial stage
This commit is contained in:
parent
e293990c27
commit
4f4c236b19
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue