Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
graces_es6
Project
Project
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
rank
graces_es6
Commits
98c79f78
Commit
98c79f78
authored
Nov 05, 2020
by
李小芳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改mapping
parent
a9ca82d3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
user.json
trans2es/mapping/user.json
+2
-2
No files found.
trans2es/mapping/user.json
View file @
98c79f78
...
...
@@ -3,9 +3,9 @@
"id"
:{
"type"
:
"long"
},
"last_name"
:{
"type"
:
"text"
,
"analyzer"
:
"gm_default_index"
,
"search_analyzer"
:
"gm_default_search"
},
//昵称
"last_name_not_analyzed"
:
{
"type"
:
"keyword"
},
//昵称
"last_name_2grams"
:
{
"type"
:
"
string
"
},
//昵称
-2
grams
"last_name_2grams"
:
{
"type"
:
"
keyword
"
},
//昵称
-2
grams
"is_active"
:{
"type"
:
"boolean"
},
//后台勾选有效且不在黑名单
"membership_level"
:{
"type"
:
"
string
"
},
//会员等级(普通
,
达人)
"membership_level"
:{
"type"
:
"
keyword
"
},
//会员等级(普通
,
达人)
"last_login"
:{
//最后登陆
"type"
:
"date"
,
"format"
:
"date_time_no_millis"
...
...
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