Docs: Use consistent plural form of index
Indices or indexes; but please not a hodgepodge of both. Closes #11966
This commit is contained in:
parent
2be3fe31a4
commit
8f1907f761
|
@ -223,9 +223,9 @@ mwubuntu1 127.0.1.1 8 4 0.00 d * New Goblin
|
||||||
|
|
||||||
Here, we can see our one node named "New Goblin", which is the single node that is currently in our cluster.
|
Here, we can see our one node named "New Goblin", which is the single node that is currently in our cluster.
|
||||||
|
|
||||||
=== List All Indexes
|
=== List All Indices
|
||||||
|
|
||||||
Now let's take a peek at our indexes:
|
Now let's take a peek at our indices:
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
@ -240,7 +240,7 @@ curl 'localhost:9200/_cat/indices?v'
|
||||||
health index pri rep docs.count docs.deleted store.size pri.store.size
|
health index pri rep docs.count docs.deleted store.size pri.store.size
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
Which simply means we have no indexes yet in the cluster.
|
Which simply means we have no indices yet in the cluster.
|
||||||
|
|
||||||
=== Create an Index
|
=== Create an Index
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue