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

Hoss Man commented on SOLR-162:
-------------------------------

i barely started to scratch the surface looking at this patch while checking 
something for SOLR-142, but before i forget i wanted to raise one red flag...

this patch removes the call to setResponseHeaderValues from SolrCore and moves 
it to RequestHandlerBase with the assumption that RequestHandlers can take care 
of it ... this is a bad idea since there is no requirement that RequestHandler 
extend that class -- any solr1.1 users who have written their own request 
handlers will be screwed.

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