Class AnalyticsComponent
- java.lang.Object
-
- org.apache.solr.handler.component.SearchComponent
-
- org.apache.solr.handler.component.AnalyticsComponent
-
- All Implemented Interfaces:
AutoCloseable
,SolrInfoBean
,SolrMetricProducer
,NamedListInitializedPlugin
@Deprecated(since="9.2") public class AnalyticsComponent extends SearchComponent
Deprecated.Computes analytics requests.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoBean
SolrInfoBean.Category, SolrInfoBean.Group
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMPONENT_NAME
Deprecated.-
Fields inherited from class org.apache.solr.handler.component.SearchComponent
solrMetricsContext, standard_components
-
-
Constructor Summary
Constructors Constructor Description AnalyticsComponent()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
distributedProcess(ResponseBuilder rb)
Deprecated.void
finishStage(ResponseBuilder rb)
Deprecated.String
getDescription()
Deprecated.String
getName()
Deprecated.void
handleResponses(ResponseBuilder rb, ShardRequest sreq)
Deprecated.void
init(org.apache.solr.common.util.NamedList<?> args)
Deprecated.void
modifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest sreq)
Deprecated.void
prepare(ResponseBuilder rb)
Deprecated.void
process(ResponseBuilder rb)
Deprecated.-
Methods inherited from class org.apache.solr.handler.component.SearchComponent
getCategory, getSolrMetricsContext, initializeMetrics, setName
-
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.metrics.SolrMetricProducer
close
-
-
-
-
Field Detail
-
COMPONENT_NAME
public static final String COMPONENT_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(org.apache.solr.common.util.NamedList<?> args)
Deprecated.
-
prepare
public void prepare(ResponseBuilder rb) throws IOException
Deprecated.- Specified by:
prepare
in classSearchComponent
- Throws:
IOException
-
process
public void process(ResponseBuilder rb) throws IOException
Deprecated.- Specified by:
process
in classSearchComponent
- Throws:
IOException
-
distributedProcess
public int distributedProcess(ResponseBuilder rb) throws IOException
Deprecated.- Overrides:
distributedProcess
in classSearchComponent
- Throws:
IOException
-
modifyRequest
public void modifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest sreq)
Deprecated.- Overrides:
modifyRequest
in classSearchComponent
-
handleResponses
public void handleResponses(ResponseBuilder rb, ShardRequest sreq)
Deprecated.- Overrides:
handleResponses
in classSearchComponent
-
finishStage
public void finishStage(ResponseBuilder rb)
Deprecated.- Overrides:
finishStage
in classSearchComponent
-
getName
public String getName()
Deprecated.- Specified by:
getName
in interfaceSolrInfoBean
- Overrides:
getName
in classSearchComponent
-
getDescription
public String getDescription()
Deprecated.- Specified by:
getDescription
in interfaceSolrInfoBean
- Specified by:
getDescription
in classSearchComponent
-
-