On 15-May-07, at 1:41 PM, Chris Hostetter wrote:
: I'm happy to make the changes and supply a patch to move the
logic as
: well as adding a few simple metrics unless enough people on this
thread
: really feel that it's always better to do it with log files and
: postmortem math.
moving the logic would be bad .. adding new helper utilities to the
RequestHandler Base for handlers that want to do more sounds fine
to me.
see also http://issues.apache.org/jira/browse/SOLR-176 which
already adds
a lot of timing info to requests.
Yeah, I held off on that as it seemed that timing/statistics might be
handleable on a larger scale. OTOH, it does give an easy way to
requesthandlers to insert detailed timing data in a logical place in
the output.
-Mike