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 StringCOMPONENT_NAMEDeprecated.-
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 intdistributedProcess(ResponseBuilder rb)Deprecated.voidfinishStage(ResponseBuilder rb)Deprecated.StringgetDescription()Deprecated.StringgetName()Deprecated.voidhandleResponses(ResponseBuilder rb, ShardRequest sreq)Deprecated.voidinit(org.apache.solr.common.util.NamedList<?> args)Deprecated.voidmodifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest sreq)Deprecated.voidprepare(ResponseBuilder rb)Deprecated.voidprocess(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:
preparein classSearchComponent- Throws:
IOException
-
process
public void process(ResponseBuilder rb) throws IOException
Deprecated.- Specified by:
processin classSearchComponent- Throws:
IOException
-
distributedProcess
public int distributedProcess(ResponseBuilder rb) throws IOException
Deprecated.- Overrides:
distributedProcessin classSearchComponent- Throws:
IOException
-
modifyRequest
public void modifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest sreq)
Deprecated.- Overrides:
modifyRequestin classSearchComponent
-
handleResponses
public void handleResponses(ResponseBuilder rb, ShardRequest sreq)
Deprecated.- Overrides:
handleResponsesin classSearchComponent
-
finishStage
public void finishStage(ResponseBuilder rb)
Deprecated.- Overrides:
finishStagein classSearchComponent
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceSolrInfoBean- Overrides:
getNamein classSearchComponent
-
getDescription
public String getDescription()
Deprecated.- Specified by:
getDescriptionin interfaceSolrInfoBean- Specified by:
getDescriptionin classSearchComponent
-
-