public abstract class DocumentClusteringEngine extends ClusteringEngine
DEFAULT_ENGINE_NAME, ENGINE_NAME| Constructor and Description |
|---|
DocumentClusteringEngine() |
| Modifier and Type | Method and Description |
|---|---|
abstract NamedList |
cluster(DocSet docs,
SolrParams solrParams)
Experimental.
|
abstract NamedList |
cluster(SolrParams solrParams)
Experimental.
|
getName, initpublic abstract NamedList cluster(SolrParams solrParams)
solrParams - The params controlling clusteringpublic abstract NamedList cluster(DocSet docs, SolrParams solrParams)
docs - The docs to cluster. If null, cluster all docs as in cluster(org.apache.solr.common.params.SolrParams)solrParams - The params controlling the clustering