mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-03 07:07:22 +00:00
Fix : query_cost_record_search_index Search reindexing issue (#21900)
This commit is contained in:
parent
4411a63471
commit
594ae851f5
@ -201,7 +201,8 @@
|
|||||||
},
|
},
|
||||||
"query": {
|
"query": {
|
||||||
"type": "keyword",
|
"type": "keyword",
|
||||||
"index": false
|
"index": false,
|
||||||
|
"doc_values": false
|
||||||
},
|
},
|
||||||
"queryDate": {
|
"queryDate": {
|
||||||
"type": "long"
|
"type": "long"
|
||||||
|
@ -178,7 +178,8 @@
|
|||||||
},
|
},
|
||||||
"query": {
|
"query": {
|
||||||
"type": "keyword",
|
"type": "keyword",
|
||||||
"index": false
|
"index": false,
|
||||||
|
"doc_values": false
|
||||||
},
|
},
|
||||||
"queryDate": {
|
"queryDate": {
|
||||||
"type": "long"
|
"type": "long"
|
||||||
|
@ -183,7 +183,8 @@
|
|||||||
},
|
},
|
||||||
"query": {
|
"query": {
|
||||||
"type": "keyword",
|
"type": "keyword",
|
||||||
"index": false
|
"index": false,
|
||||||
|
"doc_values": false
|
||||||
},
|
},
|
||||||
"queryDate": {
|
"queryDate": {
|
||||||
"type": "long"
|
"type": "long"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user