stored_fields=_parent no longer needed with 5.0

This commit is contained in:
Honza Král
2016-07-28 11:29:01 +02:00
parent 515197a903
commit 10c013a067
-1
View File
@@ -347,7 +347,6 @@ def reindex(client, source_index, target_index, query=None, target_client=None,
query=query,
index=source_index,
scroll=scroll,
stored_fields=('_source', '_parent', '_routing', '_timestamp'),
**scan_kwargs
)
def _change_doc_index(hits, index):