Make Recreate Index Default as true (#15413)

This commit is contained in:
Mohit Yadav 2024-03-01 11:56:19 +05:30 committed by GitHub
parent b881a596ef
commit 500e407c8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
"storageService",
"dataProduct"
],
"recreateIndex": false,
"recreateIndex": true,
"batchSize": "100",
"searchIndexMappingLanguage": "EN"
},

View File

@ -52,7 +52,7 @@
"storageService",
"dataProduct"
],
"recreateIndex": false,
"recreateIndex": true,
"batchSize": "100",
"searchIndexMappingLanguage": "EN"
}

View File

@ -96,7 +96,7 @@
"recreateIndex": {
"title": "Recreate Indexes",
"type": "boolean",
"default": false
"default": true
},
"searchIndexMappingLanguage": {
"description": "Recreate Indexes with updated Language",