Uses of Class
org.elasticsearch.action.DocWriteResponse.Result
-
Packages that use DocWriteResponse.Result Package Description org.elasticsearch.action org.elasticsearch.action.update -
-
Uses of DocWriteResponse.Result in org.elasticsearch.action
Fields in org.elasticsearch.action declared as DocWriteResponse.Result Modifier and Type Field Description protected DocWriteResponse.ResultDocWriteResponse.Builder. resultprotected DocWriteResponse.ResultDocWriteResponse. resultMethods in org.elasticsearch.action that return DocWriteResponse.Result Modifier and Type Method Description DocWriteResponse.ResultDocWriteResponse. getResult()The change that occurred to the document.static DocWriteResponse.ResultDocWriteResponse.Result. readFrom(StreamInput in)static DocWriteResponse.ResultDocWriteResponse.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static DocWriteResponse.Result[]DocWriteResponse.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.action with parameters of type DocWriteResponse.Result Modifier and Type Method Description voidDocWriteResponse.Builder. setResult(DocWriteResponse.Result result)Constructors in org.elasticsearch.action with parameters of type DocWriteResponse.Result Constructor Description DocWriteResponse(ShardId shardId, String type, String id, long seqNo, long primaryTerm, long version, DocWriteResponse.Result result) -
Uses of DocWriteResponse.Result in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update that return DocWriteResponse.Result Modifier and Type Method Description DocWriteResponse.ResultUpdateHelper.Result. getResponseResult()Constructors in org.elasticsearch.action.update with parameters of type DocWriteResponse.Result Constructor Description Result(Writeable action, DocWriteResponse.Result result, Map<String,Object> updatedSourceAsMap, XContentType updateSourceContentType)UpdateResponse(ReplicationResponse.ShardInfo shardInfo, ShardId shardId, String type, String id, long seqNo, long primaryTerm, long version, DocWriteResponse.Result result)UpdateResponse(ShardId shardId, String type, String id, long seqNo, long primaryTerm, long version, DocWriteResponse.Result result)Constructor to be used when a update didn't translate in a write.
-