...
|
...
|
@@ -29,16 +29,20 @@ |
|
|
"type": "integer"
|
|
|
},
|
|
|
"shopLogo": {
|
|
|
"type": "keyword"
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
},
|
|
|
"websiteUrl": {
|
|
|
"type": "keyword"
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
},
|
|
|
"otherUrl": {
|
|
|
"type": "keyword"
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
},
|
|
|
"shopAddress": {
|
|
|
"type": "keyword"
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
},
|
|
|
"createPid": {
|
|
|
"type": "integer"
|
...
|
...
|
@@ -68,19 +72,23 @@ |
|
|
"type": "integer"
|
|
|
},
|
|
|
"shopIntro": {
|
|
|
"type": "keyword"
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
},
|
|
|
"decoratorTemplateType": {
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"searchShowImage": {
|
|
|
"type": "keyword"
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
},
|
|
|
"shopDesc": {
|
|
|
"type": "keyword"
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
},
|
|
|
"shopBackImg": {
|
|
|
"type": "keyword"
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|