Skip to content

Commit 90030e0

Browse files
alejandro-carstensChristoph Büscher
authored andcommitted
[Docs] Correct typo in README.textile (#28716)
1 parent c002664 commit 90030e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ h3. Distributed, Highly Available
192192

193193
Let's face it, things will fail....
194194

195-
Elasticsearch is a highly available and distributed search engine. Each index is broken down into shards, and each shard can have one or more replica. By default, an index is created with 5 shards and 1 replica per shard (5/1). There are many topologies that can be used, including 1/10 (improve search performance), or 20/1 (improve indexing performance, with search executed in a map reduce fashion across shards).
195+
Elasticsearch is a highly available and distributed search engine. Each index is broken down into shards, and each shard can have one or more replicas. By default, an index is created with 5 shards and 1 replica per shard (5/1). There are many topologies that can be used, including 1/10 (improve search performance), or 20/1 (improve indexing performance, with search executed in a map reduce fashion across shards).
196196

197197
In order to play with the distributed nature of Elasticsearch, simply bring more nodes up and shut down nodes. The system will continue to serve requests (make sure you use the correct http port) with the latest data indexed.
198198

0 commit comments

Comments
 (0)