blugelabs / bluge

indexing library for Go
Apache License 2.0
1.88k stars 122 forks source link

consider API consolidation to use date range everywhere #20

Open mschoch opened 4 years ago

mschoch commented 4 years ago

Our date range aggregations work with a date range structure, but our date range queries take 2 separate params.

Consider consolidating these.