You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2007/04/05 09:59:32 UTC

[jira] Updated: (SOLR-162) lucene index browser / admin helpers (Luke)

     [ 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

Major updates to the 'luke' part.  It is getting really good!

I removed everything that complicated integration - rather then try to replace exiting /admin/xxx.jsp, this will sit next to it until someone wants to make a nice XSLT thing so we can remove the jsp/jdk requirement.

This includes request handlers for:

  <requestHandler name="/admin/luke"       class="org.apache.solr.handler.admin.LukeRequestHandler" />
  <requestHandler name="/admin/system"     class="org.apache.solr.handler.admin.SystemInfoHandler" />
  <requestHandler name="/admin/plugins"    class="org.apache.solr.handler.admin.PluginInfoHandler" />
  <requestHandler name="/admin/threads"    class="org.apache.solr.handler.admin.ThreadDumpHandler" />
  <requestHandler name="/admin/properties" class="org.apache.solr.handler.admin.PropertiesRequestHandler" />

The only two i really care about are:
 LukeRequestHandler and SystemInfoHandler
If removing the others makes anyone happier, its fine with me.

I also started a wiki page for documentation:
http://wiki.apache.org/solr/LukeRequestHandler

I *think* this is almost ready to commit.



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