You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/04/07 08:05:12 UTC

[jira] Created: (SOLR-1102) Implement a slow query feature for RequestHandlers

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


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.


[jira] Updated: (SOLR-1102) Implement a slow query feature for RequestHandlers

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ 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:     (was: 1.4)
                   1.5

> 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.5
>
>
> 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.


[jira] Updated: (SOLR-1102) Implement a slow query feature for RequestHandlers

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ 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.