Hi Todd, Did you add your response writer in solrconfig.xml?
<queryResponseWriter name="xml" class="org.apache.solr.request.XMLResponseWriter" default="true"/> On Mon, Oct 20, 2008 at 9:35 PM, Feak, Todd <[EMAIL PROTECTED]> wrote: > I switched from dev group for this specific question, in case other > users have similar issue. > > > > I'm implementing my own BinaryQueryResponseWriter. I've implemented the > interface and successfully plugged it into the Solr configuration. > However, the application always calls the Writer method on the interface > instead of the OutputStream method. > > > > So, how does Solr determine *which* one to call? Is there a setting > somewhere I am missing maybe? > > > > For troubleshooting purposes, I am using 1.3.0 release version. If I try > using the BinaryResponseWriter (javabin) as the wt, I get the exception > indicating that Solr is doing the same thing with that writer as well. > This leads me to believe I am somehow misconfigured, OR this isn't > supported with 1.3.0 release. > > > > -Todd > > -- Regards, Shalin Shekhar Mangar.