OpenSearch/plugins/delete-by-query
Boaz Leskes fafeb3abdd Introduce a common base response class to all single doc write ops
IndexResponse, DeleteResponse and UpdateResponse share some logic. This can be unified to a single DocWriteResponse base class. On top, some replication actions are now not about write operations anymore. This commit renames ActionWriteResponse to ReplicationResponse

Last some toXContent is moved from the Rest layer to the actual response classes, for more code re-sharing.

Closes #15334
2015-12-10 15:14:02 +01:00
..
src Introduce a common base response class to all single doc write ops 2015-12-10 15:14:02 +01:00
build.gradle Switch build system to Gradle 2015-10-29 11:40:19 -07:00