OpenSearch/modules/reindex
Henning Andersen 5adb33ec17
Deprecate sorting in reindex (#49458) (#49738)
Reindex sort never gave a guarantee about the order of documents being
indexed into the destination, though it could give a sense of locality
of source data.

It prevents us from doing resilient reindex and other optimizations and
it has therefore been deprecated.

Related to #47567
2019-12-01 19:24:27 +01:00
..
src Deprecate sorting in reindex (#49458) (#49738) 2019-12-01 19:24:27 +01:00
build.gradle Fix java home validation usage by tasks (#49204) 2019-11-19 10:30:19 -08:00