Elasticsearch - Document Operations
Given this update request:
If the current document version is 4, what will happen?
POST /myindex/_update/42?version=5
{"doc":{"name":"Alice"}}If the current document version is 4, what will happen?
