I am able to add additional attributes to the list of facet-able attributes in the search result list in Alfresco CE5.0 B through the search manager. As long as the attributes are defined as indexed in the object model, everything works great.
The counts for single and repeating attribute counts appear to work as expected, and they appear to filter correctly.
I would like to have dates and datetime attributes handled in date "buckets" or ranges, in the same way that the create and modified dates are handled. I can't get them to return in anything other then counts based on the full timestamp:
2014-01-16T05:00:00Z 10
2014-01-17T05:00:00Z 10
2014-01-24T05:00:00Z 10
How do we specify that the facets should be ranged results? do we configure directly against the solr config for that, or through the share config?