Package org.apache.solr.handler
Class ExportHandler
- java.lang.Object
- 
- org.apache.solr.handler.RequestHandlerBase
- 
- org.apache.solr.handler.component.SearchHandler
- 
- org.apache.solr.handler.ExportHandler
 
 
 
- 
- All Implemented Interfaces:
- AutoCloseable,- ApiSupport,- SolrInfoBean,- NestedRequestHandler,- SolrMetricProducer,- SolrRequestHandler,- PermissionNameProvider,- PluginInfoInitialized,- SolrCoreAware
 
 public class ExportHandler extends SearchHandler 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classExportHandler.ExportHandlerStreamFactory- 
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
 - 
Fields inherited from class org.apache.solr.handler.RequestHandlerBaseappends, defaults, httpCaching, initArgs, invariants, 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 ExportHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp)voidinform(SolrCore core)Initialize the components based on name.- 
Methods inherited from class org.apache.solr.handler.component.SearchHandlergetComponents, getDefaultComponents, getDescription, getPermissionName, init, newResponseBuilder, registerV2
 - 
Methods inherited from class org.apache.solr.handler.RequestHandlerBasegetApis, getCategory, getInitArgs, getMetricNames, getName, getPluginInfo, getRequestHandler, getSolrMetricsContext, getSolrParamsFromNamedList, getSubHandler, handleRequest, init, initializeMetrics, 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.core.SolrInfoBeangetMetricRegistry, getMetricsSnapshot, registerMetricName
 - 
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducerclose, initializeMetrics
 
- 
 
- 
- 
- 
Method Detail- 
informpublic void inform(SolrCore core) Description copied from class:SearchHandlerInitialize the components based on name. Note, if usingINIT_FIRST_COMPONENTSorINIT_LAST_COMPONENTS, then theDebugComponentwill always occur last. If this is not desired, then one must explicitly declare all components using theINIT_COMPONENTSsyntax.- Specified by:
- informin interface- SolrCoreAware
- Overrides:
- informin class- SearchHandler
 
 - 
handleRequestBodypublic void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception - Overrides:
- handleRequestBodyin class- SearchHandler
- Throws:
- Exception
 
 
- 
 
-