Elasticsearch - Document Operations
Given this request to index a document:
POST /products/_doc
{
"name": "Coffee Mug",
"price": 12.99
}
What will Elasticsearch do after this request?