org.apache.solr.handler.clustering
Class ClusteringEngine

java.lang.Object
  extended by org.apache.solr.handler.clustering.ClusteringEngine
Direct Known Subclasses:
DocumentClusteringEngine, SearchClusteringEngine

public class ClusteringEngine
extends Object


Field Summary
static String DEFAULT_ENGINE_NAME
           
static String ENGINE_NAME
           
 
Constructor Summary
ClusteringEngine()
           
 
Method Summary
 String getName()
           
 String init(NamedList config, SolrCore core)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENGINE_NAME

public static final String ENGINE_NAME
See Also:
Constant Field Values

DEFAULT_ENGINE_NAME

public static final String DEFAULT_ENGINE_NAME
See Also:
Constant Field Values
Constructor Detail

ClusteringEngine

public ClusteringEngine()
Method Detail

init

public String init(NamedList config,
                   SolrCore core)

getName

public String getName()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.