: Right, that's probably the crux of it - distributed search required
: some extensions to response writers... things like handling
: SolrDocument and SolrDocumentList.
Grrr... that's right, i forgot that there wasn't any way to make
SolrDocumentList implement DocList ... and i don't think this
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 wrote:
> On Thu, Jan 8, 2009 at 9:40 PM, Chris Hostetter
> wrote:
> > you have a custom response writer you had work
On Thu, Jan 8, 2009 at 9:40 PM, Chris Hostetter
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
som
: I just upgraded my system from Solr 1.2 to Solr 1.3. I am using the same
: plugin for the queryResponseWriter that I used in Solr1.2. Problem here is
: that when I am using *wt* parameter as the plugin name with full package
: then I don't get the response which I used to get in 1.2 and when I d
Hi,
I just upgraded my system from Solr 1.2 to Solr 1.3. I am using the same
plugin for the queryResponseWriter that I used in Solr1.2. Problem here is
that when I am using *wt* parameter as the plugin name with full package
then I don't get the response which I used to get in 1.2 and when I don