mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 09:22:14 +00:00
Disable query indexing (#21767)
(cherry picked from commit 059289a83b5772e0643dc6c13e36e99c86571d6b)
This commit is contained in:
parent
a7144624b0
commit
2010c21827
@ -199,7 +199,8 @@
|
||||
}
|
||||
},
|
||||
"query": {
|
||||
"type": "keyword"
|
||||
"type": "keyword",
|
||||
"index": false
|
||||
},
|
||||
"queryDate": {
|
||||
"type": "long"
|
||||
|
@ -176,7 +176,8 @@
|
||||
}
|
||||
},
|
||||
"query": {
|
||||
"type": "keyword"
|
||||
"type": "keyword",
|
||||
"index": false
|
||||
},
|
||||
"queryDate": {
|
||||
"type": "long"
|
||||
|
@ -181,7 +181,8 @@
|
||||
}
|
||||
},
|
||||
"query": {
|
||||
"type": "keyword"
|
||||
"type": "keyword",
|
||||
"index": false
|
||||
},
|
||||
"queryDate": {
|
||||
"type": "long"
|
||||
|
Loading…
x
Reference in New Issue
Block a user