Re: Question about open files

2011-04-06 Thread Jean-Baptiste Reure
/IndexReader.html#reopen() > > < > http://lucene.apache.org/java/3_0_1/api/core/org/apache/lucene/index/IndexReader.html#reopen() > > > Erick. > > On Tue, Apr 5, 2011 at 7:59 PM, Jean-Baptiste Reure > wrote: > > > We are using version 3.0.3. So you can confirm tha

Re: Question about open files

2011-04-05 Thread Jean-Baptiste Reure
When I've hit too many open files when > using 3.0.x it has always been because something, somewhere, wasn't > being closed. > > > -- > Ian. > > > On Tue, Apr 5, 2011 at 8:49 AM, Jean-Baptiste Reure > wrote: > > Hi all, > > > > I have been l

Question about open files

2011-04-05 Thread Jean-Baptiste Reure
Hi all, I have been looking for information about this and found a few things here and there but nothing very clear on when files are opened and closed by Lucene. We have an application that uses Lucene quite heavily in the following fashion: there are multiple indexes in use at all times. For ea