Elasticsearch - Document Operations
Given the following update request, what will happen if the current document version is 5?
POST /myindex/_update/42?version=4
{
"doc": {"status": "active"}
}