Eric Louvard wrote:
my problem is that IndexWriter.optimize() take 20 minutes. OK it is not
a lot of time, but I can't allow me to block the system such a long time
:-(.
If you're worried about blocking, queue changes to the index and have a
separate thread which processes the queue, adding a
t: Re: IndexWriter.optimize() need to much time.
Of course I can acces IndexReader, but I need to acces IndexWriter during
optimization.
If I am using a 'temp-index' I need to merge it with the optimized index how
can I do it ?
Thanks.
Éric
Mordo, Aviran (EXP N-NANNATEK) wrote:
The ind
ginal Message-
From: Eric Louvard [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 05, 2005 10:27 AM
To: java-user@lucene.apache.org
Subject: Re: IndexWriter.optimize() need to much time.
Of course I can acces IndexReader, but I need to acces IndexWriter during
optimization.
If I am using a
CTED] Sent:
Wednesday, October 05, 2005 10:10 AM
To: java-user@lucene.apache.org
Subject: IndexWriter.optimize() need to much time.
Hello,
my problem is that IndexWriter.optimize() take 20 minutes. OK it is
not a lot of time, but I can't allow me to block the system such a
long time :-(.
I do
timization, you should not have
any problem with that.
Aviran
http://www.aviransplace.com
-Original Message-
From: Eric Louvard [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 05, 2005 10:10 AM
To: java-user@lucene.apache.org
Subject: IndexWriter.optimize() need to much time.
3:10 PM
Subject: IndexWriter.optimize() need to much time.
> Hello,
>
> my problem is that IndexWriter.optimize() take 20 minutes. OK it is not
> a lot of time, but I can't allow me to block the system such a long time
> :-(.
> I don't know when I can take the time for
: IndexWriter.optimize() need to much time.
Hello,
my problem is that IndexWriter.optimize() take 20 minutes. OK it is not a lot
of time, but I can't allow me to block the system such a long time :-(.
I don't know when I can take the time for optimize().
Has someone allready find a worka
Hello,
my problem is that IndexWriter.optimize() take 20 minutes. OK it is not
a lot of time, but I can't allow me to block the system such a long time
:-(.
I don't know when I can take the time for optimize().
Has someone allready find a workarround for this problem ?
Is it possible to make