Helpers documentation

This commit is contained in:
Honza Kral
2013-09-30 19:05:00 +02:00
parent e04a1d3c02
commit 8f15b4edc0
3 changed files with 73 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
Helpers
=======
Collection of simple helper functions that abstract some specifics or the raw
API.
.. py:module:: elasticsearch.helpers
.. autofunction:: bulk_index
.. autofunction:: scan
.. autofunction:: reindex
+1
View File
@@ -77,6 +77,7 @@ Contents
api
connection
transports
helpers
License
-------