Using ElasticQuery
Elsewhere
A simple query builder for Elasticsearch. Install with pip install elasticquery. Uses metod calls and their args/kwargs to generate query/filter/aggregate objects. Outputs dict/json represntation to be passed directly to ES.
pip install elasticquery
Using ElasticQuery¶