-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
M
Context:
Currently, the schemaManager takes a list of IndexMappingCreators to create all required mappings. In migration IT, we also need additional readOnlyAliases for instance indices which are currently created separately. We could refactor the schemaManager to take a Map of mappingCreator to readOnlyAlias to allow easier setup for the migration IT.
AT:
- schemaManager handles a map with additional readOnlyAliases for mappings
- UpgradeIT makes use of this instead of separately updating the readOnly alias