Skip to content

Commit

Permalink
adding distance feature query
Browse files Browse the repository at this point in the history
  • Loading branch information
honzakral committed Oct 14, 2019
1 parent 4f63b2d commit 38f2f5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elasticsearch_dsl/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ class FuzzyLikeThis(Query):
class FuzzyLikeThisField(Query):
name = 'fuzzy_like_this_field'

class DistanceFeature(Query):
name = 'distance_feature'

class GeoBoundingBox(Query):
name = 'geo_bounding_box'

Expand Down

0 comments on commit 38f2f5e

Please sign in to comment.