Skip to content

Commit 38f2f5e

Browse files
committed
adding distance feature query
1 parent 4f63b2d commit 38f2f5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

elasticsearch_dsl/query.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ class FuzzyLikeThis(Query):
286286
class FuzzyLikeThisField(Query):
287287
name = 'fuzzy_like_this_field'
288288

289+
class DistanceFeature(Query):
290+
name = 'distance_feature'
291+
289292
class GeoBoundingBox(Query):
290293
name = 'geo_bounding_box'
291294

0 commit comments

Comments
 (0)