Re: Queueing/too many files
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
: 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