Re: De-duping MultiSearcher results

2005-11-15 Thread Daniel Noll
Jason Calabrese wrote: Maybe I'm missing something simple, but I don't see how this will work. It looks like this filter will just filter out documents that don't have guid field, but in my case every document has a guid. Actually, it filters out every document except the *first* which h

Re: De-duping MultiSearcher results

2005-11-14 Thread Jason Calabrese
Maybe I'm missing something simple, but I don't see how this will work. It looks like this filter will just filter out documents that don't have guid field, but in my case every document has a guid. In a single index there are no duplicates. Duplicates are only a problem when I search multip

Re: De-duping MultiSearcher results

2005-11-14 Thread Daniel Noll
Jason Calabrese wrote: All, In the project I'm working on we have a separate index for each database. There are 12 databases now. but in the future there may be as many as 20. They all have their own release cycle so I don't want to merge the indexes. The databases all have some overlap b

De-duping MultiSearcher results

2005-11-14 Thread Jason Calabrese
All, In the project I'm working on we have a separate index for each database. There are 12 databases now. but in the future there may be as many as 20. They all have their own release cycle so I don't want to merge the indexes. The databases all have some overlap between them. We manage thi