Package org.apache.solr.handler
Class BlobHandler
- java.lang.Object
-
- org.apache.solr.handler.RequestHandlerBase
-
- org.apache.solr.handler.BlobHandler
-
- All Implemented Interfaces:
AutoCloseable,ApiSupport,SolrInfoBean,NestedRequestHandler,SolrMetricProducer,SolrRequestHandler,PermissionNameProvider,PluginInfoInitialized
@Deprecated(since="9.10") public class BlobHandler extends RequestHandlerBase implements PluginInfoInitialized, PermissionNameProvider
Deprecated.Please useFileStore.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.handler.RequestHandlerBase
RequestHandlerBase.HandlerMetrics
-
Nested classes/interfaces inherited from interface org.apache.solr.security.PermissionNameProvider
PermissionNameProvider.Name
-
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoBean
SolrInfoBean.Category, SolrInfoBean.Group
-
-
Field Summary
-
Fields inherited from class org.apache.solr.handler.RequestHandlerBase
aggregateNodeLevelMetricsEnabled, appends, defaults, httpCaching, initArgs, invariants, metrics, solrMetricsContext
-
Fields inherited from interface org.apache.solr.security.PermissionNameProvider
ANY, NULL, values
-
Fields inherited from interface org.apache.solr.request.SolrRequestHandler
TYPE
-
-
Constructor Summary
Constructors Constructor Description BlobHandler()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Collection<Api>getApis()Deprecated.Returns any (non-JAX-RS annotated) APIs associated with this request handler.StringgetDescription()Deprecated.Simple one or two line descriptionPermissionNameProvider.NamegetPermissionName(AuthorizationContext ctx)Deprecated.SolrRequestHandlergetSubHandler(String subPath)Deprecated.Return a RequestHandler to handle a subpath from the path this handler is registered.voidhandleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp)Deprecated.static voidindexMap(SolrQueryRequest req, SolrQueryResponse rsp, Map<String,Object> doc)Deprecated.voidinit(PluginInfo info)Deprecated.BooleanregisterV2()Deprecated.Whether this request handler must be made available at the /v2/ path-
Methods inherited from class org.apache.solr.handler.RequestHandlerBase
getCategory, getInitArgs, getMetricsForThisRequest, getName, getPluginInfo, getRequestHandler, getSolrMetricsContext, getSolrParamsFromNamedList, handleRequest, init, initializeMetrics, isInternalShardRequest, processErrorMetricsOnException, processReceivedException, setPluginInfo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.api.ApiSupport
getJerseyResources, registerV1
-
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducer
close
-
-
-
-
Method Detail
-
handleRequestBody
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
Deprecated.- Specified by:
handleRequestBodyin classRequestHandlerBase- Throws:
Exception
-
indexMap
public static void indexMap(SolrQueryRequest req, SolrQueryResponse rsp, Map<String,Object> doc) throws IOException
Deprecated.- Throws:
IOException
-
getSubHandler
public SolrRequestHandler getSubHandler(String subPath)
Deprecated.Description copied from interface:NestedRequestHandlerReturn a RequestHandler to handle a subpath from the path this handler is registered.- Specified by:
getSubHandlerin interfaceNestedRequestHandler- Overrides:
getSubHandlerin classRequestHandlerBase
-
getDescription
public String getDescription()
Deprecated.Description copied from interface:SolrInfoBeanSimple one or two line description- Specified by:
getDescriptionin interfaceSolrInfoBean- Specified by:
getDescriptionin classRequestHandlerBase
-
init
public void init(PluginInfo info)
Deprecated.- Specified by:
initin interfacePluginInfoInitialized
-
registerV2
public Boolean registerV2()
Deprecated.Description copied from interface:ApiSupportWhether this request handler must be made available at the /v2/ path- Specified by:
registerV2in interfaceApiSupport
-
getApis
public Collection<Api> getApis()
Deprecated.Description copied from interface:ApiSupportReturns any (non-JAX-RS annotated) APIs associated with this request handler.- Specified by:
getApisin interfaceApiSupport- Overrides:
getApisin classRequestHandlerBase- See Also:
ApiSupport.getJerseyResources()
-
getPermissionName
public PermissionNameProvider.Name getPermissionName(AuthorizationContext ctx)
Deprecated.- Specified by:
getPermissionNamein interfacePermissionNameProvider
-
-