Request req = new
> ContentStreamUpdateRequest("/update/extract");
>
> eq.addFile(file);
> req.setParam("literal.id", file.getAbsolutePath());
> req.setParam("literal.name", file.getName());
> req.setAction(ACTION.COMMIT, true, true);
>
> solr.req
m("literal.name", file.getName());
req.setAction(ACTION.COMMIT, true, true);
solr.request(req);
--
View this message in context:
http://lucene.472066.n3.nabble.com/heap-size-problem-when-indexinf-files-with-solrj-tp3382115p3382115.html
Sent from the Solr - User mailing list archive at Nabble.com.