Interface | Description |
---|---|
IndexingMonitor | |
TransactionContext |
Contract needed by Hibernate Search to batch changes per transaction.
|
Class | Description |
---|---|
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–2013 Hibernate. All rights reserved.