org.apache.solr.handler.clustering
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, setName
public static final String COMPONENT_NAME
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
prepare
in class SearchComponent
IOException
public void process(ResponseBuilder rb) throws IOException
process
in class SearchComponent
IOException
public void modifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest sreq)
modifyRequest
in class SearchComponent
public void finishStage(ResponseBuilder rb)
finishStage
in class SearchComponent
public String getDescription()
getDescription
in interface SolrInfoMBean
getDescription
in class SearchComponent
public String getSource()
getSource
in interface SolrInfoMBean
getSource
in class SearchComponent
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.