mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-02 22:03:11 +00:00
update Elastic Search index mapping info
This commit is contained in:
parent
af7e323d02
commit
148e1d650c
@ -45,7 +45,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"metric_name_suggest": {
|
"metric_name_suggest": {
|
||||||
"type": "completion"
|
"type": "completion",
|
||||||
|
"analyzer": "standard"
|
||||||
},
|
},
|
||||||
"metric_ref_id": {
|
"metric_ref_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@ -122,7 +123,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"name_suggest": {
|
"name_suggest": {
|
||||||
"type": "completion"
|
"type": "completion",
|
||||||
|
"analyzer": "standard"
|
||||||
},
|
},
|
||||||
"parent_name": {
|
"parent_name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@ -193,7 +195,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"flow_name_suggest": {
|
"flow_name_suggest": {
|
||||||
"type": "completion"
|
"type": "completion",
|
||||||
|
"analyzer": "standard"
|
||||||
},
|
},
|
||||||
"flow_path": {
|
"flow_path": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@ -229,7 +232,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"job_name_suggest": {
|
"job_name_suggest": {
|
||||||
"type": "completion"
|
"type": "completion",
|
||||||
|
"analyzer": "standard"
|
||||||
},
|
},
|
||||||
"job_path": {
|
"job_path": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user