Uses of Interface
org.hibernate.search.MassIndexer

Packages that use MassIndexer
org.hibernate.search   
org.hibernate.search.impl   
org.hibernate.search.jpa   
org.hibernate.search.jpa.impl   
 

Uses of MassIndexer in org.hibernate.search
 

Methods in org.hibernate.search that return MassIndexer
 MassIndexer MassIndexer.batchSizeToLoadObjects(int batchSize)
          Sets the batch size used to load the root entities.
 MassIndexer MassIndexer.cacheMode(org.hibernate.CacheMode cacheMode)
          Sets the cache interaction mode for the data loading tasks.
 MassIndexer FullTextSession.createIndexer(java.lang.Class<?>... types)
          Creates a MassIndexer to rebuild the indexes of some or all indexed entity types.
 MassIndexer MassIndexer.limitIndexedObjectsTo(long maximum)
          EXPERIMENTAL method: will probably change Will stop indexing after having indexed a set amount of objects.
 MassIndexer MassIndexer.optimizeAfterPurge(boolean optimize)
          If index optimization should be run before starting, after the purgeAll.
 MassIndexer MassIndexer.optimizeOnFinish(boolean optimize)
          If index optimization has to be started at the end of the indexing process.
 MassIndexer MassIndexer.purgeAllOnStart(boolean purgeAll)
          If all entities should be removed from the index before starting using purgeAll.
 MassIndexer MassIndexer.threadsForSubsequentFetching(int numberOfThreads)
          Sets the number of threads used to load the lazy collections related to the indexed entities.
 MassIndexer MassIndexer.threadsToLoadObjects(int numberOfThreads)
          Set the number of threads to be used to load the root entities.
 

Uses of MassIndexer in org.hibernate.search.impl
 

Classes in org.hibernate.search.impl that implement MassIndexer
 class MassIndexerImpl
          Prepares and configures a BatchIndexingWorkspace to start rebuilding the indexes for all entity instances in the database.
 

Methods in org.hibernate.search.impl that return MassIndexer
 MassIndexer MassIndexerImpl.batchSizeToLoadObjects(int batchSize)
           
 MassIndexer MassIndexerImpl.cacheMode(org.hibernate.CacheMode cacheMode)
           
 MassIndexer FullTextSessionImpl.createIndexer(java.lang.Class<?>... types)
           
 MassIndexer MassIndexerImpl.limitIndexedObjectsTo(long maximum)
           
 MassIndexer MassIndexerImpl.optimizeAfterPurge(boolean optimize)
           
 MassIndexer MassIndexerImpl.optimizeOnFinish(boolean optimize)
           
 MassIndexer MassIndexerImpl.purgeAllOnStart(boolean purgeAll)
           
 MassIndexer MassIndexerImpl.threadsForSubsequentFetching(int numberOfThreads)
           
 MassIndexer MassIndexerImpl.threadsToLoadObjects(int numberOfThreads)
           
 

Uses of MassIndexer in org.hibernate.search.jpa
 

Methods in org.hibernate.search.jpa that return MassIndexer
 MassIndexer FullTextEntityManager.createIndexer(java.lang.Class<?>... types)
          Creates a MassIndexer to rebuild the indexes of some or all indexed entity types.
 

Uses of MassIndexer in org.hibernate.search.jpa.impl
 

Methods in org.hibernate.search.jpa.impl that return MassIndexer
 MassIndexer FullTextEntityManagerImpl.createIndexer(java.lang.Class<?>... types)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.