Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-consumer
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wangnan9279
2018-12-04 10:43:29 +0800
Commit
f1d450c9f18c8e394f500ddee2f2048f5d1c87f9
1 parent
b32cc694
模糊搜索加入ufo货号 fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
index/src/main/resources/esmapping/productindex.json
index/src/main/resources/esmapping/ufoproductindex.json
index/src/main/resources/esmapping/productindex.json
View file @
f1d450c
...
...
@@ -721,7 +721,9 @@
"analyzer"
:
"comma_spliter"
},
"ufoProductCode"
:
{
"type"
:
"keyword"
"type"
:
"text"
,
"analyzer"
:
"lowercase_keyword"
,
"search_analyzer"
:
"lowercase_keyword"
}
}
}
...
...
index/src/main/resources/esmapping/ufoproductindex.json
View file @
f1d450c
...
...
@@ -26,7 +26,9 @@
}
},
"productCode"
:
{
"type"
:
"keyword"
"type"
:
"text"
,
"analyzer"
:
"lowercase_keyword"
,
"search_analyzer"
:
"lowercase_keyword"
},
"maxSortId"
:
{
"type"
:
"integer"
...
...
Please
register
or
login
to post a comment