Skip to content

Commit d50ac53

Browse files
aoChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Fix typo in README (#50229)
1 parent 1eaf88e commit d50ac53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ h3. Distributed, Highly Available
191191

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

194-
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).
194+
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 1 shard and 1 replica per shard (1/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).
195195

196196
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.
197197

0 commit comments

Comments
 (0)