Re: heap size problem when indexinf files with solrj

2011-10-03 Thread Erick Erickson
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

heap size problem when indexinf files with solrj

2011-09-30 Thread hadi
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.