Re: too many files open while lucene indexing...

2004-05-10 Thread Erik Hatcher
Try using the compound index format. IndexWriter.setUseCompoundFile(true) Erik On May 9, 2004, at 11:49 PM, [EMAIL PROTECTED] wrote: Hello, We are facing the following problem frequently while creating the Lucene index, Exception luceneSearchjava.io.FileNotFoundException: TOMCAT_HOME/

too many files open while lucene indexing...

2004-05-09 Thread [EMAIL PROTECTED]
Hello, We are facing the following problem frequently while creating the Lucene index, Exception luceneSearchjava.io.FileNotFoundException: TOMCAT_HOME/webapps/toto/index/idb/_565.f3 (Too many open files) Due to the above problem, the server is becoming inactive and we can not use the webapp t