Re: Lucene index causing Too Many Open Files

2004-06-17 Thread Erik Hatcher
Upgrade to Lucene 1.3 (or greater) and enable the compound file format when you index. This should alleviate this issue. Erik On Jun 17, 2004, at 10:31 AM, Dan Aloma wrote: We've got a lucene search index that we use to search (and delete) a couple thousand items. It runs fine for

Lucene index causing Too Many Open Files

2004-06-17 Thread Dan Aloma
We've got a lucene search index that we use to search (and delete) a couple thousand items. It runs fine for a few days, and then it complains about "Too Many Open Files". I am running on Red Hat 7.3. The user that the webserver runs as, has an unlimited number of files it can open. That's wha