Package org.apache.solr.handler
Class RealTimeGetHandler
- java.lang.Object
- 
- org.apache.solr.handler.RequestHandlerBase
- 
- org.apache.solr.handler.component.SearchHandler
- 
- org.apache.solr.handler.RealTimeGetHandler
 
 
 
- 
- All Implemented Interfaces:
- AutoCloseable,- ApiSupport,- SolrInfoBean,- NestedRequestHandler,- SolrMetricProducer,- SolrRequestHandler,- PermissionNameProvider,- PluginInfoInitialized,- SolrCoreAware
 
 public class RealTimeGetHandler extends SearchHandler 
- 
- 
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.RequestHandlerBaseaggregateNodeLevelMetricsEnabled, appends, 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 RealTimeGetHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Api>getApis()Returns any (non-JAX-RS annotated) APIs associated with this request handler.protected List<String>getDefaultComponents()StringgetDescription()Simple one or two line descriptionvoidhandleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp)BooleanregisterV2()Whether this request handler must be made available at the /v2/ path- 
Methods inherited from class org.apache.solr.handler.component.SearchHandlercheckCircuitBreakers, getAndPrepShardHandler, getComponents, getMetricsForThisRequest, getOrGenerateRequestId, getPermissionName, inform, init, initializeMetrics, newResponseBuilder
 - 
Methods inherited from class org.apache.solr.handler.RequestHandlerBasegetCategory, getInitArgs, getName, getPluginInfo, getRequestHandler, getSolrMetricsContext, getSolrParamsFromNamedList, getSubHandler, handleRequest, init, isInternalShardRequest, normalizeReceivedException, processErrorMetricsOnException, 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.ApiSupportgetJerseyResources, registerV1
 - 
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducerclose
 
- 
 
- 
- 
- 
Method Detail- 
getDefaultComponentsprotected List<String> getDefaultComponents() - Overrides:
- getDefaultComponentsin class- SearchHandler
 
 - 
handleRequestBodypublic void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception - Overrides:
- handleRequestBodyin class- SearchHandler
- Throws:
- Exception
 
 - 
getDescriptionpublic String getDescription() Description copied from interface:SolrInfoBeanSimple one or two line description- Specified by:
- getDescriptionin interface- SolrInfoBean
- Overrides:
- getDescriptionin class- SearchHandler
 
 - 
getApispublic Collection<Api> getApis() Description copied from interface:ApiSupportReturns any (non-JAX-RS annotated) APIs associated with this request handler.- Specified by:
- getApisin interface- ApiSupport
- Overrides:
- getApisin class- RequestHandlerBase
- See Also:
- ApiSupport.getJerseyResources()
 
 - 
registerV2public Boolean registerV2() Description copied from interface:ApiSupportWhether this request handler must be made available at the /v2/ path- Specified by:
- registerV2in interface- ApiSupport
- Overrides:
- registerV2in class- SearchHandler
 
 
- 
 
-