mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 19:48:17 +00:00
Fixes 13896: fix fullyQualifiedName field mapping for database schema search (#13898)
* fix fqn field mapping for database schema search
* 👌 Updating code due to code review changes.
---------
Co-authored-by: 07Himank <112613760+07Himank@users.noreply.github.com>
This commit is contained in:
parent
4b625f7ba5
commit
204cffdffa
@ -306,7 +306,8 @@
|
||||
}
|
||||
},
|
||||
"fullyQualifiedName": {
|
||||
"type": "text"
|
||||
"type": "keyword",
|
||||
"normalizer": "lowercase_normalizer"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
|
||||
@ -315,7 +315,8 @@
|
||||
}
|
||||
},
|
||||
"fullyQualifiedName": {
|
||||
"type": "text"
|
||||
"type": "keyword",
|
||||
"normalizer": "lowercase_normalizer"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
|
||||
@ -290,7 +290,8 @@
|
||||
}
|
||||
},
|
||||
"fullyQualifiedName": {
|
||||
"type": "text"
|
||||
"type": "keyword",
|
||||
"normalizer": "lowercase_normalizer"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user