Modifier and Type | Method and Description |
---|---|
void |
InternalEngine.index(Engine.Index index) |
void |
ShadowEngine.index(Engine.Index index) |
abstract void |
Engine.index(Engine.Index index) |
Constructor and Description |
---|
IndexFailedEngineException(ShardId shardId,
Engine.Index index,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Engine.Index |
ShardIndexingService.preIndex(Engine.Index index) |
Engine.Index |
IndexingOperationListener.preIndex(Engine.Index index)
Called before the indexing occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
ShardIndexingService.failedIndex(Engine.Index index) |
void |
ShardIndexingService.postIndex(Engine.Index index) |
void |
IndexingOperationListener.postIndex(Engine.Index index)
Called after the indexing operation occurred.
|
void |
ShardIndexingService.postIndexUnderLock(Engine.Index index) |
void |
IndexingOperationListener.postIndexUnderLock(Engine.Index index)
Called after the indexing occurs, under a locking scheme to maintain
concurrent updates to the same doc.
|
Engine.Index |
ShardIndexingService.preIndex(Engine.Index index) |
Engine.Index |
IndexingOperationListener.preIndex(Engine.Index index)
Called before the indexing occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
ShardSlowLogIndexingService.postIndex(Engine.Index index,
long tookInNanos) |
Modifier and Type | Method and Description |
---|---|
Engine.Index |
IndexShard.prepareIndex(SourceToParse source,
long version,
VersionType versionType,
Engine.Operation.Origin origin,
boolean canHaveDuplicates) |
Modifier and Type | Method and Description |
---|---|
ParsedDocument |
IndexShard.index(Engine.Index index) |
Constructor and Description |
---|
Index(Engine.Index index) |
Copyright © 2009–2015. All rights reserved.