Re: duplicates from multiple index

2005-08-03 Thread Kashif Khadim
Hi David, It works very well and thanks a lot for your help. Kashif --- David Spencer <[EMAIL PROTECTED]> wrote: > Kashif Khadim wrote: > > > Hi , > > > > I have multiple index of lucene and want know how > can > > i delete duplicates from these index. I am using > > MultiSearcher to search

Re: duplicates from multiple index

2005-08-03 Thread David Spencer
Kashif Khadim wrote: Hi , I have multiple index of lucene and want know how can i delete duplicates from these index. I am using MultiSearcher to search on these. I have duplicates "urls" in these index, any sample code or tool will be a big help. Here's some ancient code that I've used - co

duplicates from multiple index

2005-08-03 Thread Kashif Khadim
Hi , I have multiple index of lucene and want know how can i delete duplicates from these index. I am using MultiSearcher to search on these. I have duplicates "urls" in these index, any sample code or tool will be a big help. Thanks, Kashif. __