Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where is the "Helpers" function #102

Closed
guanxudong opened this issue Jul 3, 2014 · 3 comments
Closed

where is the "Helpers" function #102

guanxudong opened this issue Jul 3, 2014 · 3 comments

Comments

@guanxudong
Copy link

hi, i found the doc has "Helpers", http://elasticsearch-py.readthedocs.org/en/master/helpers.html
but i can not find in elasticsearch.py,

In [2]: elasticsearch.VERSION
Out[2]: (1, 1, 0)

@honzakral
Copy link
Contributor

The helpers are in a helpers module:

from elasticsearch import helpers
helpers.bulk(...)

@guanxudong
Copy link
Author

but if i did this way.....

In [1]: import elasticsearch
In [2]: elasticsearch.helpers

it seems to be wrong

@guanxudong
Copy link
Author

okay, i got it
you didn't put this package into init.py
thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants