Re: Date Faceting on Solr 3.1

2011-09-06 Thread Jan Høydahl
Hi, Note that if you want more control over the buckets, you may use facet.query instead. Also, under development is SOLR-2366 which will eventually give a more powerful gap specification to range facets. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training -

Re: Date Faceting on Solr 3.1

2011-09-06 Thread karthik
Thanks Hoss. Whatever you described does make sense, however we are migrating over from FAST and the date range buckets work differently there. The expectations of the business users are based on the existing system. I need to reset their expectations ;-) ... Thanks for the very detailed explana

Re: Date Faceting on Solr 3.1

2011-09-04 Thread Chris Hostetter
: Can solr take the earliest date from the result set to be the value for : "facet.date.start"? I dont want to have the value 1/1/1995 hardcoded in my : application since a new data feed that gets into my index could be older : than 1995 and i might keep missing them from the facet. no, you have

Date Faceting on Solr 3.1

2011-09-01 Thread karthik
Hi Everyone, I am trying to configure date faceting on Solr 3.1. I browsed through the wiki and understood how to enable and configure it. To explain this better, lets take an example - my index has docs with dates ranging from 01/01/1995 until NOW (ie., today) as of now. To configure date