Package org.hibernate.search.backend

Interface Summary
BackendQueueProcessorFactory Interface for different types of queue processor factories.
QueueingProcessor Pile work operations No thread safety has to be implemented, the queue being scoped already The implementation must be "stateless" wrt the queue through (ie not store the queue state) FIXME this Interface does not make much sense, since the impl will not be changed
TransactionContext Contract needed by Hibernate Search to batch changes per transaction.
Worker Perform work for a given session.
WorkVisitor<T> A visitor delegate to manipulate a LuceneWork needs to implement this interface.
 

Class Summary
AddLuceneWork  
DeleteLuceneWork  
LuceneIndexingParameters Wrapper class around the Lucene indexing parameters defined in IndexWriterSetting.
LuceneIndexingParameters.ParameterSet  
LuceneWork Represent a Serializable Lucene unit work WARNING: This class aims to be serializable and passed in an asynchronous way across VMs any non backward compatible serialization change should be done with great care and publically announced.
OptimizeLuceneWork A unit of work triggering an optimize operation.
PurgeAllLuceneWork A unit of work used to purge an entire index.
Work<T> A unit of work.
WorkerFactory  
WorkQueue  
Workspace Lucene workspace for a DirectoryProvider.

Before using Workspace.getIndexWriter(boolean) the lock must be acquired, and resources must be closed before releasing the lock.

 

Enum Summary
WorkType Enumeration of the different types of Lucene work.
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.