mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

Support aggregations from 1.0+ #240

Open amontalenti opened 10 years ago

amontalenti commented 10 years ago

Aggregations could benefit from query-side help, and are described here. I could imagine something like s.agg() with a chainable interface for doing sub-aggregations. Might take some effort to make nice, though.

willkg commented 10 years ago

In the summary you wrote "Support aggregations from 2.0". Is the "2.0" part a typo? If not, what are you referring to?

amontalenti commented 10 years ago

Yes, it is -- changed to 1.0+. Was just my brain malfunctioning.