Re: Queueing/too many files

2006-10-12 Thread mark
or it could be a result of *not* using the compound file format (controlled via solrconfig.xml) Ah yes - this was set to false by default - seems to have done the trick. cheers mark

Re: Queueing/too many files

2006-10-12 Thread Chris Hostetter
: these to solr very quickly but rapidly run into the 'too many files : open problem'. too many filehandles may be because you aren't closing the connections in your update client ... or it could be a result of *not* using the compound file format (controlled via solrconfig.xml) Solr itself reall

Queueing/too many files

2006-10-12 Thread mark
Hi, I am wanting to index a very large number of documents. I can POST these to solr very quickly but rapidly run into the 'too many files open problem'. Is there anyway to avoid this - either by solr blocking *before* the error or by it queuing the incoming documents until it can cope wi