ElasticQuery
ElasticQuery copied to clipboard
A simple (Python) query builder for Elasticsearch
How can i make an aggregations like the following examples? ``` "aggs": { "results": { "date_histogram": { "field": "time", "interval": 'day' }, "aggs": { "to-child": { "children": { "type": "status"...
"MissingArg: Missing path argument" is useless when path is `arg[0]`, not `kwarg['path']`!