Skip to content

Commit 412708e

Browse files
authored
refactor: add the ConstantKeyword field to the top-level package (#1843)
1 parent d48b7f8 commit 412708e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elasticsearch_dsl/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
Boolean,
4343
Byte,
4444
Completion,
45+
ConstantKeyword,
4546
CustomField,
4647
Date,
4748
DateRange,
@@ -113,6 +114,7 @@
113114
"Boolean",
114115
"Byte",
115116
"Completion",
117+
"ConstantKeyword",
116118
"CustomField",
117119
"Date",
118120
"DateHistogramFacet",

0 commit comments

Comments
 (0)