Uses of Package
org.hibernate.search.backend

Packages that use org.hibernate.search.backend
org.hibernate.search.backend   
org.hibernate.search.backend.impl   
org.hibernate.search.backend.impl.batchlucene   
org.hibernate.search.backend.impl.blackhole   
org.hibernate.search.backend.impl.jgroups   
org.hibernate.search.backend.impl.jms   
org.hibernate.search.backend.impl.lucene   
org.hibernate.search.backend.impl.lucene.works   
org.hibernate.search.engine   
org.hibernate.search.event   
org.hibernate.search.exception   
org.hibernate.search.exception.impl   
org.hibernate.search.impl   
org.hibernate.search.sandbox.standalone This package contains various experimentations. 
org.hibernate.search.store.optimization   
 

Classes in org.hibernate.search.backend used by org.hibernate.search.backend
AddLuceneWork
           
DeleteLuceneWork
           
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.
TransactionContext
          Contract needed by Hibernate Search to batch changes per transaction.
Work
          A unit of work.
Worker
          Perform work for a given session.
WorkQueue
           
WorkType
          Enumeration of the different types of Lucene work.
WorkVisitor
          A visitor delegate to manipulate a LuceneWork needs to implement this interface.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.backend.impl
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.
Work
          A unit of work.
Worker
          Perform work for a given session.
WorkQueue
           
 

Classes in org.hibernate.search.backend used by org.hibernate.search.backend.impl.batchlucene
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.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.backend.impl.blackhole
BackendQueueProcessorFactory
          Interface for different types of queue processor factories.
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.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.backend.impl.jgroups
BackendQueueProcessorFactory
          Interface for different types of queue processor factories.
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.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.backend.impl.jms
BackendQueueProcessorFactory
          Interface for different types of queue processor factories.
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.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.backend.impl.lucene
AddLuceneWork
           
BackendQueueProcessorFactory
          Interface for different types of queue processor factories.
DeleteLuceneWork
           
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.
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.

WorkVisitor
          A visitor delegate to manipulate a LuceneWork needs to implement this interface.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.backend.impl.lucene.works
AddLuceneWork
           
DeleteLuceneWork
           
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.
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.

WorkVisitor
          A visitor delegate to manipulate a LuceneWork needs to implement this interface.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.engine
AddLuceneWork
           
BackendQueueProcessorFactory
          Interface for different types of queue processor factories.
LuceneIndexingParameters
          Wrapper class around the Lucene indexing parameters defined in IndexWriterSetting.
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.
Worker
          Perform work for a given session.
WorkType
          Enumeration of the different types of Lucene work.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.event
WorkType
          Enumeration of the different types of Lucene work.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.exception
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.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.exception.impl
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.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.impl
BackendQueueProcessorFactory
          Interface for different types of queue processor factories.
LuceneIndexingParameters
          Wrapper class around the Lucene indexing parameters defined in IndexWriterSetting.
Worker
          Perform work for a given session.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.sandbox.standalone
TransactionContext
          Contract needed by Hibernate Search to batch changes per transaction.
 

Classes in org.hibernate.search.backend used by org.hibernate.search.store.optimization
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.

 



Copyright © 2006-2010 Hibernate. All Rights Reserved.