Example usage for org.apache.solr.handler.clustering DocumentClusteringEngine subclass-usage

List of usage examples for org.apache.solr.handler.clustering DocumentClusteringEngine subclass-usage

Introduction

In this page you can find the example usage for org.apache.solr.handler.clustering DocumentClusteringEngine subclass-usage.

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