updated source filtering tests and spec

Fixed id tests to be strings.
Changed the _source_* param of get_source as they have changed in core.
This commit is contained in:
Boaz Leskes
2013-10-08 18:18:20 +02:00
parent 225ccead0c
commit 1e52c17d1a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ class Elasticsearch(object):
params=params)
return data
@query_params('_source_exclude', '_source_include', 'parent', 'preference',
@query_params('exclude', 'include', 'parent', 'preference',
'realtime', 'refresh', 'routing')
def get_source(self, index, id, doc_type='_all', params=None):
"""