Elasticsearch - Document Operations
You tried to index a document with this JSON:
But the document was not saved with ID "u123". What is the likely problem?
{ "index": "users", "id": "u123", "body": { "name": "Bob" } }But the document was not saved with ID "u123". What is the likely problem?
