OpenSearch/modules
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
..
aggs-matrix-stats Add Location header and improve REST testing 2016-07-25 17:02:40 -04:00
ingest-common Add Location header and improve REST testing 2016-07-25 17:02:40 -04:00
lang-expression Add Location header and improve REST testing 2016-07-25 17:02:40 -04:00
lang-groovy Add Location header and improve REST testing 2016-07-25 17:02:40 -04:00
lang-mustache Add Location header and improve REST testing 2016-07-25 17:02:40 -04:00
lang-painless Add Location header and improve REST testing 2016-07-25 17:02:40 -04:00
percolator Add Location header and improve REST testing 2016-07-25 17:02:40 -04:00
reindex Add _operation field to index, update, delete responses 2016-07-26 11:16:19 -04:00
transport-netty3 Add Location header and improve REST testing 2016-07-25 17:02:40 -04:00
transport-netty4 Temporarily increase Netty4RestIT timeout 2016-07-26 08:27:47 +02:00
build.gradle Make module client jars go to org.elasticsearch.plugin groupId 2016-07-14 02:58:27 -07:00