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>  
IgnoreOnRecoveryEngineException Exceptions implementing this interface will be ignored during recovery.
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.Get  
Engine.GetResult  
Engine.Index  
Engine.Optimize  
Engine.Refresh  
Engine.SimpleSearcher  
EngineModule  
IndexEngineModule  
IndexEngineModule.EngineSettings  
Segment  
 

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

Exception Summary
CloseEngineException An exception indicating that an Engine close failed.
CreateFailedEngineException  
DeleteByQueryFailedEngineException  
DeleteFailedEngineException  
DocumentAlreadyExistsException  
DocumentMissingException  
DocumentSourceMissingException  
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  
 



Copyright © 2009-2012. All Rights Reserved.