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

Yonik Seeley commented on SOLR-162:
-----------------------------------

> 1. replaces NamedList<> with Map<String,> wherever possible. This makes the 
> direct XML output look funny (the stack > trace is displayed before the 
> thread name), but it is probably a good idea so clients can easily access 
> stuff by name.

If you want map output semantics (important distinction for other formats like 
JSON), but the ability to control order w/o the overhead of LinkedHashMap, see 
SimpleOrderedMap.
It subclasses NamedList, so it's easy to convert code that previously used 
NamedList.


> 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, 
> 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