java.lang.Object
org.elasticsearch.index.engine.Engine.Result
org.elasticsearch.index.engine.Engine.IndexResult
- Enclosing class:
Engine
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.engine.Engine.Result
Engine.Result.Type
-
Constructor Summary
ConstructorsConstructorDescriptionIndexResult
(long version, long term, long seqNo, boolean created, String id) IndexResult
(Exception failure, long version, long term, long seqNo, String id) IndexResult
(Exception failure, long version, String id) use in case of the index operation failed before getting to internal engineIndexResult
(Mapping requiredMappingUpdate, String id) -
Method Summary
Methods inherited from class org.elasticsearch.index.engine.Engine.Result
getFailure, getId, getOperationType, getRequiredMappingUpdate, getResultType, getSeqNo, getTerm, getTook, getTranslogLocation, getVersion
-
Constructor Details
-
IndexResult
-
IndexResult
use in case of the index operation failed before getting to internal engine -
IndexResult
-
IndexResult
-
-
Method Details
-
isCreated
public boolean isCreated()
-