mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Reorder index APIs alphabetically (#46981)
This commit is contained in:
parent
650c0c695e
commit
7583c07fa8
13 changed files with 86 additions and 71 deletions
|
@ -1,5 +1,5 @@
|
|||
[[recovery]]
|
||||
=== Indices Recovery
|
||||
=== Index recovery
|
||||
|
||||
Peer recovery syncs data from a primary shard to a new or
|
||||
existing shard copy.
|
||||
|
|
|
@ -773,7 +773,7 @@ creates the required number of replicas at this moment cluster switches to the `
|
|||
are created, the cluster switches to the `green` states.
|
||||
|
||||
The cluster health operation provides only a high level status of the restore process. It's possible to get more
|
||||
detailed insight into the current state of the recovery process by using <<indices-recovery, indices recovery>> and
|
||||
detailed insight into the current state of the recovery process by using <<indices-recovery, index recovery>> and
|
||||
<<cat-recovery, cat recovery>> APIs.
|
||||
|
||||
[float]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue