Skip to content

Commit 9d08232

Browse files
authored
[DOCS] Add 'recovery' to glossary for issue #7264 (#248)
1 parent 95c96d6 commit 9d08232

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/en/glossary/glossary.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,20 @@ nodes handling the user requests.
551551
endif::cloud-terms[]
552552
ifdef::elasticsearch-terms[]
553553

554+
[[glossary-recovery]] recovery ::
555+
The process of syncing a shard copy from a source shard. Upon completion, the recovery process makes the shard copy available for queries.
556+
+
557+
Recovery automatically occurs anytime a shard moves to a different node in the same cluster, including:
558+
559+
* Node startup
560+
* Node failure
561+
* Index shard replication
562+
* Snapshot restoration
563+
+
564+
//Source: Elasticsearch
565+
endif::elasticsearch-terms[]
566+
ifdef::elasticsearch-terms[]
567+
554568
[[glossary-reindex]] reindex ::
555569

556570
To cycle through some or all documents in one or more indices, re-writing them into the same or new index in a local or remote cluster. This is most commonly done to update mappings, or to upgrade Elasticsearch between two incompatible index versions.

0 commit comments

Comments
 (0)