Skip to content

Commit b73e380

Browse files
committed
Add back parent to allow legacy indices with parent/child to work
1 parent 42ae147 commit b73e380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch_dsl/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
EXPAND__TO_DOT=True
1313

1414
DOC_META_FIELDS = frozenset((
15-
'id', 'routing', 'version', 'version_type'
15+
'id', 'routing', 'version', 'version_type', 'parent'
1616
))
1717

1818
META_FIELDS = frozenset((

0 commit comments

Comments
 (0)