From 02ed90b54ac666e6d4328014a27de658fffde80b Mon Sep 17 00:00:00 2001 From: Henning Andersen <33268011+henningandersen@users.noreply.github.com> Date: Mon, 30 Nov 2020 17:14:47 +0100 Subject: [PATCH] Searchable snapshot terminology (#65549) We chose to use searchable snapshot index over snapshot-backed index, so changed terminology towards this in a couple places. --- docs/reference/modules/node.asciidoc | 2 +- docs/reference/redirects.asciidoc | 10 +++++----- .../searchable-snapshots/apis/mount-snapshot.asciidoc | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/reference/modules/node.asciidoc b/docs/reference/modules/node.asciidoc index 72b5310ac5c..6b1df31704e 100644 --- a/docs/reference/modules/node.asciidoc +++ b/docs/reference/modules/node.asciidoc @@ -254,7 +254,7 @@ node.roles: [ data_warm ] [[data-cold-node]] ==== [x-pack]#Cold data node# -Cold data nodes store read-only indices that are accessed less frequently. This tier uses less performant hardware and may leverage snapshot-backed indices to minimize the resources required. +Cold data nodes store read-only indices that are accessed less frequently. This tier uses less performant hardware and may leverage searchable snapshot indices to minimize the resources required. To create a dedicated cold node, set: [source,yaml] diff --git a/docs/reference/redirects.asciidoc b/docs/reference/redirects.asciidoc index 66238826223..b70516c83e4 100644 --- a/docs/reference/redirects.asciidoc +++ b/docs/reference/redirects.asciidoc @@ -1245,9 +1245,9 @@ See <>. [role="exclude",id="searchable-snapshots-api-clear-cache"] === Clear cache API -We have removed documentation for this API. This a low-level API used to get -information about snapshot-backed indices. We plan to remove or drastically -change this API as part of a future release. +We have removed documentation for this API. This a low-level API used to clear +the searchable snapshot cache. We plan to remove or drastically change this API +as part of a future release. For other searchable snapshot APIs, see <>. @@ -1255,7 +1255,7 @@ For other searchable snapshot APIs, see <>. === Searchable snapshot statistics API We have removed documentation for this API. This a low-level API used to get -information about snapshot-backed indices. We plan to remove or drastically +information about searchable snapshot indices. We plan to remove or drastically change this API as part of a future release. For other searchable snapshot APIs, see <>. @@ -1264,7 +1264,7 @@ For other searchable snapshot APIs, see <>. === Searchable snapshot repository statistics API We have removed documentation for this API. This a low-level API used to get -information about snapshot-backed indices. We plan to remove or drastically +information about searchable snapshot indices. We plan to remove or drastically change this API as part of a future release. For other searchable snapshot APIs, see <>. diff --git a/docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc b/docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc index 4ea506e4a57..da1109b70f1 100644 --- a/docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc +++ b/docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc @@ -8,7 +8,7 @@ beta::[] -Mount a snapshot as a snapshot backed index. +Mount a snapshot as a searchable snapshot index. [[searchable-snapshots-api-mount-request]] ==== {api-request-title}