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
71c22883
Commit
71c22883
authored
Nov 05, 2020
by
李小芳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改mapping
parent
c13e099f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
itemwiki.json
trans2es/mapping/itemwiki.json
+0
-1
lbs.json
trans2es/mapping/lbs.json
+5
-8
No files found.
trans2es/mapping/itemwiki.json
View file @
71c22883
{
{
"dynamic"
:
"strict"
,
"properties"
:
{
"properties"
:
{
"id"
:{
"type"
:
"long"
},
"id"
:{
"type"
:
"long"
},
"item_name"
:{
"type"
:
"text"
,
"analyzer"
:
"gm_default_index"
,
"search_analyzer"
:
"gm_default_search"
},
//wiki名称
"item_name"
:{
"type"
:
"text"
,
"analyzer"
:
"gm_default_index"
,
"search_analyzer"
:
"gm_default_search"
},
//wiki名称
...
...
trans2es/mapping/lbs.json
View file @
71c22883
{
{
"dynamic"
:
"strict"
,
"properties"
:
{
"properties"
:
{
"id"
:
{
"id"
:
{
"type"
:
"string"
,
"type"
:
"keyword"
"index"
:
"not_analyzed"
},
},
"is_promote"
:
{
"is_promote"
:
{
"type"
:
"boolean"
,
"type"
:
"boolean"
,
"null_value"
:
false
"null_value"
:
false
},
},
"origin_id"
:
{
"origin_id"
:
{
"type"
:
"string"
,
"type"
:
"keyword"
"index"
:
"not_analyzed"
},
},
"smart_rank"
:
{
"smart_rank"
:
{
"type"
:
"double"
,
"type"
:
"double"
,
...
@@ -21,13 +18,13 @@
...
@@ -21,13 +18,13 @@
"type"
:
"integer"
"type"
:
"integer"
},
},
"city_id"
:
{
"city_id"
:
{
"type"
:
"
string
"
"type"
:
"
keyword
"
},
},
"city_tag_id"
:
{
"city_tag_id"
:
{
"type"
:
"long"
"type"
:
"long"
},
},
"merchant_doctor_id"
:
{
"merchant_doctor_id"
:
{
"type"
:
"
string
"
"type"
:
"
keyword
"
},
},
"promotion_ids"
:
{
"promotion_ids"
:
{
"type"
:
"long"
"type"
:
"long"
...
@@ -67,7 +64,7 @@
...
@@ -67,7 +64,7 @@
"format"
:
"date_time_no_millis"
"format"
:
"date_time_no_millis"
},
},
"hospital_name"
:
{
"hospital_name"
:
{
"type"
:
"
string
"
,
"type"
:
"
text
"
,
"analyzer"
:
"gm_default_index"
,
"analyzer"
:
"gm_default_index"
,
"search_analyzer"
:
"gm_default_search"
"search_analyzer"
:
"gm_default_search"
},
},
...
...
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