public class StatsComponent extends SearchComponent
SolrInfoBean.Category, SolrInfoBean.Group
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_NAME |
metricNames, registry, standard_components
Constructor and Description |
---|
StatsComponent() |
Modifier and Type | Method and Description |
---|---|
static NamedList<NamedList<NamedList<?>>> |
convertToResponse(Map<String,StatsValues> statsValues)
Given a map of
StatsValues using the appropriate response key,
builds up the necessary "stats" data structure for including in the response --
including the esoteric "stats_fields" wrapper. |
int |
distributedProcess(ResponseBuilder rb)
Process for a distributed search.
|
void |
finishStage(ResponseBuilder rb)
Called after all responses have been received for this stage.
|
String |
getDescription()
Simple one or two line description
|
void |
handleResponses(ResponseBuilder rb,
ShardRequest sreq)
Called after all responses for a single request were received
|
void |
modifyRequest(ResponseBuilder rb,
SearchComponent who,
ShardRequest sreq)
Called after another component adds a request
|
void |
prepare(ResponseBuilder rb)
Prepare the response.
|
void |
process(ResponseBuilder rb)
Process the request for this component
|
static NamedList<NamedList<?>> |
unwrapStats(NamedList<NamedList<NamedList<?>>> stats)
Helper to pull the "stats_fields" out of the extra "stats" wrapper
|
getCategory, getMetricNames, getMetricRegistry, getName, init, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMetricsSnapshot, registerMetricName
public static final String COMPONENT_NAME
public void prepare(ResponseBuilder rb) throws IOException
SearchComponent
SearchComponent.process(org.apache.solr.handler.component.ResponseBuilder)
method.
Called for every incoming request.
The place to do initialization that is request dependent.prepare
in class SearchComponent
rb
- The ResponseBuilder
IOException
- If there is a low-level I/O error.public void process(ResponseBuilder rb) throws IOException
SearchComponent
process
in class SearchComponent
rb
- The ResponseBuilder
IOException
- If there is a low-level I/O error.public int distributedProcess(ResponseBuilder rb) throws IOException
SearchComponent
distributedProcess
in class SearchComponent
IOException
public void modifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest sreq)
SearchComponent
modifyRequest
in class SearchComponent
public void handleResponses(ResponseBuilder rb, ShardRequest sreq)
SearchComponent
handleResponses
in class SearchComponent
public void finishStage(ResponseBuilder rb)
SearchComponent
finishStage
in class SearchComponent
public static NamedList<NamedList<?>> unwrapStats(NamedList<NamedList<NamedList<?>>> stats)
public static NamedList<NamedList<NamedList<?>>> convertToResponse(Map<String,StatsValues> statsValues)
StatsValues
using the appropriate response key,
builds up the necessary "stats" data structure for including in the response --
including the esoteric "stats_fields" wrapper.public String getDescription()
SolrInfoBean
getDescription
in interface SolrInfoBean
getDescription
in class SearchComponent
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.