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) |
getSolrDocumentListgetName@Deprecated public Object cluster(Query query, DocList docList, SolrQueryRequest sreq)
cluster in class SearchClusteringEnginepublic Object cluster(Query query, SolrDocumentList solrDocList, Map<SolrDocument,Integer> docIds, SolrQueryRequest sreq)
cluster in class SearchClusteringEnginepublic String init(NamedList config, SolrCore core)
init in class ClusteringEngineprotected Set<String> getFieldsToLoad(SolrQueryRequest sreq)
SearchClusteringEnginegetFieldsToLoad in class SearchClusteringEngine