Class ShardHandlerFactory
java.lang.Object
org.apache.solr.handler.component.ShardHandlerFactory
- Direct Known Subclasses:
HttpShardHandlerFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()abstract ShardHandlerstatic ShardHandlerFactorynewInstance(PluginInfo info, SolrResourceLoader loader) Create a new ShardHandlerFactory instancevoidsetSecurityBuilder(HttpClientBuilderPlugin clientBuilderPlugin)
-
Field Details
-
DEFAULT_SHARDHANDLER_INFO
-
-
Constructor Details
-
ShardHandlerFactory
public ShardHandlerFactory()
-
-
Method Details
-
getShardHandler
-
close
public abstract void close() -
setSecurityBuilder
-
newInstance
Create a new ShardHandlerFactory instance- Parameters:
info- a PluginInfo object defining which type to create. If null, the defaultHttpShardHandlerFactorywill be usedloader- a SolrResourceLoader used to find the ShardHandlerFactory classes- Returns:
- a new, initialized ShardHandlerFactory instance
-