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 HossMan:
http://wiki.apache.org/solr/LukeRequestHandler

------------------------------------------------------------------------------
  <!> ["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.
+ The 
[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.
+ 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.
  
+ /!\ 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: /!\ we have an xslt now, are we committing to the format?
+ 
+ [[TableOfContents(3)]]
+ 
+ == Example URLs ==
  
  Assuming you have this handler mapped to "/admin/luke" in solrconfig.xml and 
are running the example on port localhost:8983, visit:
  
@@ -15, +21 @@

   * [http://localhost:8983/solr/admin/luke?id=SOLR1000 /admin/luke?id=SOLR1000]
   * [http://localhost:8983/solr/admin/luke?docId=2 /admin/luke?docId=2]
  
- 
- 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 ==
  
@@ -41, +43 @@

  
  === show ===
  
- since solr 1.3
+ <!> ["Solr1.3"]
  
  'show=schema' Show the schema fields and properties
   * [http://localhost:8983/solr/admin/luke?show=schema  
/admin/luke?show=schema]
+ ----
+ CategorySolrRequestHandler
  

Reply via email to