Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
search-model-data
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
田川
search-model-data
Commits
0bc95b5b
Commit
0bc95b5b
authored
Jun 18, 2021
by
王玉龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'FEATURE-SEARCH-904-productFeatureUpdate' into 'master'
1.商品特征修改 See merge request tianchuan/search-model-data!7
parents
5c1d537f
7f7e5d66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
create_product_feature_ext_table.sql
src/main/scripts/product_feature/create_product_feature_ext_table.sql
+1
-1
insert_product_feature_ext.sql
src/main/scripts/product_feature/insert_product_feature_ext.sql
+1
-1
No files found.
src/main/scripts/product_feature/create_product_feature_ext_table.sql
View file @
0bc95b5b
...
...
@@ -99,7 +99,7 @@ create external table if not exists secoo_search.search_data_product_feature_ext
`group_id`
bigint
COMMENT
'清一色group_id'
,
`group_main_id`
bigint
COMMENT
'清一色group_main_id'
,
`product_main_id`
bigint
COMMENT
'商品spu id'
,
`
embedding_code`
string
COMMENT
'商品的embedding
值'
,
`
vectors`
string
COMMENT
'商品的vectors
值'
,
`style`
string
COMMENT
'风格'
,
`occasion`
string
COMMENT
'场景'
,
`color`
string
COMMENT
'颜色'
,
...
...
src/main/scripts/product_feature/insert_product_feature_ext.sql
View file @
0bc95b5b
...
...
@@ -115,7 +115,7 @@ SELECT
RP
.
group_id
AS
group_id
,
RP
.
group_main_id
AS
group_main_id
,
RP
.
product_main_id
AS
product_main_id
,
RP
.
embedding_code
AS
embedding_code
,
RP
.
vectors
AS
vectors
,
RP
.
style
AS
style
,
RP
.
occasion
AS
occasion
,
RP
.
color
AS
color
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment