Uses of Class
org.apache.solr.handler.component.ShardHandlerFactory

Packages that use ShardHandlerFactory
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
 

Uses of ShardHandlerFactory in org.apache.solr.core
 

Methods in org.apache.solr.core that return ShardHandlerFactory
 ShardHandlerFactory CoreContainer.getShardHandlerFactory()
          The default ShardHandlerFactory used to communicate with other solr instances
 

Uses of ShardHandlerFactory in org.apache.solr.handler.component
 

Subclasses of ShardHandlerFactory in org.apache.solr.handler.component
 class HttpShardHandlerFactory
           
 

Methods in org.apache.solr.handler.component that return ShardHandlerFactory
static ShardHandlerFactory ShardHandlerFactory.newInstance(PluginInfo info, SolrResourceLoader loader)
          Create a new ShardHandlerFactory instance
 



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