POST _bulk {"index": {"_index": "car-master.v3", "_id": "1"}} {"brand": "νλ"} {"index": {"_index": "car-master.v3", "_id": "2"}} {"brand": "κΈ°μ"} {"delete": {"_index": "car-master.v3", "_id": "2"}} {"update": {"_index": "car-master.v3", "_id": "1"}} {"doc":{"brand": "KIA"}}