Package org.hibernate.search.backend

Interface Summary
IndexingMonitor  
TransactionContext Contract needed by Hibernate Search to batch changes per transaction.
 

Class Summary
AddLuceneWork  
BackendFactory  
DeleteLuceneWork  
FlushLuceneWork Used to flush and commit asynchronous and other pending operations on the Indexes.
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.
UpdateLuceneWork Carries a Lucene update operation from the engine to the backend
 



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved