Class PojoDefaultMassIndexer

java.lang.Object
org.hibernate.search.mapper.pojo.massindexing.impl.PojoDefaultMassIndexer
All Implemented Interfaces:
PojoMassIndexer

public class PojoDefaultMassIndexer extends Object implements PojoMassIndexer
Prepares and configures a BatchIndexingWorkspace to start rebuilding the indexes for all entity instances in the database.The type of these entities is either all indexed entities or a subset, always including all subtypes.
Author:
Sanne Grinovero