Hi,

As per my knowledge, you may do any of the below processes while searching
(n parallel) just that the changes would not reflect until you reopen the
index readers (by either using the reopen command or closing and opening
them explicitly).
But the downside to this would be, in case your daemon crashes in the
meantime or you need to restart the daemon, the index would not be usable
until you have completed your indexing processs.
How about just copying and performing your indexing (or index write related)
operations on the  copy and then performing a rename operation followed by
reopening of the index readers.

--
Anshum

On Sun, Jul 13, 2008 at 6:29 PM, <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I have some questions about indexing:
>
> 1. Is it possible to open indexes with Multireader+IndexSearcher and add
> documents to these indexes simultaneously?
> 2. Is it possible to open indexes with Multireader+IndexSearcher and
> optimize these indexes simultaneously?
> 3. Is it possible to open indexes with Multireader+IndexSearcher and merge
> these indexes simultaneously?
>
> Thank you.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
--
The facts expressed here belong to everybody, the opinions to me.
The distinction is yours to draw............

Reply via email to