Class AlfrescoSolrClusteringComponent
- java.lang.Object
-
- org.apache.solr.handler.component.SearchComponent
-
- org.apache.solr.handler.component.AlfrescoSolrClusteringComponent
-
- All Implemented Interfaces:
org.apache.solr.core.SolrInfoMBean,org.apache.solr.util.plugin.NamedListInitializedPlugin,org.apache.solr.util.plugin.SolrCoreAware
public class AlfrescoSolrClusteringComponent extends org.apache.solr.handler.component.SearchComponent implements org.apache.solr.util.plugin.SolrCoreAware- Author:
- Andy
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_NAMEBase name for all component parameters.
-
Constructor Summary
Constructors Constructor Description AlfrescoSolrClusteringComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.solr.common.SolrDocumentListdocListToSolrDocumentList(org.apache.solr.search.DocList docs, org.apache.solr.request.SolrQueryRequest req, Map<org.apache.solr.common.SolrDocument,Integer> ids)voidfinishStage(org.apache.solr.handler.component.ResponseBuilder rb)StringgetDescription()voidinform(org.apache.solr.core.SolrCore core)voidinit(org.apache.solr.common.util.NamedList args)voidprepare(org.apache.solr.handler.component.ResponseBuilder rb)voidprocess(org.apache.solr.handler.component.ResponseBuilder rb)
-
-
-
Field Detail
-
COMPONENT_NAME
public static final String COMPONENT_NAME
Base name for all component parameters. This name is also used to register this component with SearchHandler.- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(org.apache.solr.common.util.NamedList args)
- Specified by:
initin interfaceorg.apache.solr.util.plugin.NamedListInitializedPlugin- Overrides:
initin classorg.apache.solr.handler.component.SearchComponent
-
inform
public void inform(org.apache.solr.core.SolrCore core)
- Specified by:
informin interfaceorg.apache.solr.util.plugin.SolrCoreAware
-
prepare
public void prepare(org.apache.solr.handler.component.ResponseBuilder rb) throws IOException- Specified by:
preparein classorg.apache.solr.handler.component.SearchComponent- Throws:
IOException
-
process
public void process(org.apache.solr.handler.component.ResponseBuilder rb) throws IOException- Specified by:
processin classorg.apache.solr.handler.component.SearchComponent- Throws:
IOException
-
docListToSolrDocumentList
public org.apache.solr.common.SolrDocumentList docListToSolrDocumentList(org.apache.solr.search.DocList docs, org.apache.solr.request.SolrQueryRequest req, Map<org.apache.solr.common.SolrDocument,Integer> ids) throws IOException- Throws:
IOException
-
finishStage
public void finishStage(org.apache.solr.handler.component.ResponseBuilder rb)
- Overrides:
finishStagein classorg.apache.solr.handler.component.SearchComponent
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.apache.solr.core.SolrInfoMBean- Specified by:
getDescriptionin classorg.apache.solr.handler.component.SearchComponent
-
-