Package org.elasticsearch.index.engine

Interface Summary
Engine  
Engine.FailedEngineListener  
Engine.IndexingOperation  
Engine.Operation  
Engine.RecoveryHandler Recovery allow to start the recovery process.
Engine.Searcher  
Engine.SnapshotHandler<T>  
IndexEngine An "index" scoped engine that provides some meta engine for the engine, and can be used to store index level data structures that an engine requires.
 

Class Summary
Engine.Create  
Engine.Delete  
Engine.DeleteByQuery  
Engine.Flush  
Engine.Index  
Engine.Optimize  
Engine.Refresh  
EngineModule  
IndexEngineModule  
IndexEngineModule.EngineSettings  
 

Enum Summary
Engine.Operation.Origin  
Engine.Operation.Type  
 

Exception Summary
CloseEngineException An exception indicating that an Engine close failed.
CreateFailedEngineException  
DeleteByQueryFailedEngineException  
DeleteFailedEngineException  
DocumentAlreadyExistsEngineException  
EngineAlreadyStartedException  
EngineClosedException An engine is already closed.
EngineCreationFailureException An exception indicating that an Engine creation failed.
EngineException  
FlushFailedEngineException  
FlushNotAllowedEngineException  
IndexFailedEngineException  
OptimizeFailedEngineException  
RecoveryEngineException  
RefreshFailedEngineException  
RollbackFailedEngineException  
RollbackNotAllowedEngineException  
SnapshotFailedEngineException  
VersionConflictEngineException