Re: how to get unique latest results from solr

2013-07-24 Thread Alok Bhandari
Thanks Erick. It seems the approach suggested by you is the one which I was looking for , thanks a lot for reply. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-get-unique-latest-results-from-solr-tp4080034p4080228.html Sent from the Solr - User mailing list

Re: how to get unique latest results from solr

2013-07-24 Thread Erick Erickson
ate query (using the method I > suggested) for each of the 10 employees, one at a time. > > > -- Jack Krupansky > > -Original Message- From: Alok Bhandari > Sent: Wednesday, July 24, 2013 10:07 AM > To: solr-user@lucene.apache.org > Subject: Re: how to get unique l

Re: how to get unique latest results from solr

2013-07-24 Thread Jack Krupansky
, 2013 10:07 AM To: solr-user@lucene.apache.org Subject: Re: how to get unique latest results from solr Thanks Jack. It may be the case that I was unable to explain the query correctly. Actually I don't want it for a single employee I want it for all the employees that are updated in that time

Re: how to get unique latest results from solr

2013-07-24 Thread Alok Bhandari
times then I want latest entry per employee updated in the given time range. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-get-unique-latest-results-from-solr-tp4080034p4080052.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to get unique latest results from solr

2013-07-24 Thread Jack Krupansky
Do your time range query, sort by the time field as "descending", and take the first result. -- Jack Krupansky -Original Message- From: Alok Bhandari Sent: Wednesday, July 24, 2013 9:08 AM To: solr-user@lucene.apache.org Subject: how to get unique latest results from solr

how to get unique latest results from solr

2013-07-24 Thread Alok Bhandari
: http://lucene.472066.n3.nabble.com/how-to-get-unique-latest-results-from-solr-tp4080034.html Sent from the Solr - User mailing list archive at Nabble.com.