Re: Too many files open issue

2009-06-12 Thread Roberto Franchini
On Fri, Jun 12, 2009 at 5:12 PM, Newman, Billy wrote: > I know this has been covered a number of time before but I am still confused. > > I am using all the default values for IndexWriter when writing my index. > > I loop over all my documents 1000 at a time.  For each 1000 I open an index > write

Re: Too many files open issue

2009-06-12 Thread Yonik Seeley
On Fri, Jun 12, 2009 at 11:12 AM, Newman, Billy wrote: > I know this has been covered a number of time before but I am still confused. > > I am using all the default values for IndexWriter when writing my index. > > I loop over all my documents 1000 at a time.  For each 1000 I open an index > writ

Too many files open issue

2009-06-12 Thread Newman, Billy
I know this has been covered a number of time before but I am still confused. I am using all the default values for IndexWriter when writing my index. I loop over all my documents 1000 at a time. For each 1000 I open an index writer, write each document, optimize the index, then close the index