Fix : query_cost_record_search_index Search reindexing issue (#21900)

This commit is contained in:
sonika-shah 2025-06-23 19:21:37 +05:30 committed by GitHub
parent 4411a63471
commit 594ae851f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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