Re: Batch file upload using solrJ API

2009-12-02 Thread Chris Hostetter
: 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

Re: Batch file upload using solrJ API

2009-11-30 Thread javaxmlsoapdev
Any suggestion/pointers on this? javaxmlsoapdev wrote: > > 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