Disable query indexing (#21767)

(cherry picked from commit 059289a83b5772e0643dc6c13e36e99c86571d6b)
This commit is contained in:
Mohit Yadav 2025-06-13 21:53:44 +05:30 committed by OpenMetadata Release Bot
parent a7144624b0
commit 2010c21827
3 changed files with 6 additions and 3 deletions

View File

@ -199,7 +199,8 @@
}
},
"query": {
"type": "keyword"
"type": "keyword",
"index": false
},
"queryDate": {
"type": "long"

View File

@ -176,7 +176,8 @@
}
},
"query": {
"type": "keyword"
"type": "keyword",
"index": false
},
"queryDate": {
"type": "long"

View File

@ -181,7 +181,8 @@
}
},
"query": {
"type": "keyword"
"type": "keyword",
"index": false
},
"queryDate": {
"type": "long"