Alexander Lin 8f2882a442 Add _operation field to index, update, delete responses
Performing the bulk request shown in #19267 now results in the following:
```
{"_index":"test","_type":"test","_id":"1","_version":1,"_operation":"create","forced_refresh":false,"_shards":{"total":2,"successful":1,"failed":0},"status":201}
{"_index":"test","_type":"test","_id":"1","_version":1,"_operation":"noop","forced_refresh":false,"_shards":{"total":2,"successful":1,"failed":0},"status":200}
```
2016-07-26 11:16:19 -04:00
..
2016-07-16 07:18:11 -04:00
2016-07-18 12:36:23 +02:00
2016-07-14 11:12:47 +02:00
2016-07-18 12:36:23 +02:00
2016-07-23 22:46:48 +02:00
2016-07-19 10:25:48 +02:00
2016-07-23 22:46:48 +02:00
2016-07-07 17:47:19 +02:00
2016-06-30 15:20:59 +02:00
2016-07-07 14:44:03 -04:00