Hi Grant, Yeah, I've noticed the commit yesterday. Great!!! Now I need not check for updates on the patch anymore.
Now that it has been integrated, I suppose it will be a good time to develop an API for sending Documents to Solr. Something similar to sending a SolrInputDocument with doc.add(field) kind of methods. Please let me know if someone has already started this. I'll be more than happy to help. -Kumar -----Original Message----- From: Grant Ingersoll [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 10:00 PM To: solr-user@lucene.apache.org Subject: Re: Adding External Metadata to pdf document On Dec 8, 2008, at 2:26 AM, Jana, Kumar Raja wrote: > > Hi Grant, > > Thanks for the help. It has solved my problem. > Cool. In case you didn't see Solr Cell is now committed. > Is there any example Solrj code to send a document to Solr Cell using > the right ContentHandlers? I've tried to understand the Test class and > code it on similar lines but am totally lost!!! :( I haven't tried it, but you should be able to create a ContentStream and add it to the SolrRequest object. -Grant