Skip to content

Commit 10c013a

Browse files
committed
stored_fields=_parent no longer needed with 5.0
1 parent 515197a commit 10c013a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elasticsearch/helpers/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ def reindex(client, source_index, target_index, query=None, target_client=None,
347347
query=query,
348348
index=source_index,
349349
scroll=scroll,
350-
stored_fields=('_source', '_parent', '_routing', '_timestamp'),
351350
**scan_kwargs
352351
)
353352
def _change_doc_index(hits, index):

0 commit comments

Comments
 (0)