|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.handler.RequestHandlerBase
org.apache.solr.handler.admin.LukeRequestHandler
public class LukeRequestHandler
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
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean |
---|
SolrInfoMBean.Category |
Field Summary | |
---|---|
static int |
DEFAULT_COUNT
|
static String |
DOC_ID
|
static String |
ID
|
static String |
NUMTERMS
|
Fields inherited from class org.apache.solr.handler.RequestHandlerBase |
---|
appends, defaults, httpCaching, initArgs, invariants |
Constructor Summary | |
---|---|
LukeRequestHandler()
|
Method Summary | |
---|---|
String |
getDescription()
Simple one or two line description |
URL[] |
getDocs()
Documentation URL list. |
static SimpleOrderedMap<String> |
getFieldFlagsKey()
|
static SimpleOrderedMap<Object> |
getIndexInfo(IndexReader reader,
boolean countTerms)
|
String |
getSource()
CVS Source, SVN Source, etc |
String |
getSourceId()
CVS Id, SVN Id, etc |
String |
getVersion()
Simple common usage version, e.g. |
void |
handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp)
|
Methods inherited from class org.apache.solr.handler.RequestHandlerBase |
---|
getCategory, getInitArgs, getName, getStatistics, handleRequest, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NUMTERMS
public static final String DOC_ID
public static final String ID
public static final int DEFAULT_COUNT
Constructor Detail |
---|
public LukeRequestHandler()
Method Detail |
---|
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
handleRequestBody
in class RequestHandlerBase
Exception
public static SimpleOrderedMap<String> getFieldFlagsKey()
public static SimpleOrderedMap<Object> getIndexInfo(IndexReader reader, boolean countTerms) throws IOException
IOException
public String getDescription()
SolrInfoMBean
getDescription
in interface SolrInfoMBean
getDescription
in class RequestHandlerBase
public String getVersion()
SolrInfoMBean
getVersion
in interface SolrInfoMBean
getVersion
in class RequestHandlerBase
public String getSourceId()
SolrInfoMBean
getSourceId
in interface SolrInfoMBean
getSourceId
in class RequestHandlerBase
public String getSource()
SolrInfoMBean
getSource
in interface SolrInfoMBean
getSource
in class RequestHandlerBase
public URL[] getDocs()
SolrInfoMBean
Suggested documentation URLs: Homepage for sponsoring project, FAQ on class usage, Design doc for class, Wiki, bug reporting URL, etc...
getDocs
in interface SolrInfoMBean
getDocs
in class RequestHandlerBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |