erichard / elasticsearch-query-builder

Build query for an ElasticSearch client using a fluent interface
MIT License
39 stars 20 forks source link

Support for Date Histogram ? #5

Closed khanof89 closed 2 years ago

khanof89 commented 5 years ago

I couldn't find a class or function for date histograms. Am I missing something ?

erichard commented 5 years ago

I implemented classes as I needed them and I did not need DateHistogram at that time. There is many filters and aggregations missing.

Feel free to submit a PR :+1:

erichard commented 2 years ago

DateHistogram is supported in 3.x 🎉