From 10c013a067f55bb259b2ff05a8cda75317827f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Thu, 28 Jul 2016 11:29:01 +0200 Subject: [PATCH] stored_fields=_parent no longer needed with 5.0 --- elasticsearch/helpers/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/elasticsearch/helpers/__init__.py b/elasticsearch/helpers/__init__.py index 5ffb1a51..862cd2c4 100644 --- a/elasticsearch/helpers/__init__.py +++ b/elasticsearch/helpers/__init__.py @@ -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):