Update response version conflict

UpdateResponse updateResponse = client.update(request);
DocWriteResponse.Result.CREATED
DocWriteResponse.Result.UPDATED
DocWriteResponse.Result.DELETED
DocWriteResponse.Result.NOOP

Update one doc,have four kinds of response status.If I got a version conflict,which one will be responsed?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.