Re: Index Dedupe

2007-10-02 Thread Grant Ingersoll
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

Re: Index Dedupe

2007-10-02 Thread Erick Erickson
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

Re: Index Dedupe

2007-10-02 Thread Johnny R. Ruiz III
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

Re: Index Dedupe

2007-10-01 Thread Daniel Noll
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. >

Index Dedupe

2007-10-01 Thread Johnny R. Ruiz III
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