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'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 shards, on individual shards it working fine i.e. when we use /select clause on individual shards. (http://localhost:8081/solr/select?q=%22indian%20railways%22&qt=modified&fl=*,score&wt=custom&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> On individual shards, the custom responsewriters are working absolutely fine but not with combining shards or using /distrib/.... <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> Please help. This is part of solrconfig.xml <requestHandler name="/distrib" class="solr.SearchHandler"> <lst name="defaults"> <str name="shards">x,y,z</str> </lst> </requestHandler> * <queryResponseWriter name="standard" default="true" class="FirstResponseWriter"/>* * <queryResponseWriter name="custom" class="SecondResponseWriter"/>* * * <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> ** Thanks & Regards, Almas