I use the Stats component in solr to get facet statistics that works very well, and now I'm interested in doing the same for my date fields. But it seems that using facet.date fields with the statistics module does not work, is there any way to make this work?
My backup plan is to add my faces in the form of specific fields (date, year-quarter, year-month, etc.), but this will require intensive reindexing.
source
share