RE: Problem implementing a BinaryQueryResponseWriter

2008-10-21 Thread Feak, Todd
. Thanks for the help. > > -Todd > > -Original Message- > From: Grant Ingersoll [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20, 2008 1:09 PM > To: solr-user@lucene.apache.org > Subject: Re: Problem implementing a BinaryQueryResponseWriter > > I'd start

Re: Problem implementing a BinaryQueryResponseWriter

2008-10-20 Thread Ryan McKinley
20, 2008 1:09 PM To: solr-user@lucene.apache.org Subject: Re: Problem implementing a BinaryQueryResponseWriter I'd start by having a look at SolrDispatchFilter and put in a debug breakpoint at: QueryResponseWriter responseWriter = core.getQueryResponseWriter(solrReq);

RE: Problem implementing a BinaryQueryResponseWriter

2008-10-20 Thread Feak, Todd
Thanks for the help. -Todd -Original Message- From: Grant Ingersoll [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 1:09 PM To: solr-user@lucene.apache.org Subject: Re: Problem implementing a BinaryQueryResponseWriter I'd start by having a look at SolrDispatchFilter and put i

Re: Problem implementing a BinaryQueryResponseWriter

2008-10-20 Thread Grant Ingersoll
the wrong method on it is called. -Todd -Original Message- From: Shalin Shekhar Mangar [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 12:19 PM To: solr-user@lucene.apache.org Subject: Re: Problem implementing a BinaryQueryResponseWriter Hi Todd, Did you add your response

RE: Problem implementing a BinaryQueryResponseWriter

2008-10-20 Thread Feak, Todd
Yes. I've gotten it to the point where my class is called, but the wrong method on it is called. -Todd -Original Message- From: Shalin Shekhar Mangar [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 12:19 PM To: solr-user@lucene.apache.org Subject: Re: Problem implement

Re: Problem implementing a BinaryQueryResponseWriter

2008-10-20 Thread Shalin Shekhar Mangar
Hi Todd, Did you add your response writer in solrconfig.xml? 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

Problem implementing a BinaryQueryResponseWriter

2008-10-20 Thread Feak, Todd
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