mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-27 01:45:32 +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": {
|
"query": {
|
||||||
"type": "keyword"
|
"type": "keyword",
|
||||||
|
"index": false
|
||||||
},
|
},
|
||||||
"queryDate": {
|
"queryDate": {
|
||||||
"type": "long"
|
"type": "long"
|
||||||
|
@ -176,7 +176,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"query": {
|
"query": {
|
||||||
"type": "keyword"
|
"type": "keyword",
|
||||||
|
"index": false
|
||||||
},
|
},
|
||||||
"queryDate": {
|
"queryDate": {
|
||||||
"type": "long"
|
"type": "long"
|
||||||
|
@ -181,7 +181,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"query": {
|
"query": {
|
||||||
"type": "keyword"
|
"type": "keyword",
|
||||||
|
"index": false
|
||||||
},
|
},
|
||||||
"queryDate": {
|
"queryDate": {
|
||||||
"type": "long"
|
"type": "long"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user