You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2011/08/03 20:13:27 UTC

[jira] [Commented] (SOLR-2667) Finish Solr Admin UI

    [ https://issues.apache.org/jira/browse/SOLR-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13078892#comment-13078892 ] 

Ryan McKinley commented on SOLR-2667:
-------------------------------------

I finally tested this on a bigger index... and the use of /luke makes it unusable.  On a large index, collecting the top terms for every field can take a LONG time -- in this case >30 secs.

What about skipping the term list by default and just quickly get the basic info:
{code}
/admin/luke?numTerms=0
{code}

>From the 'schema-browser' page, then we could load the field stats for that one field:
{code}
/admin/luke?numTerms=100&fl=field
{code}


thoughts?




> Finish Solr Admin UI
> --------------------
>
>                 Key: SOLR-2667
>                 URL: https://issues.apache.org/jira/browse/SOLR-2667
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>             Fix For: 4.0
>
>         Attachments: SOLR-2667-110722.patch
>
>
> In SOLR-2399, we added a new admin UI. The issue has gotten too long to follow, so this is a new issue to track remaining tasks.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org