List of usage examples for org.apache.solr.handler.clustering DocumentClusteringEngine subclass-usage
From source file com.grantingersoll.intell.clustering.KMeansClusteringEngine.java
/**
* Cluster the whole Lucene index. The {@link org.apache.solr.core.SolrEventListener} side of this implementation
* is responsible for getting the indexed clustered. The {@link org.apache.solr.handler.clustering.DocumentClusteringEngine} side
* of this is responsible.
* <p/>
* Eventually, this should evolve to just send the clustering job off to Hadoop, but for now we'll just do everything local