Elasticsearch - Document Operations
Consider this update request:
What will be the value of the
POST /products/_update/42
{
"doc": {
"price": 19.99
}
}What will be the value of the
price field after this update?