[DOCS] Reorder index APIs alphabetically (#46981)

This commit is contained in:
James Rodewig 2019-10-01 15:13:27 -04:00 committed by GitHub
parent 650c0c695e
commit 7583c07fa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 86 additions and 71 deletions

View file

@ -1,5 +1,5 @@
[[recovery]]
=== Indices Recovery
=== Index recovery
Peer recovery syncs data from a primary shard to a new or
existing shard copy.

View file

@ -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]