mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 14:13:06 +00:00
MINOR: Fix LocationPath Index (#18364)
This commit is contained in:
parent
5801e6c380
commit
e4003efdf9
@ -500,7 +500,7 @@
|
||||
}
|
||||
},
|
||||
"locationPath": {
|
||||
"type": "text"
|
||||
"type": "keyword"
|
||||
},
|
||||
"usageSummary": {
|
||||
"properties": {
|
||||
|
@ -478,7 +478,7 @@
|
||||
}
|
||||
},
|
||||
"locationPath": {
|
||||
"type": "text"
|
||||
"type": "keyword"
|
||||
},
|
||||
"usageSummary": {
|
||||
"properties": {
|
||||
|
@ -453,7 +453,7 @@
|
||||
}
|
||||
},
|
||||
"locationPath": {
|
||||
"type": "text"
|
||||
"type": "keyword"
|
||||
},
|
||||
"usageSummary": {
|
||||
"properties": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user