Skip to content

Commit

Permalink
Add shape declaration (#1962)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
miguelgrinberg and Telomeraz committed Jan 7, 2025
1 parent 90b3789 commit 621936f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elasticsearch_dsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
RankFeatures,
ScaledFloat,
SearchAsYouType,
Shape,
Short,
SparseVector,
Text,
Expand Down Expand Up @@ -183,6 +184,7 @@
"ScaledFloat",
"Search",
"SearchAsYouType",
"Shape",
"Short",
"SparseVector",
"TermsFacet",
Expand Down

0 comments on commit 621936f

Please sign in to comment.