Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
Packages that use PojoMassIndexer
Package
Description
-
Uses of PojoMassIndexer in org.hibernate.search.mapper.orm.massindexing.impl
Constructors in org.hibernate.search.mapper.orm.massindexing.impl with parameters of type PojoMassIndexerModifierConstructorDescriptionHibernateOrmMassIndexer(PojoMassIndexer delegate, HibernateOrmMassIndexingContext context) -
Uses of PojoMassIndexer in org.hibernate.search.mapper.pojo.massindexing.impl
Classes in org.hibernate.search.mapper.pojo.massindexing.impl that implement PojoMassIndexerModifier and TypeClassDescriptionclassPrepares 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.Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return PojoMassIndexerModifier and TypeMethodDescriptionPojoDefaultMassIndexer.environment(MassIndexingEnvironment environment) PojoDefaultMassIndexer.failureFloodingThreshold(long threshold) -
Uses of PojoMassIndexer in org.hibernate.search.mapper.pojo.massindexing.spi
Methods in org.hibernate.search.mapper.pojo.massindexing.spi that return PojoMassIndexerModifier and TypeMethodDescriptionPojoMassIndexer.dropAndCreateSchemaOnStart(boolean dropAndCreateSchema) Drops the indexes and their schema (if they exist) and re-creates them before indexing.PojoMassIndexer.environment(MassIndexingEnvironment environment) Sets theMassIndexingEnvironment, which can set up an environment (thread locals, ...) in mass indexing threads.PojoMassIndexer.failureFloodingThreshold(long threshold) Sets the threshold for failures that will be reported and sent toMassIndexingFailureHandlerper indexed type.PojoMassIndexer.failureHandler(MassIndexingFailureHandler failureHandler) Sets theMassIndexingFailureHandler.PojoMassIndexer.mergeSegmentsAfterPurge(boolean enable) Merges each index into a single segment after the initial index purge, just before indexing.PojoMassIndexer.mergeSegmentsOnFinish(boolean enable) Merges each index into a single segment after indexing.PojoMassIndexer.monitor(MassIndexingMonitor monitor) Sets theMassIndexingMonitor.PojoMassIndexer.purgeAllOnStart(boolean purgeAll) Removes all entities from the indexes before indexing.PojoMassIndexer.threadsToLoadObjects(int numberOfThreads) Sets the number of threads to be used to load the root entities.PojoMassIndexer.typesToIndexInParallel(int threadsToIndexObjects) Sets the number of entity types to be indexed in parallel. -
Uses of PojoMassIndexer in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return PojoMassIndexerModifier and TypeMethodDescriptionPojoScopeDelegateImpl.massIndexer(PojoMassIndexingContext context) -
Uses of PojoMassIndexer in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi that return PojoMassIndexer