Re: Need help with facets

2010-08-11 Thread Moazzam Khan
That's awesome. Thanks Ahmet! On Wed, Aug 11, 2010 at 1:50 AM, Ahmet Arslan wrote: > > > --- On Wed, 8/11/10, Moazzam Khan wrote: > >> From: Moazzam Khan >> Subject: Re: Need help with facets >> To: solr-user@lucene.apache.org >> Date: Wednesday, Augu

Re: Need help with facets

2010-08-10 Thread Ahmet Arslan
--- On Wed, 8/11/10, Moazzam Khan wrote: > From: Moazzam Khan > Subject: Re: Need help with facets > To: solr-user@lucene.apache.org > Date: Wednesday, August 11, 2010, 1:32 AM > Thanks Ahmet that worked! > > Here's another issues I have : > > Like I said bef

Re: Need help with facets

2010-08-10 Thread Moazzam Khan
Thanks Ahmet that worked! Here's another issues I have : Like I said before, I have these fields in Solr documents FirstName LastName RecruitedDate VolumeDate (just added this in this email) VolumeDone (just added this in this email) Now I have to get sum of all VolumeDone (integer field) for

Re: Need help with facets

2010-08-10 Thread Ahmet Arslan
> I have a solr index whose documents have the following > fields: > > FirstName > LastName > RecruitedDate > > I update the index when any of the three fields change for > that specific person. > > I need to get facets based on when someone was recruited. > The facets are : > > Recruited withi