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