: 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't
: give WT parameter, I get the perfect response from the default
: XMLResponseWriter as expected. Also the above problem occurs only when we
: use Shards. This occurs only when I am using distributed query on multiple

I'm confused ... there was no distributed search support in Solr 1.2. so 
if i'm understanding correctly, this isn't something you had working on 
Solr 1.2, correct?   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?

can you explain what example the problem is? ... you said "I don't get the 
response which I used to get in 1.2" ... but it's not clear what you do 
get ... an error? what kind? what does it say?

the important thing is that your custom request handler be registered on 
the "coordinating" solr instance where you are sending the main request -- 
it will not be forwarded to the remote shards (so it doesn't matter if the 
custom request handler words on them at all).

One other thing to note, your config snippets list "custom" and "standard" 
as your responseWriter names, but in many of your URLs you seem to 
be trying to use wt=blogs and wt=blogspdrm


: 
<http://ec2-75-101-179-1.compute-1.amazonaws.com:8081/solr/select?q=%22indian%20railways%22&qt=blogs&fl=*,score&wt=blogs&hl=true%29.Please>

: 
<http://ec2-75-101-179-1.compute-1.amazonaws.com:8081/solr/select?q=%22indian%20railways%22&qt=blogs&fl=*,score&wt=blogs&hl=true%29.Please>
: 
http://localhost:8081/solr/distrib?q=%22indian%20railways%22&qt=modified&fl=*,score&wt=custom&hl=true<http://ec2-75-101-179-1.compute-1.amazonaws.com:8081/solr/distrib?q=%22indian%20railways%22&qt=blogs&fl=*,score&wt=blogspdrm&hl=true>
: 
: 
<http://ec2-75-101-179-1.compute-1.amazonaws.com:8081/solr/select?q=%22indian%20railways%22&qt=blogs&fl=*,score&wt=blogs&hl=true%29.Please>
: 
<http://ec2-75-101-179-1.compute-1.amazonaws.com:8081/solr/distrib?q=%22indian%20railways%22&qt=blogs&fl=*,score&wt=blogspdrm&hl=true>

: 
<http://ec2-75-101-179-1.compute-1.amazonaws.com:8081/solr/distrib?q=%22indian%20railways%22&qt=blogs&fl=*,score&wt=blogspdrm&hl=true>


-Hoss

Reply via email to