You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2009/12/02 20:58:54 UTC

Re: Batch file upload using solrJ API

: Is there an API to upload files over one connection versus looping through
: all the files and creating new ContentStreamUpdateRequest for each file.
: This, as expected, doesn't work if there are large number of files and
: quickly run into memory problems. Please advise.

can you elaborate on what types of problems you are having? ... there's no 
reason why the number of files should affect the behavior.

Showing some example code and the stack traces from errors you are getting 
would be the best way to help people understand exactly what type of 
problem you are having.



-Hoss