Searched defs:controller (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/carrot2/
H A DCarrotClusteringEngine.java106 * Carrot2 controller that manages instances of clustering algorithms
108 private Controller controller = ControllerFactory.createPooling(); field in class:CarrotClusteringEngine
219 return clustersToNamedList(controller.process(attributes,
233 // Initialize Carrot2 controller. Pass initialization attributes, if any.
260 this.controller.init(initAttributes);

Completed in 242 milliseconds