Searchable snapshot terminology (#65549)

We chose to use searchable snapshot index over snapshot-backed index, so
changed terminology towards this in a couple places.
This commit is contained in:
Henning Andersen 2020-11-30 17:14:47 +01:00 committed by Henning Andersen
parent 9564a8b1e0
commit 02ed90b54a
3 changed files with 7 additions and 7 deletions

View File

@ -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]

View File

@ -1245,9 +1245,9 @@ See <<wildcard-field-type>>.
[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 <<searchable-snapshots-apis>>.
@ -1255,7 +1255,7 @@ For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.
=== 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 <<searchable-snapshots-apis>>.
@ -1264,7 +1264,7 @@ For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.
=== 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 <<searchable-snapshots-apis>>.

View File

@ -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}