Readds a change that got lost

This commit is contained in:
Paul Echeverri 2015-11-10 15:47:05 -08:00
parent b672e4ace4
commit d9a3c8c6e5

View file

@ -132,7 +132,7 @@ The accounts data set doesn't require any mappings, so at this point we're ready
{ref}/docs-bulk.html[`bulk`] API to load the data sets with the following commands:
[source,shell]
curl -XPOST 'localhost:9200/bank/_bulk?pretty' --data-binary @accounts.json
curl -XPOST 'localhost:9200/bank/account/_bulk?pretty' --data-binary @accounts.json
curl -XPOST 'localhost:9200/shakespeare/_bulk?pretty' --data-binary @shakespeare.json
curl -XPOST 'localhost:9200/_bulk?pretty' --data-binary @logs.jsonl