Package org.apache.solr.handler
Class StandardRequestHandler
- java.lang.Object
- 
- org.apache.solr.handler.RequestHandlerBase
- 
- org.apache.solr.handler.component.SearchHandler
- 
- org.apache.solr.handler.StandardRequestHandler
 
 
 
- 
- All Implemented Interfaces:
- AutoCloseable,- ApiSupport,- SolrInfoBean,- NestedRequestHandler,- SolrMetricProducer,- SolrRequestHandler,- PermissionNameProvider,- PluginInfoInitialized,- SolrCoreAware
 
 @Deprecated public class StandardRequestHandler extends SearchHandler Deprecated.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.solr.handler.RequestHandlerBaseRequestHandlerBase.HandlerMetrics
 - 
Nested classes/interfaces inherited from interface org.apache.solr.security.PermissionNameProviderPermissionNameProvider.Name
 - 
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoBeanSolrInfoBean.Category, SolrInfoBean.Group
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.solr.handler.component.SearchHandlercomponents, SHARD_HANDLER_SUFFIX
 - 
Fields inherited from class org.apache.solr.handler.RequestHandlerBaseappends, defaults, httpCaching, initArgs, invariants, metrics, solrMetricsContext
 - 
Fields inherited from interface org.apache.solr.security.PermissionNameProviderANY, NULL, values
 - 
Fields inherited from interface org.apache.solr.request.SolrRequestHandlerTYPE
 
- 
 - 
Constructor SummaryConstructors Constructor Description StandardRequestHandler()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetDescription()Deprecated.Simple one or two line description- 
Methods inherited from class org.apache.solr.handler.component.SearchHandlergetAndPrepShardHandler, getComponents, getDefaultComponents, getMetricsForThisRequest, getOrGenerateRequestId, getPermissionName, handleRequestBody, inform, init, initializeMetrics, newResponseBuilder, registerV2
 - 
Methods inherited from class org.apache.solr.handler.RequestHandlerBasegetApis, getCategory, getInitArgs, getName, getPluginInfo, getRequestHandler, getSolrMetricsContext, getSolrParamsFromNamedList, getSubHandler, handleRequest, init, setPluginInfo
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.solr.api.ApiSupportregisterV1
 - 
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducerclose
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptionpublic String getDescription() Deprecated.Description copied from interface:SolrInfoBeanSimple one or two line description- Specified by:
- getDescriptionin interface- SolrInfoBean
- Overrides:
- getDescriptionin class- SearchHandler
 
 
- 
 
-