Gunnar Morling commented on an issue
Hibernate Search / Improvement HSEARCH-1428
Specify session factory type more precisely in MassIndexerFactory#createMassIndexer()
The method {{MassIndexerFactory#createMassIndexer()}} currently has a parameter of type {{SessionFactory}}. In the implementations {{DefaultMassIndexerFactory}} and {{OgmMassIndexerFactory}} this is always narrowed down to {{SessionFactoryImplementor}}, though.

As no other SF type is thus working anyways, this requirement should be made explicit by cha...