Re: do SearchComponents have access to response contents

2013-04-05 Thread xavier jmlucjav
nt a custom query response writer that wraps the XML > > > response writer. Then you can generate the XML and then do whatever you > > > want with it. > > > > > > The QueryResponseWriter class and in > > solrconfig.xml. > > > > > > -- J

Re: do SearchComponents have access to response contents

2013-04-04 Thread Amit Nithian
; want with it. > > > > The QueryResponseWriter class and in > solrconfig.xml. > > > > -- Jack Krupansky > > > > -Original Message----- From: xavier jmlucjav > > Sent: Wednesday, April 03, 2013 4:22 PM > > To: solr-user@lucene.apache.org > > Su

Re: do SearchComponents have access to response contents

2013-04-04 Thread xavier jmlucjav
t; The QueryResponseWriter class and in solrconfig.xml. > > -- Jack Krupansky > > -Original Message- From: xavier jmlucjav > Sent: Wednesday, April 03, 2013 4:22 PM > To: solr-user@lucene.apache.org > Subject: do SearchComponents have access to response contents > > >

Re: do SearchComponents have access to response contents

2013-04-03 Thread Jack Krupansky
M To: solr-user@lucene.apache.org Subject: do SearchComponents have access to response contents I need to implement some SearchComponent that will deal with metrics on the response. Some things I see will be easy to get, like number of hits for instance, but I am more worried with this: We need to

do SearchComponents have access to response contents

2013-04-03 Thread xavier jmlucjav
I need to implement some SearchComponent that will deal with metrics on the response. Some things I see will be easy to get, like number of hits for instance, but I am more worried with this: We need to also track the size of the response (as the size in bytes of the whole xml response tat is stre