[DOCS] Add 'recovery' to glossary for issue #7264 (#40275) (#40311)

This commit is contained in:
James Rodewig 2019-03-21 08:58:26 -04:00 committed by GitHub
parent dd41ce0763
commit 244e6758cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 176 additions and 166 deletions

View File

@ -147,6 +147,16 @@
and their query results are not cacheable. As a general rule, use query clauses for full-text
search or for any condition that requires scoring, and use filters for everything else.
[[glossary-recovery]] recovery ::
The process of syncing a shard copy from a source shard. Upon completion, the recovery process makes the shard copy available for queries.
+
Recovery automatically occurs anytime a shard moves to a different node in the same cluster, including:
* Node startup
* Node failure
* Index shard replication
* Snapshot restoration
[[glossary-replica-shard]] replica shard ::
Each <<glossary-primary-shard,primary shard>> can have zero or more