Uses of Class
org.elasticsearch.action.update.UpdateHelper.Result
-
Packages that use UpdateHelper.Result Package Description org.elasticsearch.action.update -
-
Uses of UpdateHelper.Result in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update that return UpdateHelper.Result Modifier and Type Method Description UpdateHelper.ResultUpdateHelper. prepare(UpdateRequest request, IndexShard indexShard, LongSupplier nowInMillis)Prepares an update request by converting it into an index or delete request or an update response (no action).protected UpdateHelper.ResultUpdateHelper. prepare(ShardId shardId, UpdateRequest request, GetResult getResult, LongSupplier nowInMillis)Prepares an update request by converting it into an index or delete request or an update response (no action, in the event of a noop).
-