[DOCS] Rename mount types for searchable snapshots (#72699)

Changes:

* Renames 'full copy searchable snapshot' to 'fully mounted index.'
* Renames 'shared cache searchable snapshot' to 'partially mounted index.'
* Removes some unneeded cache setup instructions for the frozen tier. We added a default cache size with #71844.
This commit is contained in:
James Rodewig 2021-05-05 16:35:33 -04:00 committed by GitHub
parent 15e42fd748
commit ba66669eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 74 additions and 92 deletions

View file

@ -10,7 +10,8 @@
[id="{upid}-{api}-request"]
==== Request
The Cache Stats API provides statistics about searchable snapshot shared cache.
Retrieves statistics about the shared cache for
{ref}/searchable-snapshots.html#partially-mounted[partially mounted indices].
["source","java",subs="attributes,callouts,macros"]
--------------------------------------------------