Class AlfrescoHttpShardHandlerFactory
java.lang.Object
org.apache.solr.handler.component.ShardHandlerFactory
org.apache.solr.handler.component.HttpShardHandlerFactory
org.apache.solr.handler.component.AlfrescoHttpShardHandlerFactory
- All Implemented Interfaces:
org.apache.solr.metrics.SolrMetricProducer,org.apache.solr.util.plugin.PluginInfoInitialized
public class AlfrescoHttpShardHandlerFactory
extends org.apache.solr.handler.component.HttpShardHandlerFactory
- Author:
- Andy
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory
org.apache.solr.handler.component.HttpShardHandlerFactory.WhitelistHostChecker -
Field Summary
Fields inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory
clientConnectionManager, defaultClient, idleConnectionsEvictor, INIT_SHARDS_WHITELIST, INIT_SHARDS_WHITELIST_PROPERTY, rFields inherited from class org.apache.solr.handler.component.ShardHandlerFactory
DEFAULT_SHARDHANDLER_INFO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.solr.handler.component.ShardHandlergetShardHandler(org.apache.http.client.HttpClient httpClient) GetShardHandlerthat uses custom http client.Methods inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory
buildURLList, close, createLoadbalancer, getClientParams, getParameter, getReplicaListTransformer, getShardHandler, getThreadPoolExecutor, getWhitelistHostChecker, init, initializeMetrics, makeLoadBalancedRequest, newCompletionService, reconfigureHttpClientMethods inherited from class org.apache.solr.handler.component.ShardHandlerFactory
newInstance
-
Constructor Details
-
AlfrescoHttpShardHandlerFactory
public AlfrescoHttpShardHandlerFactory()
-
-
Method Details
-
getShardHandler
public org.apache.solr.handler.component.ShardHandler getShardHandler(org.apache.http.client.HttpClient httpClient) GetShardHandlerthat uses custom http client.- Overrides:
getShardHandlerin classorg.apache.solr.handler.component.HttpShardHandlerFactory
-