{ "took": 30, "errors": false, "items": [ { "index": { "_index": "test", "_type": "type1", "_id": "1", "_version": 1, "_shards": { "total": 2, "successful": 1, "failed": 0 }, "result":"created", "status": 201 } }, { "delete": { "found": false, "_index": "test", "_type": "type1", "_id": "2", "_version": 1, "_shards": { "total": 2, "successful": 1, "failed": 0 }, "result":"not_found", "status": 404 } }, { "create": { "_index": "test", "_type": "type1", "_id": "3", "_version": 1, "_shards": { "total": 2, "successful": 1, "failed": 0 }, "result":"created", "status": 201 } }, { "update": { "_index": "test", "_type": "type1", "_id": "1", "_version": 2, "_shards": { "total": 2, "successful": 1, "failed": 0 }, "result":"updated", "status": 200 } } ] }