Skip to content

Commit c026c9f

Browse files
committed
Glossary tidy-up
1 parent b15c0e7 commit c026c9f

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

docs/reference/glossary.asciidoc

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ An <<glossary-index-pattern,index pattern>> that automatically configures new in
3939
For more information, see {ref}/ccr-auto-follow.html[Managing auto follow patterns].
4040
// end::auto-follow-pattern-def[]
4141

42-
[[glossary-backup-snapshot]] backup snapshot ::
43-
// tag::backup-snapshot-def[]
44-
A snapshot of a cluster, data stream, or index that resides in a remote data store such as S3
45-
and is used for backup and recovery.
46-
// end::backup-snapshot-def[]
47-
4842
[[glossary-cluster]] cluster ::
4943
// tag::cluster-def[]
5044
One or more <<glossary-node,nodes>> that share the
@@ -458,10 +452,20 @@ in the <<glossary-mapping,mapping>>.
458452

459453
[[glossary-searchable-snapshot]] searchable snapshot ::
460454
// tag::searchable-snapshot-def[]
461-
A <<glossary-snapshot, snapshot>> of an index or data stream that resides in a remote data store
462-
such as S3 and can be accessed dynamically at query time.
455+
An index in a <<glossary-snapshot, snapshot>> that is mounted as a
456+
<<glossary-searchable-snapshot-index,searchable snapshot index>> and can be
457+
searched as if it were a regular index.
463458
// end::searchable-snapshot-def[]
464459

460+
[[glossary-searchable-snapshot-index]] searchable snapshot index ::
461+
// tag::searchable-snapshot-index-def[]
462+
An <<glossary-index, index>> whose data is stored in a <<glossary-snapshot,
463+
snapshot>> that resides in a separate <<glossary-snapshot-repository,snapshot
464+
repository>> such as AWS S3. Searchable snapshot indices do not need
465+
<<glossary-replica-shard,replica>> shards for resilience, since their data is
466+
reliably stored outside the cluster.
467+
// end::searchable-snapshot-index-def[]
468+
465469
[[glossary-shard]] shard ::
466470
+
467471
--
@@ -498,15 +502,13 @@ See the {ref}/indices-shrink-index.html[shrink index API].
498502

499503
[[glossary-snapshot]] snapshot ::
500504
// tag::snapshot-def[]
501-
Captures the state of a cluster, index, or data stream at a particular point in time.
502-
See <<glossary-backup-snapshot, backup snapshot>> and <<glossary-searchable-snapshot, searchable snapshot>>.
505+
Captures the state of the whole cluster, or of some of its indices or data
506+
streams, at a particular point in time. Snapshots are useful for backups since
507+
you can restore the cluster to its state at the time the snapshot was taken.
508+
You can also mount snapshots as <<glossary-searchable-snapshot-index,
509+
searchable snapshot indices>>.
503510
// end::snapshot-def[]
504511

505-
[[glossary-snapshot-backed-index]] snapshot-backed index ::
506-
// tag::snapshot-backed-index-def[]
507-
A read-only index that relies on a <<glossary-searchable-snapshot, searchable snapshot>> for redundancy.
508-
// end::snapshot-backed-index-def[]
509-
510512
[[glossary-snapshot-lifecycle-policy]] snapshot lifecycle policy ::
511513
// tag::snapshot-lifecycle-policy-def[]
512514
Specifies how frequently to perform automatic backups of a cluster and

0 commit comments

Comments
 (0)