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

Erik Hatcher commented on SOLR-162:
-----------------------------------

Ryan - I would like to see the Maps used instead of NamedLists for things that 
truly don't need to be lists.  For example, /admin/file?wt=ruby returns this:

'files'=>[
  'admin-extra.html',[
        'size',1094,
        'modified','2006-12-05T02:30:56Z'],...

'size' and 'modified' should be keys in a hash instead of in a list.  Should be 
no big deal to switch over things where order doesn't matter to maps though.  
Likewise for /admin/threads and /admin/registry, and maybe others.


> lucene index browser / admin helpers (Luke)
> -------------------------------------------
>
>                 Key: SOLR-162
>                 URL: https://issues.apache.org/jira/browse/SOLR-162
>             Project: Solr
>          Issue Type: New Feature
>          Components: web gui
>            Reporter: Ryan McKinley
>            Priority: Minor
>         Attachments: SOLR-162-Admin-XML-luke.patch
>
>
> Luke (http://www.getopt.org/luke/) is a great tool to help learn / understand 
> / debug lucene indexes.
> Solr already does a lot of what luke does... but it could do a bit more.  
> Specifically:
> * browse top terms across all fields (similar to faceting)
> * browse lucene documents / properties directly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to