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
32ec1fd9
Commit
32ec1fd9
authored
Nov 05, 2020
by
李小芳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改mapping
parent
ce830229
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
53 deletions
+51
-53
group.json
trans2es/mapping/group.json
+51
-53
No files found.
trans2es/mapping/group.json
View file @
32ec1fd9
{
{
"mappings"
:
{
"properties"
:
{
"properties"
:
{
"id"
:
{
"id"
:
{
"type"
:
"long"
"type"
:
"long"
},
},
"name"
:
{
"name"
:
{
"type"
:
"keyword"
"type"
:
"keyword"
},
},
"mapping_type"
:
{
"mapping_type"
:
{
"type"
:
"keyword"
"type"
:
"keyword"
},
},
"is_online"
:
{
"is_online"
:
{
"type"
:
"boolean"
"type"
:
"boolean"
},
},
"create_time"
:
{
"create_time"
:
{
"type"
:
"date"
,
"type"
:
"date"
,
"format"
:
"date_time_no_millis"
"format"
:
"date_time_no_millis"
},
},
"update_time"
:
{
"update_time"
:
{
"type"
:
"date"
,
"type"
:
"date"
,
"format"
:
"date_time_no_millis"
"format"
:
"date_time_no_millis"
},
},
"last_content_create_time"
:
{
"last_content_create_time"
:
{
"type"
:
"date"
,
"type"
:
"date"
,
"format"
:
"date_time_no_millis"
"format"
:
"date_time_no_millis"
},
},
"last_content_comment_time"
:
{
"last_content_comment_time"
:
{
"type"
:
"date"
,
"type"
:
"date"
,
"format"
:
"date_time_no_millis"
"format"
:
"date_time_no_millis"
},
},
"tag_ids"
:
{
"tag_ids"
:
{
"type"
:
"long"
"type"
:
"long"
},
},
"tag_names"
:
{
"tag_names"
:
{
"type"
:
"text"
,
"type"
:
"text"
,
"analyzer"
:
"gm_default_index"
,
"analyzer"
:
"gm_default_index"
,
"search_analyzer"
:
"gm_default_search"
"search_analyzer"
:
"gm_default_search"
},
},
"user_ids"
:
{
"user_ids"
:
{
"type"
:
"long"
"type"
:
"long"
},
},
"user_follow_number"
:
{
"user_follow_number"
:
{
"type"
:
"long"
"type"
:
"long"
},
},
"tags_v3_ids"
:
{
"tags_v3_ids"
:
{
"type"
:
"long"
"type"
:
"long"
},
},
"tags_v3_name"
:
{
"tags_v3_name"
:
{
"type"
:
"keyword"
"type"
:
"keyword"
},
},
"is_show_index"
:
{
"is_show_index"
:
{
"type"
:
"boolean"
"type"
:
"boolean"
}
}
}
}
}
}
}
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