Hi Yonik,  I'm not actually using any IndexReaders, just IndexWriters
and IndexSearchers.  I on;y get an IndexReader when I'm doing deletes
but that isn't the case in this test.  I definitely optimize() and
close() each IndexWriter when it's done writing its documents (about 200).

Anyway, I the problem occurs even when I do zero searches and deletes,
therefore I am only working with IndexWriters.

Cheers,

Nick.

Yonik Seeley wrote:
> On 3/16/06, Nick Atkins <[EMAIL PROTECTED]> wrote:
>   
>> Yes, indexing only right now, although I can issue the odd search to
>> test it's being built properly.
>>     
>
> Ahh, as Otis suggests, it's probably is IndexReader(s) that are
> exhausting the file descriptors.
> Are you explicitly closing the old IndexReader each time you open a new one?
>
> -Yonik
> http://incubator.apache.org/solr Solr, The Open Source Lucene Search Server
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   

Reply via email to