Uses of Package
org.hibernate.search.batchindexing

Packages that use org.hibernate.search.batchindexing
org.hibernate.search.backend.impl.batchlucene   
org.hibernate.search.backend.impl.lucene.works   
org.hibernate.search.batchindexing   
org.hibernate.search.engine   
org.hibernate.search.impl   
 

Classes in org.hibernate.search.batchindexing used by org.hibernate.search.backend.impl.batchlucene
MassIndexerProgressMonitor
          As a MassIndexer can take some time to finish it's job, a MassIndexerProgressMonitor can be defined in the configuration property hibernate.search.worker.indexing.monitor implementing this interface to track indexing performance.
 

Classes in org.hibernate.search.batchindexing used by org.hibernate.search.backend.impl.lucene.works
MassIndexerProgressMonitor
          As a MassIndexer can take some time to finish it's job, a MassIndexerProgressMonitor can be defined in the configuration property hibernate.search.worker.indexing.monitor implementing this interface to track indexing performance.
 

Classes in org.hibernate.search.batchindexing used by org.hibernate.search.batchindexing
MassIndexerProgressMonitor
          As a MassIndexer can take some time to finish it's job, a MassIndexerProgressMonitor can be defined in the configuration property hibernate.search.worker.indexing.monitor implementing this interface to track indexing performance.
ProducerConsumerQueue
          Implements a blocking queue capable of storing a "poison" token to signal consumer threads that the task is finished.
 

Classes in org.hibernate.search.batchindexing used by org.hibernate.search.engine
MassIndexerProgressMonitor
          As a MassIndexer can take some time to finish it's job, a MassIndexerProgressMonitor can be defined in the configuration property hibernate.search.worker.indexing.monitor implementing this interface to track indexing performance.
 

Classes in org.hibernate.search.batchindexing used by org.hibernate.search.impl
BatchCoordinator
          Makes sure that several different BatchIndexingWorkspace(s) can be started concurrently, sharing the same batch-backend and IndexWriters.
MassIndexerProgressMonitor
          As a MassIndexer can take some time to finish it's job, a MassIndexerProgressMonitor can be defined in the configuration property hibernate.search.worker.indexing.monitor implementing this interface to track indexing performance.
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.