Skip to content

Commit

Permalink
[7.x] Update link to bulk ingest example
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Jun 4, 2021
1 parent 07151b3 commit ce6be4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/sphinx/helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ document is like ``{"word": "<myword>"}``.
bulk(es, gendata())
For a more complete and complex example please take a look at
https://github.com/elastic/elasticsearch-py/blob/master/example/load.py#L76-L130
https://github.com/elastic/elasticsearch-py/blob/master/examples/bulk-ingest

The :meth:`~elasticsearch.Elasticsearch.parallel_bulk` api is a wrapper around the :meth:`~elasticsearch.Elasticsearch.bulk` api to provide threading. :meth:`~elasticsearch.Elasticsearch.parallel_bulk` returns a generator which must be consumed to produce results.

Expand Down

0 comments on commit ce6be4c

Please sign in to comment.