aparo / pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch
BSD 3-Clause "New" or "Revised" License
607 stars 270 forks source link

Add back TermsAgg._serialize #503

Closed jraby closed 7 years ago

jraby commented 8 years ago

Was lost in d69023f8a8fa984da4099b8461fc233990647336

ibrahimahmed443 commented 7 years ago

@aparo _serialize method is required for working with TermsAgg, otherwise we get NotImplementedError exception. Please review and merge this pull request. Thanks