Class 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
    • Field Summary

      • Fields inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory

        clientConnectionManager, defaultClient, idleConnectionsEvictor, r
      • Fields inherited from class org.apache.solr.handler.component.ShardHandlerFactory

        DEFAULT_SHARDHANDLER_INFO
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.solr.handler.component.ShardHandler getShardHandler​(org.apache.http.client.HttpClient httpClient)
      Get ShardHandler that uses custom http client.
      • Methods inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory

        buildURLList, close, createLoadbalancer, getClientParams, getParameter, getReplicaListTransformer, getShardHandler, getThreadPoolExecutor, init, initializeMetrics, makeLoadBalancedRequest, newCompletionService, reconfigureHttpClient
      • Methods inherited from class org.apache.solr.handler.component.ShardHandlerFactory

        newInstance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlfrescoHttpShardHandlerFactory

        public AlfrescoHttpShardHandlerFactory()
    • Method Detail

      • getShardHandler

        public org.apache.solr.handler.component.ShardHandler getShardHandler​(org.apache.http.client.HttpClient httpClient)
        Get ShardHandler that uses custom http client.
        Overrides:
        getShardHandler in class org.apache.solr.handler.component.HttpShardHandlerFactory