Re: Hierarchical faceting with Date

2011-10-07 Thread Erik Hatcher
Ravi - It's not a feature, currently, of pivot facets to do date ranges along with it. Is that what you're after? It should still "work" to facet on date fields and pivot those with other fields in a standard per-value sort of way. Can you elaborate on the specific data and results you'd like

Re: Hierarchical faceting with Date

2011-10-05 Thread pravesh
You count index the date as a text field(or use a new text field to store date as text) and then try it on this new field Thanx Pravesh -- View this message in context: http://lucene.472066.n3.nabble.com/Hierarchical-faceting-with-Date-tp3394521p3395824.html Sent from the Solr - User mailing

Hierarchical faceting with Date

2011-10-04 Thread Ravi Bulusu
Hi, I'm trying to perform a hierarchical (pivot) faceted search and it doesn't work with date (as one of the field). My questions are 1. Is this a supported feature or just a bug that needs to be addressed? 2. If it is not intended to be supported, what is the complexity involved in implementing