index snapshot restore

index snapshot restoreコマンドは、検索インデックス スナップショットを復元します。
注: スナップショットを復元中の検索インデックスに、操作を行うことはできません。

スナップショットの復元のステータスを表示するには、コマンドindex restore listを使用します。詳細については、index restore list

使用方法

index snapshot restore
必須 引数 説明
はい --i Index name スナップショットを復元する検索インデックスの名前。
はい --s Snapshot name 復元するスナップショットの名前。

この例では、検索インデックス "customer_index" のスナップショット "my_snapshot" を復元します。

index snapshot restore --i customer_index --s my_snapshot