| Interface | Description |
|---|---|
| Engine.FailedEngineListener | |
| Engine.Operation | |
| EngineFactory |
Simple Engine Factory
|
| IgnoreOnRecoveryEngineException |
Exceptions implementing this interface will be ignored during recovery.
|
| IndexSearcherWrapper |
Extension point to add custom functionality at request time to the
DirectoryReader
and IndexSearcher managed by the Engine. |
| Class | Description |
|---|---|
| CommitStats |
a class the returns dynamic information with respect to the last commit point of this shard
|
| Engine | |
| Engine.CommitId | |
| Engine.Create | |
| Engine.Delete | |
| Engine.DeleteByQuery | |
| Engine.Get | |
| Engine.GetResult | |
| Engine.Index | |
| Engine.IndexingOperation | |
| Engine.IndexThrottle |
A throttling class that can be activated, causing the
acquireThrottle method to block on a lock when throttling
is enabled |
| Engine.NoOpLock |
A Lock implementation that always allows the lock to be acquired
|
| Engine.Searcher | |
| EngineConfig | |
| EngineSearcher |
Searcher for an Engine
|
| EngineSearcherFactory |
Basic Searcher factory that allows returning an
IndexSearcher
given an IndexReader |
| IndexSearcherWrappingService |
Service responsible for wrapping the
DirectoryReader and IndexSearcher of a Engine.Searcher via the
configured IndexSearcherWrapper instance. |
| InternalEngine | |
| InternalEngineFactory | |
| RecoveryCounter |
RecoveryCounter keeps tracks of the number of ongoing recoveries for a
particular
Store |
| Segment | |
| SegmentsStats | |
| ShadowEngine |
ShadowEngine is a specialized engine that only allows read-only operations
on the underlying Lucene index.
|
| Enum | Description |
|---|---|
| Engine.Operation.Origin | |
| Engine.Operation.Type | |
| Engine.SyncedFlushResult |
| Exception | Description |
|---|---|
| CreateFailedEngineException | |
| DeleteByQueryFailedEngineException | Deprecated
Delete-by-query is removed in 2.0, but we keep this so translog can replay on upgrade.
|
| DeleteFailedEngineException | |
| DocumentAlreadyExistsException | |
| DocumentMissingException | |
| DocumentSourceMissingException | |
| EngineClosedException |
An engine is already closed.
|
| EngineCreationFailureException |
An exception indicating that an
Engine creation failed. |
| EngineException | |
| FlushFailedEngineException | |
| FlushNotAllowedEngineException | |
| IndexFailedEngineException | |
| RecoveryEngineException | |
| RefreshFailedEngineException | |
| SnapshotFailedEngineException | |
| VersionConflictEngineException |
Copyright © 2009–2017. All rights reserved.