mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +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": {
|
||||
"type": "keyword",
|
||||
"index": false
|
||||
"index": false,
|
||||
"doc_values": false
|
||||
},
|
||||
"queryDate": {
|
||||
"type": "long"
|
||||
|
@ -178,7 +178,8 @@
|
||||
},
|
||||
"query": {
|
||||
"type": "keyword",
|
||||
"index": false
|
||||
"index": false,
|
||||
"doc_values": false
|
||||
},
|
||||
"queryDate": {
|
||||
"type": "long"
|
||||
|
@ -183,7 +183,8 @@
|
||||
},
|
||||
"query": {
|
||||
"type": "keyword",
|
||||
"index": false
|
||||
"index": false,
|
||||
"doc_values": false
|
||||
},
|
||||
"queryDate": {
|
||||
"type": "long"
|
||||
|
Loading…
x
Reference in New Issue
Block a user