This website requires JavaScript.
Explore
Help
Sign In
actions
/
opensearch-pyd
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
fe4a3a5ed05203b670e7ae7bc399b6105afbf712
opensearch-pyd
/
elasticsearch
T
History
Honza Kral
fe4a3a5ed0
Elasticsearch is one word
2013-05-05 04:21:03 +02:00
..
__init__.py
Initial commit, simple python scaffold
2013-05-01 16:39:30 +02:00
client.py
Elasticsearch is one word
2013-05-05 04:21:03 +02:00
connection_pool.py
If a connection fails Nth time in a row put it on timeout for 2**(N-1) * default_timeout
2013-05-05 01:00:10 +02:00
connection.py
Error logging
2013-05-02 00:41:27 +02:00
exceptions.py
Adding JSONSerializer
2013-05-02 23:42:11 +02:00
serializer.py
Serialization error tests
2013-05-03 17:56:27 +02:00
transport.py
If a connection fails Nth time in a row put it on timeout for 2**(N-1) * default_timeout
2013-05-05 01:00:10 +02:00