[
https://issues.apache.org/jira/browse/SOLR-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-1102:
----------------------------------------
Fix Version/s: 1.4
> Implement a slow query feature for RequestHandlers
> --------------------------------------------------
>
> Key: SOLR-1102
> URL: https://issues.apache.org/jira/browse/SOLR-1102
> Project: Solr
> Issue Type: New Feature
> Components: web gui
> Reporter: Noble Paul
> Fix For: 1.4
>
>
> a diagnostics feature built on top of SOLR-1101
> This must keep 'n'' slowest queries serviced by this request handler
> It may also have extra information like
> {code}
> solrparams;
> timeTaken;
> when,
> indexVersion,
> lastCommitTime;
> {code}
> it requires an extra configuration to enable this
> {code:xml}
> <str name="logSlowQueryCount">100</str>
> {code}
> on the requesthandler
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.