org.apache.nutch.clustering
Class OnlineClustererFactory

java.lang.Object
  extended byorg.apache.nutch.clustering.OnlineClustererFactory

public class OnlineClustererFactory
extends Object

A factory for retrieving OnlineClusterer extensions.

Version:
$Id: OnlineClustererFactory.java,v 1.2 2005/02/07 19:09:26 cutting Exp $
Author:
Dawid Weiss

Field Summary
static Logger LOG
           
 
Method Summary
static OnlineClusterer getOnlineClusterer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final Logger LOG
Method Detail

getOnlineClusterer

public static OnlineClusterer getOnlineClusterer()
                                          throws PluginRuntimeException
Returns:
Returns the online clustering extension specified in nutch configuration's key extension.clustering.extension-name. If the name is empty (no preference), the first available clustering extension is returned.
Throws:
PluginRuntimeException


Copyright © 2006 The Apache Software Foundation