public class LukeRequestHandler extends RequestHandlerBase
SolrInfoMBean.Category
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_COUNT |
static String |
DOC_ID |
static String |
ID |
static String |
NUMTERMS |
appends, defaults, httpCaching, initArgs, invariants
Constructor and Description |
---|
LukeRequestHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Simple one or two line description
|
URL[] |
getDocs()
Documentation URL list.
|
static SimpleOrderedMap<String> |
getFieldFlagsKey() |
static SimpleOrderedMap<Object> |
getIndexInfo(DirectoryReader reader) |
static SimpleOrderedMap<Object> |
getIndexInfo(DirectoryReader reader,
boolean detail)
Deprecated.
use
getIndexInfo(DirectoryReader) since you now have to explicitly pass the "fl" prameter
and this was always called with "false" anyway from CoreAdminHandler |
String |
getSource()
CVS Source, SVN Source, etc
|
void |
handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp) |
getCategory, getInitArgs, getName, getStatistics, getVersion, handleRequest, init
public static final String NUMTERMS
public static final String DOC_ID
public static final String ID
public static final int DEFAULT_COUNT
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
handleRequestBody
in class RequestHandlerBase
Exception
public static SimpleOrderedMap<String> getFieldFlagsKey()
public static SimpleOrderedMap<Object> getIndexInfo(DirectoryReader reader, boolean detail) throws IOException
getIndexInfo(DirectoryReader)
since you now have to explicitly pass the "fl" prameter
and this was always called with "false" anyway from CoreAdminHandlerIOException
public static SimpleOrderedMap<Object> getIndexInfo(DirectoryReader reader) throws IOException
IOException
public String getDescription()
SolrInfoMBean
getDescription
in interface SolrInfoMBean
getDescription
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
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.