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
胡古飞
2017-03-10 11:58:56 +0800
Commit
eda8d44bbd041af2dca2a961a9346fdaf6cde1e2
1 parent
2fbe101c
attributeNames改为ik分词器
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
index/src/main/resources/esmapping/productindex.json
index/src/main/resources/esmapping/productindex.json
View file @
eda8d44
...
...
@@ -938,7 +938,9 @@
},
"attributeNames"
:
{
"type"
:
"string"
,
"analyzer"
:
"comma_spliter"
"store"
:
false
,
"analyzer"
:
"ik_complex"
,
"search_analyzer"
:
"ik_complex"
},
"sknDefaultImg"
:
{
"type"
:
"string"
,
...
...
Please
register
or
login
to post a comment