Elasticsearch - Document Operations
Which of the following is the correct syntax to update the field
status to "active" in a document with ID 1 in index users?status to "active" in a document with ID 1 in index users?/index/_update/document_id.doc object. POST /users/_update/1 { "doc": { "status": "active" } } matches this format exactly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions