Merge remote-tracking branch 'pr/267'

This commit is contained in:
Honza Král
2015-09-14 14:00:11 +02:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -47,3 +47,4 @@ Xiuming Chen <[email protected]>
David Szotten <[email protected]>
Jorgen Jorgensen <[email protected]>
Jason Veatch <[email protected]>
Daniel <[email protected]>
+1 -1
View File
@@ -743,7 +743,7 @@ class Elasticsearch(object):
if doc_type and not index:
index = '_all'
_, data = self.transport.perform_request('POST', _make_path(index,
_, data = self.transport.perform_request('GET', _make_path(index,
doc_type, '_count'), params=params, body=body)
return data