yeah, finally I did it by modifying the required solrDocumentList and using it instead of DocList object as in Solr 1.2
Thanks Pooja On Fri, Jan 9, 2009 at 9:01 AM, Yonik Seeley <ysee...@gmail.com> wrote: > 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 >