initial stage
This commit is contained in:
parent
e293990c27
commit
4f4c236b19
|
@ -680,7 +680,16 @@ mappings['products'] = {
|
||||||
# EOSC CATALOG
|
# EOSC CATALOG
|
||||||
#
|
#
|
||||||
mappings['services'] = {
|
mappings['services'] = {
|
||||||
|
### SYNTHETIC FIELDS
|
||||||
|
"keyword": {
|
||||||
|
"path": "tags",
|
||||||
|
"type": "alias"
|
||||||
|
},
|
||||||
|
### ORIGINAL FIELDS
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"accessRestriction": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
"access_modes": {
|
"access_modes": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
@ -763,6 +772,12 @@ mappings['services'] = {
|
||||||
"tags": {
|
"tags": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
"targetUsers": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"thematic": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue