[Docs] Fix typo in getting-started.asciidoc (#49985)

This commit is contained in:
Artur Carvalho 2019-12-09 16:24:03 +01:00 committed by Christoph Büscher
parent 0b6ce9683c
commit d073bccaad
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ If you have a lot of documents to index, you can submit them in batches with
the {ref}/docs-bulk.html[bulk API]. Using bulk to batch document
operations is significantly faster than submitting requests individually as it minimizes network roundtrips.
The optimal batch size depends a number of factors: the document size and complexity, the indexing and search load, and the resources available to your cluster. A good place to start is with batches of 1,000 to 5,000 documents
The optimal batch size depends on a number of factors: the document size and complexity, the indexing and search load, and the resources available to your cluster. A good place to start is with batches of 1,000 to 5,000 documents
and a total payload between 5MB and 15MB. From there, you can experiment
to find the sweet spot.