Elasticsearch - Document Operations
Given this partial update request:
What will happen to the document with ID '10'?
POST /products/_update/10
{
"doc": {"price": 19.99}
}What will happen to the document with ID '10'?
