Re: Solr request/response lifecycle and logging full response time

2012-09-11 Thread Chris Hostetter
: I'd still love to see a query lifecycle flowchart, but, in case it : helps any future users or in case this is still incorrect, here's how : I'm tackling this: part of the problem is deciding what you mean by "lifecycle" - as far as the SolrCore is concerned, the lifecycle of hte request is it

Re: Solr request/response lifecycle and logging full response time

2012-09-06 Thread Aaron Daubman
I'd still love to see a query lifecycle flowchart, but, in case it helps any future users or in case this is still incorrect, here's how I'm tackling this: 1) Override default json responseWriter with my own in solrconfig.xml: 2) Define JSONResponseWriterWithTiming as just extending JSONRespo