Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 73742f1

Browse files
sangharshclintongormley
authored andcommitted
Update 15_Add_an_index.asciidoc
Minor change to avoid confusion
1 parent 0c4cf6d commit 73742f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

020_Distributed_Cluster/15_Add_an_index.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ one or more physical _shards_.
66

77
A _shard_ is a low-level ``worker unit''. Each shard is a single instance of
88
Lucene, and is a complete search engine in its own right. Our documents are
9-
stored and indexed in shards, but we don't talk to them directly. Instead,
10-
our applications talk to an index.
9+
stored and indexed in shards, but our applications don't talk to them directly.
10+
Instead, they talk to an index.
1111

1212
Shards are how Elasticsearch distributes data around your cluster. Think of
1313
shards as containers for data. Documents are stored in shards, and shards are

0 commit comments

Comments
 (0)