Thanks Hoss for that very full response. I did have cursory look at
JSONResponseWriter but I must've missed the inner class. Thanks again.
Sean> Date: Tue, 29 Jan 2008 14:42:02 -0800> From: [EMAIL PROTECTED]> To:
solr-user@lucene.apache.org> Subject: RE: custom response wri
: Thats what I thought, but I can't add a noarg constructor to my subclass
: as one doesn't exist in the superclass - TextResponseWriter. All I have
: done is create a class that extends TextResponseWriter and implements
: QueryResponseWriter. The only method that is actually implemented is ..
a 1.4 jdk using
maven, but have since recitfied that and the error is still there.
Regards,
Sean> From: [EMAIL PROTECTED]> To: solr-user@lucene.apache.org> Subject: Re:
custom response writers> Date: Tue, 29 Jan 2008 10:15:26 -0500> > Can you give
more info on the ResponseWr
Can you give more info on the ResponseWriter you are creating? It
looks like it is finding the class (i.e. it is not throwing a
ClassNotFoundException) but is having trouble constructing it. I
believe you need a no argument constructor.
-Grant
On Jan 29, 2008, at 9:58 AM, Sean Laval wrot