Response XML Deserializing

2009-10-27 Thread Thomas Nguyen
Hello, Is there a solution packaged in SOLR that deserializes XML response documents into Lucene documents?

Re: Response XML Deserializing

2009-10-27 Thread Mattmann, Chris A (388J)
Hi Thomas, If you check out SOLR-1516, I developed a custom response writer that simplifies this process. You basically have to implement an #emitDoc or an #emitDocList function in which you are handed the resultant o.a.l.Document List or o.a.l.Document object (on a per Document basis) and you