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
胡古飞
2016-12-30 12:41:13 +0800
Commit
0b0df1fb22f89c379fc85db56cc580c56e9a2f76
1 parent
a42ebd4a
设置brandName_lowercase的search_analyzer为ik_complex
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
index/src/main/resources/esmapping/productindex.json
index/src/main/resources/esmapping/productindex.json
View file @
0b0df1f
...
...
@@ -277,7 +277,8 @@
"brandName_lowercase"
:
{
"type"
:
"string"
,
"store"
:
false
,
"analyzer"
:
"lowercase_keyword"
"analyzer"
:
"lowercase_keyword"
,
"search_analyzer"
:
"ik_complex"
}
},
"type"
:
"multi_field"
...
...
Please
register
or
login
to post a comment