Closed
Description
Is your feature request related to a problem? Please describe.
- As part of remote store feature that was introduced in OpenSearch 2.3, segments are uploaded to remote store post each refresh.
- This means remote segment store contains segments that were part of last refresh.
- But the
_remotestore/_restore
API only supports commit level durability. - This feature will add refresh level durability support to the restore API.