Fix grammar

Added 'to' on line 79 to make consistent and fix grammar.
This commit is contained in:
johnpickett 2015-06-23 14:57:09 -06:00 committed by Adrien Grand
parent df41d0c3ba
commit 72bf32e398
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ To solve this problem, Elasticsearch provides the ability to subdivide your inde
Sharding is important for two primary reasons: Sharding is important for two primary reasons:
* It allows you to horizontally split/scale your content volume * It allows you to horizontally split/scale your content volume
* It allows you distribute and parallelize operations across shards (potentially on multiple nodes) thus increasing performance/throughput * It allows you to distribute and parallelize operations across shards (potentially on multiple nodes) thus increasing performance/throughput
The mechanics of how a shard is distributed and also how its documents are aggregated back into search requests are completely managed by Elasticsearch and is transparent to you as the user. The mechanics of how a shard is distributed and also how its documents are aggregated back into search requests are completely managed by Elasticsearch and is transparent to you as the user.