On Wed, Apr 30, 2008 at 10:52 PM, Rajesh parab <[EMAIL PROTECTED]> wrote:
>  Can we somehow keep
>  internal document id same after updating (i.e. delete
>  and re-insert) index document?

No.  ParallelReader is not a general solution, it's an expert-level
solution that leaves the task of keeping the indexes in sync up to
you.  The easiest thing is to really rebuild the smaller index each
time.  If you can't do that, ParallelReader is probably not what you
are looking for.

-Yonik

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to