Re: can i use solr to do this

2009-07-17 Thread Antonio Eggberg
--- Den fre 2009-07-17 skrev Shalin Shekhar Mangar : > Från: Shalin Shekhar Mangar > Ämne: Re: can i use solr to do this > Till: solr-user@lucene.apache.org > Datum: fredag 17 juli 2009 09.32 > On Fri, Jul 17, 2009 at 5:53 AM, > Antonio Eggberg > wrote: > > &

Re: can i use solr to do this

2009-07-17 Thread Shalin Shekhar Mangar
On Fri, Jul 17, 2009 at 5:53 AM, Antonio Eggberg wrote: > > Hi, > > every solr document I have a creation date which is the default time stamp > "NOW". What I like to know how can I have facets like the following: > > Past 24 Hours (3) > Past 7 days (23) > Past 15 days (33) > Past 30 days (59) > >

can i use solr to do this

2009-07-16 Thread Antonio Eggberg
Hi, every solr document I have a creation date which is the default time stamp "NOW". What I like to know how can I have facets like the following: Past 24 Hours (3) Past 7 days (23) Past 15 days (33) Past 30 days (59) Is this possible? i.e. range query as facet? Regards Anton _