Elasticsearch - Document Operations
Given this request:
What will happen if a document with ID 42 already exists?
PUT /users/_doc/42
{
"name": "Alice",
"age": 30
}What will happen if a document with ID 42 already exists?
