public class ClusteringComponent extends SearchComponent implements SolrCoreAware
See Solr example for configuration examples.
SolrInfoMBean.Category| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_NAME
Base name for all component parameters.
|
| Constructor and Description |
|---|
ClusteringComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishStage(ResponseBuilder rb) |
String |
getDescription() |
String |
getSource() |
void |
inform(SolrCore core) |
void |
init(NamedList args) |
void |
modifyRequest(ResponseBuilder rb,
SearchComponent who,
ShardRequest sreq) |
void |
prepare(ResponseBuilder rb) |
void |
process(ResponseBuilder rb) |
distributedProcess, getCategory, getDocs, getName, getStatistics, getVersion, handleResponses, setNamepublic static final String COMPONENT_NAME
public void init(NamedList args)
init in interface NamedListInitializedPlugininit in class SearchComponentpublic void inform(SolrCore core)
inform in interface SolrCoreAwarepublic void prepare(ResponseBuilder rb) throws IOException
prepare in class SearchComponentIOExceptionpublic void process(ResponseBuilder rb) throws IOException
process in class SearchComponentIOExceptionpublic void modifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest sreq)
modifyRequest in class SearchComponentpublic void finishStage(ResponseBuilder rb)
finishStage in class SearchComponentpublic String getDescription()
getDescription in interface SolrInfoMBeangetDescription in class SearchComponentpublic String getSource()
getSource in interface SolrInfoMBeangetSource in class SearchComponentCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.