initial stage
This commit is contained in:
parent
5486d48817
commit
26b0d7219d
|
@ -681,12 +681,6 @@ mappings['products'] = {
|
|||
#
|
||||
mappings['services'] = {
|
||||
"properties": {
|
||||
### SYNTHETIC FIELDS
|
||||
"keyword": {
|
||||
"path": "tags",
|
||||
"type": "alias"
|
||||
},
|
||||
### ORIGINAL FIELDS
|
||||
"accessRestriction": {
|
||||
"type": "keyword"
|
||||
},
|
||||
|
@ -772,6 +766,10 @@ mappings['services'] = {
|
|||
"tags": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"keyword": {
|
||||
"path": "tags",
|
||||
"type": "alias"
|
||||
},
|
||||
"targetUsers": {
|
||||
"type": "keyword"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue