: 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
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