We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ae147 commit b73e380Copy full SHA for b73e380
elasticsearch_dsl/utils.py
@@ -12,7 +12,7 @@
12
EXPAND__TO_DOT=True
13
14
DOC_META_FIELDS = frozenset((
15
- 'id', 'routing', 'version', 'version_type'
+ 'id', 'routing', 'version', 'version_type', 'parent'
16
))
17
18
META_FIELDS = frozenset((
0 commit comments