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.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.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi that return PojoMassIndexerModifier and TypeMethodDescriptionPojoScopeDelegate.massIndexer(PojoMassIndexingContext context, Set<String> tenantIds) PojoScopeDelegate.massIndexer(PojoMassIndexingContext context, DetachedBackendSessionContext detachedSession) Deprecated.
PojoScopeDelegate.massIndexer(PojoMassIndexingContext, Set)instead.