Re: Fwd: How to combine results from several indices

2006-06-16 Thread wu fox
Hi ,chuck. I have implment my own parallelReader by override methods like Document and ParallelTermDocs ,and it really works.Your idea isnpired me and I highly appreciate you help.Maybe after some bug fix I can contribute my code so that everyone can share the idea and implementation if they encou

Re: Fwd: How to combine results from several indices

2006-06-13 Thread wu fox
thank you very much Chuck.But I still wondered is there any way that I can revise ParallelReader so that it do not need the same doc id .Can IndexReader comebine different doc according some mapping rules ?for example I can override Document method that combine docs from indices acoording to same

Re: Fwd: How to combine results from several indices

2006-06-12 Thread wu fox
Hi Chuck: I am still looking forward to a solution which ensure to to meet the constraints of ParallelReader so that I can use it for my seach programm. I have tried a lot of methods but none of them is good enough for me because of obvious bugs. Can you help me? thanks in advance

Re: Fwd: How to combine results from several indices

2006-05-21 Thread wu fox
I greatly appreciate your help Chuck .Thanks again :)

Re: Fwd: How to combine results from several indices

2006-05-21 Thread wu fox
Some of the indices are time-sensitive,so a transaction may not suit for me. Can some method meet the time requirement besides the constraints of parallelReader?Thank you again - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: Fwd: How to combine results from several indices

2006-05-21 Thread wu fox
Thank you chuck !!! That really helps me.By the way ,Is there a good algorithm to meet the constraints of ParallelReader,or some others have implemented some code for it? Thank you - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Fwd: How to combine results from several indices

2006-05-21 Thread wu fox
-- Forwarded message -- From: wu fox <[EMAIL PROTECTED]> Date: 2006-5-21 下午8:58 Subject: How to combine results from several indices To: [EMAIL PROTECTED] Hi all: I have several indices and each index describe part of a document. For example ,a index contains dubli