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/02/16 23:38:05 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


This patch moves a lot of the /admin jsp pages to SolrRequestHandlers and adds a LukeRequestHandler to let you browse a lucene index (even if it does not match the solr schema).  I don't know XSLT well enough to make anything look good yet, but with an ok XSLT file, we could replace many of the .jsp files.

pages of interest:

http://localhost:8983/solr/admin/

http://localhost:8983/solr/admin/file
http://localhost:8983/solr/admin/file?file=solrconfig.xml
http://localhost:8983/solr/admin/threads
http://localhost:8983/solr/admin/registry
http://localhost:8983/solr/admin/registry?wt=json&indent=true
http://localhost:8983/solr/admin/stats
http://localhost:8983/solr/admin/ping
http://localhost:8983/solr/admin/properties
http://localhost:8983/solr/admin/properties?name=java.home
http://localhost:8983/solr/admin/logging
http://localhost:8983/solr/admin/logging?set=FINE 

http://localhost:8983/solr/admin/luke (field info + top fields)
http://localhost:8983/solr/admin/luke?field=cat (like faceting)
http://localhost:8983/solr/admin/luke?docID=10 (lucene doc + solr doc)
http://localhost:8983/solr/admin/luke?id=10 (lucene doc + solr doc)
http://localhost:8983/solr/admin/luke?id=MA147LL/A


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