Skip to content

Commit 02ed90b

Browse files
Searchable snapshot terminology (#65549)
We chose to use searchable snapshot index over snapshot-backed index, so changed terminology towards this in a couple places.
1 parent 9564a8b commit 02ed90b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/reference/modules/node.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ node.roles: [ data_warm ]
254254
[[data-cold-node]]
255255
==== [x-pack]#Cold data node#
256256

257-
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.
257+
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.
258258

259259
To create a dedicated cold node, set:
260260
[source,yaml]

docs/reference/redirects.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,17 +1245,17 @@ See <<wildcard-field-type>>.
12451245
[role="exclude",id="searchable-snapshots-api-clear-cache"]
12461246
=== Clear cache API
12471247

1248-
We have removed documentation for this API. This a low-level API used to get
1249-
information about snapshot-backed indices. We plan to remove or drastically
1250-
change this API as part of a future release.
1248+
We have removed documentation for this API. This a low-level API used to clear
1249+
the searchable snapshot cache. We plan to remove or drastically change this API
1250+
as part of a future release.
12511251

12521252
For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.
12531253

12541254
[role="exclude",id="searchable-snapshots-api-stats"]
12551255
=== Searchable snapshot statistics API
12561256

12571257
We have removed documentation for this API. This a low-level API used to get
1258-
information about snapshot-backed indices. We plan to remove or drastically
1258+
information about searchable snapshot indices. We plan to remove or drastically
12591259
change this API as part of a future release.
12601260

12611261
For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.
@@ -1264,7 +1264,7 @@ For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.
12641264
=== Searchable snapshot repository statistics API
12651265

12661266
We have removed documentation for this API. This a low-level API used to get
1267-
information about snapshot-backed indices. We plan to remove or drastically
1267+
information about searchable snapshot indices. We plan to remove or drastically
12681268
change this API as part of a future release.
12691269

12701270
For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.

docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
beta::[]
1010

11-
Mount a snapshot as a snapshot backed index.
11+
Mount a snapshot as a searchable snapshot index.
1212

1313
[[searchable-snapshots-api-mount-request]]
1414
==== {api-request-title}

0 commit comments

Comments
 (0)