You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Bhavin Pandya <bh...@rediff.co.in> on 2006/09/26 14:43:56 UTC

How to remove duplicate records from result

Hi,

I searched the index and i found say 1000 records but out of that 1000 records i want to filter duplicate records based on value of one field.

is there any way except looping through whole Hit object ?
Because it wont work when number of hit is too large...

Thanks.
Bhavin pandya