Re: uploading binary file or rich document through SOLRJ

2009-02-27 Thread Erik Hatcher
It actually is possible now to make that sort of request now... note that he's not actually posting file content in the request, but using a simple HTTP get parameter stream.file. Using the SolrJ library, you can simply use the add/set methods on SolrQuery. But yes, it would be great for S

Re: uploading binary file or rich document through SOLRJ

2009-02-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
it is possible , but with some work. you may need to write a new RequestWriter implementation which extends org.apache.solr.client.solrj.request.RequestWriter for that . It will be a nice addition to SolrJ if it can be contributed back. On Thu, Feb 26, 2009 at 9:04 AM, Erwin Lawardy wrote: >