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
b449c0c3
Commit
b449c0c3
authored
Nov 05, 2020
by
李小芳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改mapping
parent
00c1467b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
consultant.json
trans2es/mapping/consultant.json
+11
-11
No files found.
trans2es/mapping/consultant.json
View file @
b449c0c3
{
"dynamic"
:
"strict"
,
"properties"
:
{
"id"
:{
"type"
:
"
string"
,
"index"
:
"not_analyze
d"
},
//
面诊顾问ID
"id"
:{
"type"
:
"
keywor
d"
},
//
面诊顾问ID
"is_online"
:{
"type"
:
"boolean"
},
//医生是否在线
或面诊师本身是否在线
"facevideo_is_onlie"
:{
"type"
:
"boolean"
},
//是否在线面诊
"facevideo_is_status"
:{
"type"
:
"long"
},
//面诊状态
"facevideo_is_assistant"
:{
"type"
:
"boolean"
},
//是否医生助理
"facevideo_good_at_ids"
:{
"type"
:
"long"
},
//面诊擅长的项目
"facevideo_good_at"
:{
"type"
:
"
string"
,
"index"
:
"not_analyze
d"
},
//面诊擅长的项目
"facevideo_good_at"
:{
"type"
:
"
keywor
d"
},
//面诊擅长的项目
"type"
:{
"type"
:
"long"
},
//
1
是医生
2
是面诊师
"is_banned"
:{
"type"
:
"boolean"
},
//是否被禁止面诊
"merchant_id"
:
{
"type"
:
"
string"
,
"index"
:
"not_analyze
d"
},
//所属的商户Id
"doctor_id"
:
{
"type"
:
"
string"
,
"index"
:
"not_analyze
d"
},
//医生Id
"consultant_id"
:{
"type"
:
"
string"
,
"index"
:
"not_analyze
d"
},
//面诊师Id
"merchant_id"
:
{
"type"
:
"
keywor
d"
},
//所属的商户Id
"doctor_id"
:
{
"type"
:
"
keywor
d"
},
//医生Id
"consultant_id"
:{
"type"
:
"
keywor
d"
},
//面诊师Id
"doctor_score"
:
{
"type"
:
"double"
},
"rank_score"
:
{
"type"
:
"double"
},
"user_id"
:{
"type"
:
"long"
},
//用户ID
...
...
@@ -22,13 +22,13 @@
"hospital"
:{
"type"
:
"object"
,
"properties"
:{
"id"
:{
"type"
:
"
string"
,
"index"
:
"not_analyze
d"
},
"name"
:{
"type"
:
"
string
"
,
"analyzer"
:
"gm_ngram_index"
,
"search_analyzer"
:
"gm_default_search"
},
//医院名
"officer_name"
:{
"type"
:
"
string
"
,
"analyzer"
:
"gm_default_index"
,
"search_analyzer"
:
"gm_default_search"
},
//机构管理者名称
"hospital_type"
:{
"type"
:
"
string
"
,
"index"
:
"not_analyzed"
},
//医院类型
,
0
公立
,
1
民营
"city_name"
:{
"type"
:
"
string
"
,
"analyzer"
:
"gm_ngram_index"
,
"search_analyzer"
:
"gm_default_search"
},
//城市名
"id"
:{
"type"
:
"
keywor
d"
},
"name"
:{
"type"
:
"
text
"
,
"analyzer"
:
"gm_ngram_index"
,
"search_analyzer"
:
"gm_default_search"
},
//医院名
"officer_name"
:{
"type"
:
"
text
"
,
"analyzer"
:
"gm_default_index"
,
"search_analyzer"
:
"gm_default_search"
},
//机构管理者名称
"hospital_type"
:{
"type"
:
"
text
"
,
"index"
:
"not_analyzed"
},
//医院类型
,
0
公立
,
1
民营
"city_name"
:{
"type"
:
"
text
"
,
"analyzer"
:
"gm_ngram_index"
,
"search_analyzer"
:
"gm_default_search"
},
//城市名
"city_tag_id"
:{
"type"
:
"long"
},
//城市tag
id
"city_province_name"
:{
"type"
:
"
string
"
,
"analyzer"
:
"gm_ngram_index"
,
"search_analyzer"
:
"gm_default_search"
},
//省份名
"city_province_name"
:{
"type"
:
"
text
"
,
"analyzer"
:
"gm_ngram_index"
,
"search_analyzer"
:
"gm_default_search"
},
//省份名
"city_province_tag_id"
:{
"type"
:
"long"
},
//省份tag
id
"city_province_country_tag_id"
:{
"type"
:
"long"
}
//国家tagID
}
...
...
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