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:
mgorsk1 2023-11-10 09:47:35 +01:00 committed by GitHub
parent 4b625f7ba5
commit 204cffdffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -306,7 +306,8 @@
}
},
"fullyQualifiedName": {
"type": "text"
"type": "keyword",
"normalizer": "lowercase_normalizer"
},
"description": {
"type": "text"

View File

@ -315,7 +315,8 @@
}
},
"fullyQualifiedName": {
"type": "text"
"type": "keyword",
"normalizer": "lowercase_normalizer"
},
"description": {
"type": "text"

View File

@ -290,7 +290,8 @@
}
},
"fullyQualifiedName": {
"type": "text"
"type": "keyword",
"normalizer": "lowercase_normalizer"
},
"description": {
"type": "text"