Skip to content

Commit 498eb00

Browse files
authored
Update link to bulk ingest example
1 parent 781eca3 commit 498eb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx/helpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ document is like ``{"word": "<myword>"}``.
8989
9090
9191
For a more complete and complex example please take a look at
92-
https://github.com/elastic/elasticsearch-py/blob/master/example/load.py#L76-L130
92+
https://github.com/elastic/elasticsearch-py/blob/master/examples/bulk-ingest
9393

9494
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.
9595

0 commit comments

Comments
 (0)