http://www.gossamer-threads.com/lists/lucene/java-dev/53351 might be
of interest.
On Oct 1, 2007, at 10:25 PM, Johnny R. Ruiz III wrote:
Hi,
I can't seem to find a way to delete duplicate in lucene index. I
hve a unique key so it seems to be straight forward. But I can't
find a simple
ROTECTED]>
> To: java-user@lucene.apache.org
> Sent: Tuesday, October 2, 2007 12:00:07 PM
> Subject: Re: Index Dedupe
>
> On Tuesday 02 October 2007 12:25:47 Johnny R. Ruiz III wrote:
> > Hi,
> >
> > I can't seem to find a way to delete duplicate in lucene
ct: Re: Index Dedupe
On Tuesday 02 October 2007 12:25:47 Johnny R. Ruiz III wrote:
> Hi,
>
> I can't seem to find a way to delete duplicate in lucene index. I hve a
> unique key so it seems to be straight forward. But I can't find a simple
> way to do it except for putting
On Tuesday 02 October 2007 12:25:47 Johnny R. Ruiz III wrote:
> Hi,
>
> I can't seem to find a way to delete duplicate in lucene index. I hve a
> unique key so it seems to be straight forward. But I can't find a simple
> way to do it except for putting each record in the index into HashMap.
>
Hi,
I can't seem to find a way to delete duplicate in lucene index. I hve a
unique key so it seems to be straight forward. But I can't find a simple way
to do it except for putting each record in the index into HashMap. Are there
any method in lucene package that I could use?
Tnx,
Johnny