mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
parent
dd41ce0763
commit
244e6758cd
@ -147,6 +147,16 @@
|
|||||||
and their query results are not cacheable. As a general rule, use query clauses for full-text
|
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.
|
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 ::
|
[[glossary-replica-shard]] replica shard ::
|
||||||
|
|
||||||
Each <<glossary-primary-shard,primary shard>> can have zero or more
|
Each <<glossary-primary-shard,primary shard>> can have zero or more
|
||||||
|
Loading…
x
Reference in New Issue
Block a user