tblproductnew.json
2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"tblproductnew": {
"_all": {
"enabled": false
},
"_source": {
"enabled": true
},
"properties": {
"product_skn": {
"type": "integer"
},
"product_name": {
"type": "text",
"analyzer": "ik_complex",
"search_analyzer": "ik_complex_search"
},
"goods_price": {
"type": "double"
},
"brand_id": {
"type": "long"
},
"site_id": {
"type": "long"
},
"sort_one": {
"type": "long"
},
"sort_two": {
"type": "long"
},
"sort_three": {
"type": "long"
},
"sort_four": {
"type": "long"
},
"is_limited": {
"type": "keyword"
},
"country_id": {
"type": "long"
},
"gender": {
"type": "keyword"
},
"currency_id": {
"type": "long"
},
"tag_price": {
"type": "double"
},
"orign_price": {
"type": "double"
},
"status": {
"type": "long"
},
"stock_status": {
"type": "long"
},
"update_time": {
"type": "long"
},
"shelf_time": {
"type": "long"
},
"color_ids": {
"type": "text",
"analyzer": "comma_spliter",
"fielddata": "true"
},
"is_global": {
"type": "keyword"
},
"skc": {
"properties": {
"cover": {
"type": "keyword"
},
"color": {
"type": "keyword"
},
"product_skc": {
"type": "long"
},
"format_cover": {
"type": "keyword"
},
"color_sys_id": {
"type": "long"
}
}
},
"size_list": {
"type": "keyword"
},
"format_cover": {
"type": "keyword"
},
"cover": {
"type": "keyword"
},
"is_plane": {
"type": "keyword"
},
"show_status": {
"type": "keyword"
}
}
}
}