On Thu, Jan 8, 2009 at 9:40 PM, Chris Hostetter <hossman_luc...@fucit.org> wrote: > you have a custom response writer you had working in > Solr 1.2, and now you are trying to use that same custom response writer in > Solr 1.3 with distributed requests?
Right, that's probably the crux of it - distributed search required some extensions to response writers... things like handling SolrDocument and SolrDocumentList. -Yonik