public class BlobHandler extends RequestHandlerBase implements PluginInfoInitialized
SolrInfoMBean.Category| Modifier and Type | Field and Description | 
|---|---|
static String | 
CONF  | 
static String | 
SCHEMA  | 
appends, defaults, httpCaching, initArgs, invariantsTYPE| 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, setPluginInfopublic static final String SCHEMA
public static final String CONF
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
handleRequestBody in class RequestHandlerBaseExceptionpublic static void indexMap(SolrQueryRequest req, SolrQueryResponse rsp, Map<String,Object> doc) throws IOException
IOExceptionpublic SolrRequestHandler getSubHandler(String subPath)
NestedRequestHandlergetSubHandler in interface NestedRequestHandlergetSubHandler in class RequestHandlerBasepublic String getDescription()
SolrInfoMBeangetDescription in interface SolrInfoMBeangetDescription in class RequestHandlerBasepublic void init(PluginInfo info)
init in interface PluginInfoInitializedCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.