You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/09/05 07:56:33 UTC

[Solr Wiki] Update of "LukeRequestHandler" by ryan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by ryan:
http://wiki.apache.org/solr/LukeRequestHandler

------------------------------------------------------------------------------
- = LukeRequestHandler =
  (since solr1.2)
  
  [http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/handler/admin/LukeRequestHandler.java  LukeRequestHandler] is a modeled after [http://www.getopt.org/luke/ Luke], the Lucene Index Browser by Andrzej Bialecki.
  
  /!\ NOTE: The response format is still likely to change.  It should be designed to work well with XSLT transformation.  Until we have a nice XSLT frontend for /admin, the format is still open to change.
- 
- /!\ TODO: Anyone who knows XSLT, this would be a great place to contribute!
- 
- /!\ NOTE: Here is a XSL stylesheet that pretty prints the response from the LukeRequestHandler: https://issues.apache.org/jira/browse/SOLR-317
  
  
  Assuming you have this handler mapped to "/admin/luke" in solrconfig.xml and are running the example on port localhost:8983, visit:
@@ -22, +17 @@

  
  
  This handler will display information for '''any''' lucene index - even if it was not made by solr or does not match the solr schema.xml.
+ 
+ To view results with more human readable output, try using the luke.xslt stylesheet:
+ http://localhost:8983/solr/admin/luke?wt=xslt&tr=luke.xsl
  
  
  == Parameters ==