}
public void start(ServletContext servletContext) {
ServiceLocator locator = getServiceLocator(servletContext);
try {
clusterer = new OnlineClustererFactory(locator.getConfiguration())
.getOnlineClusterer();
} catch (PluginRuntimeException e) {
LOG.info("Could not initialize Clusterer, is the plugin enabled?");
return;
}