org.apache.solr.handler.component
Class HttpShardHandlerFactory

java.lang.Object
  extended by org.apache.solr.handler.component.ShardHandlerFactory
      extended by org.apache.solr.handler.component.HttpShardHandlerFactory
All Implemented Interfaces:
PluginInfoInitialized

public class HttpShardHandlerFactory
extends ShardHandlerFactory
implements PluginInfoInitialized

Author:
noble.paul@teamaol.com (noblep01) Date: 6/21/11 Time: 12:14 PM

Field Summary
protected static org.slf4j.Logger log
           
 String scheme
           
 
Constructor Summary
HttpShardHandlerFactory()
           
 
Method Summary
 ShardHandler getShardHandler()
           
 void init(PluginInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.slf4j.Logger log

scheme

public String scheme
Constructor Detail

HttpShardHandlerFactory

public HttpShardHandlerFactory()
Method Detail

getShardHandler

public ShardHandler getShardHandler()
Specified by:
getShardHandler in class ShardHandlerFactory

init

public void init(PluginInfo info)
Specified by:
init in interface PluginInfoInitialized