Re: IndexWriter.optimize() need to much time.

2005-10-05 Thread Doug Cutting
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

Re: IndexWriter.optimize() need to much time.

2005-10-05 Thread Volodymyr Bychkoviak
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

RE: IndexWriter.optimize() need to much time.

2005-10-05 Thread Mordo, Aviran (EXP N-NANNATEK)
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

Re: IndexWriter.optimize() need to much time.

2005-10-05 Thread Volodymyr Bychkoviak
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

Re: IndexWriter.optimize() need to much time.

2005-10-05 Thread Eric Louvard
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.

Re: IndexWriter.optimize() need to much time.

2005-10-05 Thread Cyril Barlow
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

RE: IndexWriter.optimize() need to much time.

2005-10-05 Thread Mordo, Aviran (EXP N-NANNATEK)
: 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

IndexWriter.optimize() need to much time.

2005-10-05 Thread Eric Louvard
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