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

Ryan McKinley updated SOLR-162:
-------------------------------

    Attachment: SOLR-162-Admin-XML-luke.patch

Thanks for your feedback, here is an updated version that:

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.

2. I added a parameter "echoHandler" that behaves just like "echoParams" - it 
writes the handler name to the responseHeader.  

3. I added the default params echoHandler=true and echoParams=explicit to all 
the /admin/* handlers.  This gets a bit verbose and will be helped by 

4. I moved the responseHeader writing from SolrCore to RequestBaseHandler.  
This is good because RequestHandler authors control the header more explicitly 
if necessary.

5. added a name to each thread in the thread list.  I don't see any other lists 
without names, but i could be missing something.

6. changed the output in PropertiesRequestHandler from "properties" to 
"system.properties"




> 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