mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-07 16:11:30 +00:00
fix a part of es exception while migrate (#14876)
This commit is contained in:
parent
dcd3d47c2b
commit
5e653d25ff
@ -17,6 +17,14 @@
|
|||||||
"lowercase",
|
"lowercase",
|
||||||
"om_stemmer"
|
"om_stemmer"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"om_ngram": {
|
||||||
|
"tokenizer": "ngram",
|
||||||
|
"min_gram": 3,
|
||||||
|
"max_gram": 10,
|
||||||
|
"filter": [
|
||||||
|
"lowercase"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"filter": {
|
"filter": {
|
||||||
@ -43,10 +51,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"fullyQualifiedName": {
|
||||||
|
"type": "keyword",
|
||||||
|
"normalizer": "lowercase_normalizer"
|
||||||
|
},
|
||||||
"displayName": {
|
"displayName": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"analyzer": "om_analyzer",
|
"analyzer": "om_analyzer",
|
||||||
"fields": {
|
|
||||||
"fields": {
|
"fields": {
|
||||||
"keyword": {
|
"keyword": {
|
||||||
"type": "keyword",
|
"type": "keyword",
|
||||||
@ -54,17 +65,26 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fullyQualifiedName": {
|
"description": {
|
||||||
"type": "keyword",
|
"type": "text",
|
||||||
"normalizer": "lowercase_normalizer"
|
"analyzer": "om_analyzer",
|
||||||
|
"index_options": "docs"
|
||||||
},
|
},
|
||||||
"fqnParts": {
|
"fqnParts": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
"description": {
|
"entityType": {
|
||||||
"type": "text",
|
"type": "keyword"
|
||||||
"index_options": "docs",
|
},
|
||||||
"analyzer": "om_analyzer"
|
"suggest": {
|
||||||
|
"type": "completion",
|
||||||
|
"contexts": [
|
||||||
|
{
|
||||||
|
"name": "deleted",
|
||||||
|
"type": "category",
|
||||||
|
"path": "deleted"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"type": "float"
|
"type": "float"
|
||||||
@ -79,25 +99,12 @@
|
|||||||
"chartType": {
|
"chartType": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"sourceUrl": {
|
|
||||||
"type": "keyword"
|
|
||||||
},
|
|
||||||
"href": {
|
"href": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"entityType": {
|
"sourceUrl": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
"suggest": {
|
|
||||||
"type": "completion",
|
|
||||||
"contexts": [
|
|
||||||
{
|
|
||||||
"name": "deleted",
|
|
||||||
"type": "category",
|
|
||||||
"path": "deleted"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"owner": {
|
"owner": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
@ -127,6 +134,7 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"keyword": {
|
"keyword": {
|
||||||
"type": "keyword",
|
"type": "keyword",
|
||||||
|
"normalizer": "lowercase_normalizer",
|
||||||
"ignore_above": 256
|
"ignore_above": 256
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -146,46 +154,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"followers": {
|
"followers": {
|
||||||
"properties": {
|
"type": "keyword"
|
||||||
"id": {
|
|
||||||
"type": "keyword",
|
|
||||||
"fields": {
|
|
||||||
"keyword": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 36
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"type": "keyword"
|
|
||||||
},
|
|
||||||
"name": {
|
|
||||||
"type": "keyword",
|
|
||||||
"fields": {
|
|
||||||
"keyword": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"fullyQualifiedName": {
|
|
||||||
"type": "text"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"type": "text"
|
|
||||||
},
|
|
||||||
"deleted": {
|
|
||||||
"type": "text"
|
|
||||||
},
|
|
||||||
"href": {
|
|
||||||
"type": "text"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"tags": {
|
"tags": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"tagFQN": {
|
"tagFQN": {
|
||||||
"type": "keyword"
|
"type": "keyword",
|
||||||
|
"normalizer": "lowercase_normalizer"
|
||||||
},
|
},
|
||||||
"labelType": {
|
"labelType": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
@ -224,6 +199,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"displayName": {
|
||||||
|
"type": "keyword",
|
||||||
|
"fields": {
|
||||||
|
"keyword": {
|
||||||
|
"type": "keyword",
|
||||||
|
"normalizer": "lowercase_normalizer",
|
||||||
|
"ignore_above": 256
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"fullyQualifiedName": {
|
"fullyQualifiedName": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
@ -244,9 +229,6 @@
|
|||||||
"deleted": {
|
"deleted": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"lifeCycle": {
|
|
||||||
"type": "object"
|
|
||||||
},
|
|
||||||
"domain" : {
|
"domain" : {
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
@ -270,6 +252,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"displayName": {
|
||||||
|
"type": "keyword",
|
||||||
|
"fields": {
|
||||||
|
"keyword": {
|
||||||
|
"type": "keyword",
|
||||||
|
"normalizer": "lowercase_normalizer",
|
||||||
|
"ignore_above": 256
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"fullyQualifiedName": {
|
"fullyQualifiedName": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
@ -284,7 +276,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dataProducts" : {
|
"lifeCycle": {
|
||||||
|
"type": "object"
|
||||||
|
},
|
||||||
|
"dataProducts": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "keyword",
|
"type": "keyword",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user