Skip to content

Commit 8480b19

Browse files
SalahAdDinhonzakral
authored andcommitted
A tiny initial percolation's implenetation. (#867)
1 parent 5674519 commit 8480b19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elasticsearch_dsl/query.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ class Indices(Query):
211211
name = 'indices'
212212
_param_defs = {'query': {'type': 'query'}, 'no_match_query': {'type': 'query'}}
213213

214+
class Percolate(Query):
215+
name = 'percolate'
214216

215217
# relationship queries
216218
class Nested(Query):

0 commit comments

Comments
 (0)