public class ClusteringComponent extends SearchComponent implements SolrCoreAware
SolrInfoMBean.Category, SolrInfoMBean.Group
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_NAME
Base name for all component parameters.
|
standard_components
Constructor and Description |
---|
ClusteringComponent() |
Modifier and Type | Method and Description |
---|---|
void |
finishStage(ResponseBuilder rb)
Called after all responses have been received for this stage.
|
String |
getDescription()
Simple one or two line description
|
void |
inform(SolrCore core) |
void |
init(NamedList args) |
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
|
distributedProcess, getCategory, getDocs, getName, getSource, getStatistics, getVersion, handleResponses, setName
public static final String COMPONENT_NAME
public ClusteringComponent()
public void init(NamedList args)
init
in interface NamedListInitializedPlugin
init
in class SearchComponent
public void inform(SolrCore core)
inform
in interface SolrCoreAware
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 void modifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest sreq)
SearchComponent
modifyRequest
in class SearchComponent
public void finishStage(ResponseBuilder rb)
SearchComponent
finishStage
in class SearchComponent
public String getDescription()
SolrInfoMBean
getDescription
in interface SolrInfoMBean
getDescription
in class SearchComponent