On 8-Jun-07, at 10:57 AM, Will Johnson wrote:

Has anyone thought of adding the docsum time to the qtime or possibly
adding separate timing information for the real 'solr query time'.
While my bosses are very pleased that most searches seem to take ~5ms it
does seem a bit misleading.

docsum? Summarizing? That is already part of QTime. However, loading document stored fields isn't. Interestingly, you can force it to be part of QTime as a side-effect of specifying useLazyFieldLoading=true in solrconfig.xml. Also, there is a patch here which already provide detailed timing data:
http://issues.apache.org/jira/browse/SOLR-176

I'll take a crack at a patch unless there is a reason not to.

-Mike

Reply via email to