Hi Eric, Thanks for the quick reply. I had looked at the deduplication but I found it to deduplication at the index time, right? I would prefer to do deduplication at the search time!
Regards, Pooja On Tue, Jun 21, 2011 at 11:15 PM, Erick Erickson <erickerick...@gmail.com>wrote: > I think this is what you're looking for: > http://wiki.apache.org/solr/Deduplication > > Best > Erick > > On Tue, Jun 21, 2011 at 1:40 PM, Pooja Verlani <pooja.verl...@gmail.com> > wrote: > > Hi, > > > > I have a "X" field in my index, which is a feature hash I would like to > use > > to remove the duplicates in my result. > > I cant keep this as the unique id field. Is there any method or any > > parameter at the search time to remove the duplicates on a particular > > field(hash in this case)? > > > > Thanks in advance, > > > > Regards, > > Pooja > > >