Skip to content

Commit 64dde0c

Browse files
committed
Merge remote-tracking branch 'pr/266'
2 parents 40dd7ce + 80ccb18 commit 64dde0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ Jim Kelly <pthread1981@gmail.com>
4646
Xiuming Chen <cc@cxm.cc>
4747
David Szotten <davidszotten@gmail.com>
4848
Jorgen Jorgensen <jayjaypy@barskdata.net>
49+
Jason Veatch <jtveatch@gmail.com>

elasticsearch/helpers/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ def streaming_bulk(client, actions, chunk_size=500, raise_on_error=True,
6666
Alternatively, if `_source` is not present, it will pop all metadata fields
6767
from the doc and use the rest as the document data.
6868
69-
If you wish to perform other operations, like `delete` or `update` use the
70-
`_op_type` field in your actions (`_op_type` defaults to `index`)::
69+
The :meth:`~elasticsearch.Elasticsearch.bulk` api accepts `index`, `create`,
70+
`delete`, and `update` actions. Use the `_op_type` field to specify an
71+
action (`_op_type` defaults to `index`)::
7172
7273
{
7374
'_op_type': 'delete',

0 commit comments

Comments
 (0)