public class AlfrescoSolrClusteringComponent
extends org.apache.solr.handler.component.SearchComponent
implements org.apache.solr.util.plugin.SolrCoreAware
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_NAME
Base name for all component parameters.
|
| Constructor and Description |
|---|
AlfrescoSolrClusteringComponent() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
finishStage(org.apache.solr.handler.component.ResponseBuilder rb) |
String |
getDescription() |
void |
inform(org.apache.solr.core.SolrCore core) |
void |
init(org.apache.solr.common.util.NamedList args) |
void |
prepare(org.apache.solr.handler.component.ResponseBuilder rb) |
void |
process(org.apache.solr.handler.component.ResponseBuilder rb) |
public static final String COMPONENT_NAME
public void init(org.apache.solr.common.util.NamedList args)
init in interface org.apache.solr.util.plugin.NamedListInitializedPlugininit in class org.apache.solr.handler.component.SearchComponentpublic void inform(org.apache.solr.core.SolrCore core)
inform in interface org.apache.solr.util.plugin.SolrCoreAwarepublic void prepare(org.apache.solr.handler.component.ResponseBuilder rb)
throws IOException
prepare in class org.apache.solr.handler.component.SearchComponentIOExceptionpublic void process(org.apache.solr.handler.component.ResponseBuilder rb)
throws IOException
process in class org.apache.solr.handler.component.SearchComponentIOExceptionpublic 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
IOExceptionpublic void finishStage(org.apache.solr.handler.component.ResponseBuilder rb)
finishStage in class org.apache.solr.handler.component.SearchComponentpublic String getDescription()
getDescription in interface org.apache.solr.core.SolrInfoMBeangetDescription in class org.apache.solr.handler.component.SearchComponentCopyright © 2005–2019 Alfresco Software. All rights reserved.