zuliaio/zuliasearch

Add facet histogram facets

Opened this issue · 0 comments

Currently date facets do not fill in zeros for date without data. It would be useful to be able to facet for a date range and fill in zeros.

This is elastic search's approach:
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-datehistogram-aggregation.html

Solr's:
https://lucene.apache.org/solr/guide/8_5/working-with-dates.html