OpenSearch/modules/reindex
Tim Brooks 827f8fcbd5
Move reindex request parsing into request (#43450)
Currently the fromXContent logic for reindex requests is implemented in
the rest action. This is inconsistent with other requests where the
logic is implemented in the request. Additionally, it requires access to
the rest action in order to parse the request. This commit moves the
logic and tests into the ReindexRequest.
2019-06-20 17:49:11 -04:00
..
src Move reindex request parsing into request (#43450) 2019-06-20 17:49:11 -04:00
build.gradle Propogate version in reindex from remote search (#42958) 2019-06-06 14:50:06 -04:00