public class BlobHandler extends RequestHandlerBase implements PluginInfoInitialized
SolrInfoMBean.Category, SolrInfoMBean.Groupappends, defaults, httpCaching, initArgs, invariantsTYPE| Constructor and Description | 
|---|
| BlobHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Api> | getApis()It is possible to support multiple v2 apis by a single requesthandler | 
| String | getDescription()Simple one or two line description | 
| SolrRequestHandler | getSubHandler(String subPath)Return a RequestHandler 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) | 
| Boolean | registerV2()Whether this request handler must be made available at the /v2/ path | 
getCategory, getDocs, getInitArgs, getName, getPluginInfo, getRequestHandler, getSolrParamsFromNamedList, getSource, getStatistics, getVersion, handleRequest, init, initializeMetrics, setPluginInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregisterV1public 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 PluginInfoInitializedpublic Boolean registerV2()
ApiSupportregisterV2 in interface ApiSupportpublic Collection<Api> getApis()
ApiSupportgetApis in interface ApiSupportgetApis in class RequestHandlerBaseCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.