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

A base class for SearchClusteringEngine and DocumentClusteringEngine.

WARNING: This API is experimental and might change in incompatible ways in the next release.

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.