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