public class BlobHandler extends RequestHandlerBase implements PluginInfoInitialized
SolrInfoMBean.Category
Modifier and Type | Field and Description |
---|---|
static String |
CONF |
protected static org.slf4j.Logger |
log |
static String |
SCHEMA |
appends, defaults, httpCaching, initArgs, invariants
TYPE
Constructor and Description |
---|
BlobHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Simple one or two line description
|
SolrRequestHandler |
getSubHandler(String subPath)
Return a Requestandler to handle a subpath from the path this handler is registered.
|
void |
handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp) |
static void |
indexMap(SolrQueryRequest req,
SolrQueryResponse rsp,
Map<String,Object> doc) |
void |
init(PluginInfo info) |
getCategory, getDocs, getInitArgs, getName, getPluginInfo, getRequestHandler, getSource, getStatistics, getVersion, handleRequest, init, setPluginInfo
protected static final org.slf4j.Logger log
public static final String SCHEMA
public static final String CONF
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
handleRequestBody
in class RequestHandlerBase
Exception
public static void indexMap(SolrQueryRequest req, SolrQueryResponse rsp, Map<String,Object> doc) throws IOException
IOException
public SolrRequestHandler getSubHandler(String subPath)
NestedRequestHandler
getSubHandler
in interface NestedRequestHandler
getSubHandler
in class RequestHandlerBase
public String getDescription()
SolrInfoMBean
getDescription
in interface SolrInfoMBean
getDescription
in class RequestHandlerBase
public void init(PluginInfo info)
init
in interface PluginInfoInitialized
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.