|
The current implementation of MassIndexer is registered in the ORM serviceregistry, this works fine but makes Search tightly coupled to the internal registry API, making it hard to stay compatible with a broader range of ORM versions.
Search has an alternative registry strategy which it should use to keep a sane decoupling.
|