feat(商城): 代码优化
parent
ba9ab56076
commit
db7b14ff19
@ -1,35 +1,41 @@
|
||||
{
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "text",
|
||||
"analyzer": "ik_max_word"
|
||||
},
|
||||
"sales": {
|
||||
"type": "integer"
|
||||
},
|
||||
"isHot": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isNew": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"countPrice": {
|
||||
"type": "float"
|
||||
},
|
||||
"retailPrice": {
|
||||
"type": "float"
|
||||
},
|
||||
"keyword": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"isOnSale": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"createTime": {
|
||||
"type": "date"
|
||||
}
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "text",
|
||||
"analyzer": "ik_max_word",
|
||||
"fields": {
|
||||
"suggest": {
|
||||
"type": "completion",
|
||||
"analyzer": "ik_max_word"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sales": {
|
||||
"type": "integer"
|
||||
},
|
||||
"isHot": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isNew": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"countPrice": {
|
||||
"type": "float"
|
||||
},
|
||||
"retailPrice": {
|
||||
"type": "float"
|
||||
},
|
||||
"keyword": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"isOnSale": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"createTime": {
|
||||
"type": "date"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue