Skip to content

Commit ce6be4c

Browse files
authored
[7.x] Update link to bulk ingest example
1 parent 07151b3 commit ce6be4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/sphinx/helpers.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ document is like ``{"word": "<myword>"}``.
8787
8888
bulk(es, gendata())
8989
90-
9190
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
91+
https://github.com/elastic/elasticsearch-py/blob/master/examples/bulk-ingest
9392

9493
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.
9594

0 commit comments

Comments
 (0)