mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 08:59:09 +00:00
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]]
|
[[data-cold-node]]
|
||||||
==== [x-pack]#Cold data 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:
|
To create a dedicated cold node, set:
|
||||||
[source,yaml]
|
[source,yaml]
|
||||||
|
@ -1245,9 +1245,9 @@ See <<wildcard-field-type>>.
|
|||||||
[role="exclude",id="searchable-snapshots-api-clear-cache"]
|
[role="exclude",id="searchable-snapshots-api-clear-cache"]
|
||||||
=== Clear cache API
|
=== Clear cache API
|
||||||
|
|
||||||
We have removed documentation for this API. This a low-level API used to get
|
We have removed documentation for this API. This a low-level API used to clear
|
||||||
information about snapshot-backed indices. We plan to remove or drastically
|
the searchable snapshot cache. We plan to remove or drastically change this API
|
||||||
change this API as part of a future release.
|
as part of a future release.
|
||||||
|
|
||||||
For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.
|
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
|
=== Searchable snapshot statistics API
|
||||||
|
|
||||||
We have removed documentation for this API. This a low-level API used to get
|
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.
|
change this API as part of a future release.
|
||||||
|
|
||||||
For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.
|
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
|
=== Searchable snapshot repository statistics API
|
||||||
|
|
||||||
We have removed documentation for this API. This a low-level API used to get
|
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.
|
change this API as part of a future release.
|
||||||
|
|
||||||
For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.
|
For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
beta::[]
|
beta::[]
|
||||||
|
|
||||||
Mount a snapshot as a snapshot backed index.
|
Mount a snapshot as a searchable snapshot index.
|
||||||
|
|
||||||
[[searchable-snapshots-api-mount-request]]
|
[[searchable-snapshots-api-mount-request]]
|
||||||
==== {api-request-title}
|
==== {api-request-title}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user