Details
-
Task
-
Status: Done
-
L3 - Default
-
Resolution: Fixed
-
None
-
None
Description
AT:
- each index handler type (scrollbased, timestampbased, allEntitiesBased) is automatically added to the designated index handler collection
Context:
As you can see here each index handler is added to either the scrollbased handlers, timestampBasedIndexHandlers or the allEntitiesBasedIndexHandlers. Right now this is done manually, but this can be automated since every indexhandler extends already a class where you can infer this information from.