Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
-
-
Uses of PojoMassIndexer in org.hibernate.search.mapper.orm.massindexing.impl
Constructors in org.hibernate.search.mapper.orm.massindexing.impl with parameters of type PojoMassIndexer Constructor Description HibernateOrmMassIndexer(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 PojoMassIndexer Modifier and Type Class Description classPojoDefaultMassIndexerPrepares 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 PojoMassIndexer Modifier and Type Method Description PojoMassIndexerPojoDefaultMassIndexer. environment(MassIndexingEnvironment environment)PojoMassIndexerPojoDefaultMassIndexer. 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 PojoMassIndexer Modifier and Type Method Description PojoMassIndexerPojoMassIndexer. dropAndCreateSchemaOnStart(boolean dropAndCreateSchema)Drops the indexes and their schema (if they exist) and re-creates them before indexing.PojoMassIndexerPojoMassIndexer. environment(MassIndexingEnvironment environment)Sets theMassIndexingEnvironment, which can set up an environment (thread locals, ...) in mass indexing threads.PojoMassIndexerPojoMassIndexer. failureFloodingThreshold(long threshold)Sets the threshold for failures that will be reported and sent toMassIndexingFailureHandlerper indexed type.PojoMassIndexerPojoMassIndexer. failureHandler(MassIndexingFailureHandler failureHandler)Sets theMassIndexingFailureHandler.PojoMassIndexerPojoMassIndexer. mergeSegmentsAfterPurge(boolean enable)Merges each index into a single segment after the initial index purge, just before indexing.PojoMassIndexerPojoMassIndexer. mergeSegmentsOnFinish(boolean enable)Merges each index into a single segment after indexing.PojoMassIndexerPojoMassIndexer. monitor(MassIndexingMonitor monitor)Sets theMassIndexingMonitor.PojoMassIndexerPojoMassIndexer. purgeAllOnStart(boolean purgeAll)Removes all entities from the indexes before indexing.PojoMassIndexerPojoMassIndexer. threadsToLoadObjects(int numberOfThreads)Sets the number of threads to be used to load the root entities.PojoMassIndexerPojoMassIndexer. 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 PojoMassIndexer Modifier and Type Method Description PojoMassIndexerPojoScopeDelegateImpl. massIndexer(PojoMassIndexingContext context, Set<String> tenantIds)PojoMassIndexerPojoScopeDelegateImpl. massIndexer(PojoMassIndexingContext context, DetachedBackendSessionContext detachedSession)Deprecated. -
Uses of PojoMassIndexer in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi that return PojoMassIndexer Modifier and Type Method Description PojoMassIndexerPojoScopeDelegate. massIndexer(PojoMassIndexingContext context, Set<String> tenantIds)PojoMassIndexerPojoScopeDelegate. massIndexer(PojoMassIndexingContext context, DetachedBackendSessionContext detachedSession)Deprecated.
-