Hello,

We've got some memory constraint worries from using Java RMI, although I can 
see this problem could effect the xml requests too. The Java code doesn't seem 
to handle large files as streams. Now we're thinking that there are two 
possible solutions, either the exists or we create a file path plugin which 
tells the server to load the contents from a file as a buffer, but this runs 
into the risk that Solr isn't built to deal with buffers and would simply eat 
up all the ram trying to load the file as a full string. Or there exists or we 
create some kind of update method which appends the contents to a field data 
and runs all the indexing and filters applicable.

But I want to know what you guys think is the best solution for the problem.

BEst Regards, Martin Owens

Reply via email to