Save This Page
Home » apache-solr-1.3.0 » org.apache.solr » handler » admin » [javadoc | source]
org.apache.solr.handler.admin
public class: LukeRequestHandler [javadoc | source]
java.lang.Object
   org.apache.solr.handler.RequestHandlerBase
      org.apache.solr.handler.admin.LukeRequestHandler

All Implemented Interfaces:
    SolrInfoMBean, SolrRequestHandler

This handler exposes the internal lucene index. It is inspired by and modeled on Luke, the Lucene Index Browser by Andrzej Bialecki. http://www.getopt.org/luke/

NOTE: the response format is still likely to change. It should be designed so that it works nicely with an XSLT transformation. Until we have a nice XSLT front end for /admin, the format is still open to change.

For more documentation see: http://wiki.apache.org/solr/LukeRequestHandler
Field Summary
public static final  String NUMTERMS     
public static final  String DOC_ID     
public static final  String ID     
public static final  int DEFAULT_COUNT     
Fields inherited from org.apache.solr.handler.RequestHandlerBase:
numRequests,  numErrors,  defaults,  appends,  invariants
Method from org.apache.solr.handler.admin.LukeRequestHandler Summary:
getDescription,   getDocs,   getSource,   getSourceId,   getVersion,   handleRequestBody
Methods from org.apache.solr.handler.RequestHandlerBase:
getCategory,   getDescription,   getDocs,   getName,   getSource,   getSourceId,   getStatistics,   getVersion,   handleRequest,   handleRequestBody,   init
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.solr.handler.admin.LukeRequestHandler Detail:
 public String getDescription() 
 public URL[] getDocs() 
 public String getSource() 
 public String getSourceId() 
 public String getVersion() 
 public  void handleRequestBody(SolrQueryRequest req,
    SolrQueryResponse rsp) throws Exception