MINOR: Fix LocationPath Index (#18364)

This commit is contained in:
Mayur Singal 2024-10-23 10:59:08 +05:30 committed by GitHub
parent bd320c5aff
commit fa64a8d0fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -500,7 +500,7 @@
}
},
"locationPath": {
"type": "text"
"type": "keyword"
},
"usageSummary": {
"properties": {

View File

@ -478,7 +478,7 @@
}
},
"locationPath": {
"type": "text"
"type": "keyword"
},
"usageSummary": {
"properties": {

View File

@ -453,7 +453,7 @@
}
},
"locationPath": {
"type": "text"
"type": "keyword"
},
"usageSummary": {
"properties": {