Skip to content

Commit

Permalink
add shape field, remove unnecessary point examples
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jan 7, 2025
1 parent 3195c7d commit 068fa31
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 145 deletions.
4 changes: 0 additions & 4 deletions elasticsearch_dsl/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,6 @@ class GeoPoint(Field):
name = "geo_point"


class Point(Field):
name = "point"


class GeoShape(Field):
name = "geo_shape"

Expand Down
71 changes: 0 additions & 71 deletions examples/async/point.py

This file was deleted.

70 changes: 0 additions & 70 deletions examples/point.py

This file was deleted.

0 comments on commit 068fa31

Please sign in to comment.