2013-05-12 21:11:01 +02:00
|
|
|
API Documentation
|
|
|
|
|
=================
|
|
|
|
|
|
|
|
|
|
.. py:module:: elasticsearch
|
|
|
|
|
|
|
|
|
|
.. autoclass:: Elasticsearch
|
2013-05-19 18:26:10 +02:00
|
|
|
:members:
|
2013-05-12 21:11:01 +02:00
|
|
|
|
2013-05-12 21:18:39 +02:00
|
|
|
.. autoclass:: Transport(hosts, connection_class=RequestsHttpConnection, connection_pool_class=ConnectionPool, nodes_to_host_callback=construct_hosts_list, sniff_on_start=False, sniff_after_requests=None, sniff_on_connection_fail=False, serializer=JSONSerializer(), max_retries=3, ** kwargs)
|
2013-05-19 18:26:10 +02:00
|
|
|
:members:
|
2013-05-12 21:11:01 +02:00
|
|
|
|
2013-05-12 21:18:39 +02:00
|
|
|
.. autoclass:: ConnectionPool(connections, dead_timeout=60, selector_class=RoundRobinSelector, randomize_hosts=True, ** kwargs)
|
2013-05-19 18:26:10 +02:00
|
|
|
:members:
|
2013-05-12 21:11:01 +02:00
|
|
|
|
|
|
|
|
.. autoclass:: Connection
|
2013-05-19 18:26:10 +02:00
|
|
|
:members:
|
2013-05-12 21:11:01 +02:00
|
|
|
|