Skip to content

Commit 47a98df

Browse files
Add shape declaration (#1962)
* Add support for the point field * add shape field, remove unnecessary point examples * add missing Shape declaration --------- Co-authored-by: Hüseyin Emre Armağan <[email protected]>
1 parent c0aa52a commit 47a98df

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
@@ -73,6 +73,7 @@
7373
RankFeatures,
7474
ScaledFloat,
7575
SearchAsYouType,
76+
Shape,
7677
Short,
7778
SparseVector,
7879
Text,
@@ -183,6 +184,7 @@
183184
"ScaledFloat",
184185
"Search",
185186
"SearchAsYouType",
187+
"Shape",
186188
"Short",
187189
"SparseVector",
188190
"TermsFacet",

0 commit comments

Comments
 (0)