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:
parent
9564a8b1e0
commit
02ed90b54a
|
@ -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]
|
||||
|
|
|
@ -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>>.
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue