RE: IOExceptions when optimising the index

2010-04-30 Thread Uwe Schindler
Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Anna Hunecke [mailto:annahune...@yahoo.de] > Sent: Friday, April 30, 2010 11:18 AM > To: java-user@lucene.apache.org > Subject: Re: IOExceptions when optim

Re: IOExceptions when optimising the index

2010-04-30 Thread Anna Hunecke
rieb am Do, 29.4.2010: > Von: Ian Lea > Betreff: Re: IOExceptions when optimising the index > An: java-user@lucene.apache.org > Datum: Donnerstag, 29. April, 2010 13:32 Uhr > Hi > > > It is not necessary to run optimize.  At a guess there > is some job > such as

Re: IOExceptions when optimising the index

2010-04-29 Thread Ian Lea
Hi It is not necessary to run optimize. At a guess there is some job such as a backup or virus check that is running overnight and locking files and parts of the file system. If that is the case, and you do want to run optimize, perhaps you could schedule around it. Or switch to a unix based s

IOExceptions when optimising the index

2010-04-29 Thread Anna Hunecke
Hi! we are using Lucene 2.4.1 in our app. It works great so far, but now a customer ran into a strange problem. During the day, the search index is updated regularly with the newest changes in the application. At night, when nothing much is happening in the application, the index is optimised.