public class CarrotClusteringEngine extends SearchClusteringEngine
DEFAULT_ENGINE_NAME, ENGINE_NAME
Constructor and Description |
---|
CarrotClusteringEngine() |
Modifier and Type | Method and Description |
---|---|
Object |
cluster(Query query,
DocList docList,
SolrQueryRequest sreq)
Deprecated.
|
Object |
cluster(Query query,
SolrDocumentList solrDocList,
Map<SolrDocument,Integer> docIds,
SolrQueryRequest sreq) |
protected Set<String> |
getFieldsToLoad(SolrQueryRequest sreq)
Returns the set of field names to load.
|
String |
init(NamedList config,
SolrCore core) |
getSolrDocumentList
getName
@Deprecated public Object cluster(Query query, DocList docList, SolrQueryRequest sreq)
cluster
in class SearchClusteringEngine
public Object cluster(Query query, SolrDocumentList solrDocList, Map<SolrDocument,Integer> docIds, SolrQueryRequest sreq)
cluster
in class SearchClusteringEngine
public String init(NamedList config, SolrCore core)
init
in class ClusteringEngine
protected Set<String> getFieldsToLoad(SolrQueryRequest sreq)
SearchClusteringEngine
getFieldsToLoad
in class SearchClusteringEngine