Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 552 Bytes

index.rst

File metadata and controls

26 lines (18 loc) · 552 Bytes

ElasticQuery

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.

client queries aggregates suggesters

Meta

  • genindex
  • modindex

ElasticQuery on GitHub <http://github.com/Fizzadar/ElasticQuery>