Commit Graph
431 Commits
Author SHA1 Message Date
Jason Veatch 80ccb181cd Removed "optionally", it might be confusing. 2015-09-09 16:06:03 -04:00
Jason Veatch 09efa15813 Clarified _op_type options in streaming_bulk docstring. 2015-09-09 15:02:09 -04:00
Honza Král 4f7b09df5b Purge duplicities in args 2015-08-28 17:41:04 +02:00
Jorgen JorgensenandHonza Král 7f5bf201ce Update __init__.py 2015-08-28 13:58:23 +02:00
Honza Král 36d8d4b545 2.0 compatibility 2015-08-25 01:21:45 +02:00
Honza Král 72f661f953 Added deprecation infor for thrift connection class 2015-07-06 18:13:02 +02:00
Honza Král 845f8cd6f5 Adding ssl_version parameter to Urllib3HttpConnection
Fixes #246
2015-07-06 18:09:44 +02:00
Xiuming Chen ceffee3b8b Comments for bytes. 2015-06-23 22:36:46 -07:00
Xiuming Chen b113fb3e9c Accept time resolution param for _cat/nodes. 2015-06-23 22:36:42 -07:00
Xiuming Chen 9b18b85db8 A few other cat APIs accept 'bytes'. 2015-06-22 18:09:39 -07:00
Honza Král d328998b36 Add keep_alive headers by default to Urllib3HttpConnection 2015-06-22 20:39:58 +02:00
Honza Král fdeb3d1131 Make sure reindex preserves _parent, _routing and _timestamp
Fixes #140
2015-06-20 00:27:08 +02:00
Honza Král 586704000e Add human arg to indices.create and get_settings 2015-06-19 14:13:00 +02:00
Honza Král 174ded0854 Version bump for 1.6.0 2015-06-10 02:38:35 +02:00
Honza Král 26ab39f313 correct link and simple description of flush_synced 2015-06-09 21:32:19 +02:00
Honza Král 799918712f Added missing params to methods 2015-06-09 19:21:31 +02:00
Honza Král aed7ec0d03 Added flush_synced API 2015-06-09 19:21:23 +02:00
Honza Král 23609dc02c Forgot one version 2015-05-18 16:05:22 +02:00
Honza Král 2835c8ca1c post release version bump 2015-05-18 16:04:38 +02:00
Honza Král 699c040eaf Version bump to 1.5.0 2015-05-18 16:03:00 +02:00
Honza Král 10c36ad530 Make search_exists consistent with other _exists APIs
Fixes #230 Thanks ncrocfer for the report!
2015-05-18 15:50:35 +02:00
Honza Král 481dc907ad Add query_string parameters to count, search_exists and validate_query 2015-05-11 15:01:09 +02:00
Honza Král 12ded2b841 Added a class to addon clients to add more namespaces 2015-05-02 16:41:53 +02:00
Jim Kelly 032a1aa799 Fixes issue introduced in 482f166 where the tracer spams when
unconfigured.

In the aforementioned commit, the existing behavior was changed,
I believe in advertantly, to set propagate to False if the
trace logger already has been configured. This seems to be the
opposite of the internet, and this change restores what appears
to have been the intent, and silences the tracer unless
it has been configured, in which case it will propagate.
2015-04-28 22:32:57 +02:00
Honza Král 9f9dc210f4 Basic docs for search_exists 2015-04-27 21:08:33 +02:00
Honza Král a531967153 Adding the field_stats API 2015-04-27 20:41:10 +02:00
Honza Král 42b4cfd3aa Get ready for the structured exceptions coming in es 2.0 2015-04-27 20:40:55 +02:00
Honza Král a90433a32f Adding a body parameter to scroll 2015-04-22 21:51:51 +02:00
Honza Král 47afab73ad Fix new skipping logic in yaml tests 2015-04-22 21:50:19 +02:00
Honza Král 01ff9da23d Updated to new version of elasticsearch spec 2015-04-20 20:14:12 +02:00
Honza Král eee5701dd0 Allow stats_only parameter to bulk from reindex to be overridden
Fixes #218
2015-04-19 17:28:20 +02:00
Malthe BorchandHonza Král d646bff410 Add 'query_cache' parameter option 2015-04-19 16:54:35 +02:00
Honza Král 881438de7c Make count consistent with search 2015-04-07 10:27:20 +02:00
Honza Král 453fe64987 Add docs for the http_auth parameter of RequestsHttpConnection 2015-03-27 10:46:30 +01:00
Honza Král aa2d4f079c Adding tests for advanced auth options for requests 2015-03-26 14:17:10 +01:00
Georges Toth fc98b5d352 Modify test for http_auth to allow for passing custom authentication methods as well 2015-03-26 12:39:09 +01:00
Russell Savage 4c24468168 updating doc links to elastic.co
reverting bucket link to elasticsearch.org

updating test cases to use elastic.co

updating pylibmc version
2015-03-23 15:56:32 -07:00
Sven Wästlund 3616f7208a socket.error is now caught in perform_request aswell.
Fixes #205
2015-03-11 16:17:10 +01:00
Honza Král b92d591026 Make method utf-8 for urllib3
fixes #201
2015-02-26 14:14:33 -08:00
Honza Král 79ca075ab0 More sane defaults for helpers
Also make sure errors while scrolling will not be ignored
Fixes #194
2015-02-18 18:28:55 +01:00
Honza Král 8c1a25e942 Add master_timeout to (get/exists)_template APIs 2015-02-16 16:16:16 +01:00
Honza Král 756298a360 Added documentation explaining scan and ordering
Thanks drorata for the initial patch and issue
2015-02-12 10:58:20 +01:00
Honza Král 2f9842abed post-release version bump to 1.5.0-dev 2015-02-11 22:24:57 +01:00
Honza Král cdb04dfa01 Version bump for 1.4 release 2015-02-11 22:22:38 +01:00
J Charitopoulos 0cd23e49d2 minor syntax 2015-02-10 16:16:21 +01:00
Honza Král f065817e89 Add option to pass kwargs to scan and bulk in reindex helper 2015-01-30 00:04:04 +01:00
Honza Král 271fc4d232 Warn when people using insecure options. 2015-01-29 23:46:01 +01:00
Marc AbramowitzandHonza Král 0246c5bbda Remove extra spaces from exception message
Without this change, it prints with extra spaces -- e.g.:

    E           elasticsearch.exceptions.ImproperlyConfigured: No defined connections, you need to                     specify at least one host.
2015-01-27 16:51:39 +01:00
Honza Král 02117ad29e Remove duplicate param definitions and docs.
Fixes #191 Thanks jfunez!
2015-01-27 16:18:50 +01:00
Honza Král 93d287d99c Added tests for raise_on_exception 2015-01-24 18:41:43 +01:00