Skip to content

Commit 068fa31

Browse files
add shape field, remove unnecessary point examples
1 parent 3195c7d commit 068fa31

File tree

3 files changed

+0
-145
lines changed

3 files changed

+0
-145
lines changed

elasticsearch_dsl/field.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,6 @@ class GeoPoint(Field):
498498
name = "geo_point"
499499

500500

501-
class Point(Field):
502-
name = "point"
503-
504-
505501
class GeoShape(Field):
506502
name = "geo_shape"
507503

examples/async/point.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

examples/point.py

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)