Class AlfrescoHttpShardHandler

java.lang.Object
org.apache.solr.handler.component.ShardHandler
org.apache.solr.handler.component.HttpShardHandler
org.apache.solr.handler.component.AlfrescoHttpShardHandler

public class AlfrescoHttpShardHandler extends org.apache.solr.handler.component.HttpShardHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
    AlfrescoHttpShardHandler(org.apache.solr.handler.component.HttpShardHandlerFactory alfrescoHttpShardHandlerFactory, org.apache.http.client.HttpClient httpClient)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.solr.client.solrj.request.QueryRequest
    makeQueryRequest(org.apache.solr.handler.component.ShardRequest sreq, org.apache.solr.common.params.ModifiableSolrParams params, String shard)
    Subclasses could modify the request based on the shard

    Methods inherited from class org.apache.solr.handler.component.HttpShardHandler

    cancelAll, getShardHandlerFactory, prepDistributed, submit, takeCompletedIncludingErrors, takeCompletedOrError, transfomResponse

    Methods inherited from class java.lang.Object

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

    • AlfrescoHttpShardHandler

      public AlfrescoHttpShardHandler(org.apache.solr.handler.component.HttpShardHandlerFactory alfrescoHttpShardHandlerFactory, org.apache.http.client.HttpClient httpClient)
  • Method Details

    • makeQueryRequest

      protected org.apache.solr.client.solrj.request.QueryRequest makeQueryRequest(org.apache.solr.handler.component.ShardRequest sreq, org.apache.solr.common.params.ModifiableSolrParams params, String shard)
      Subclasses could modify the request based on the shard
      Overrides:
      makeQueryRequest in class org.apache.solr.handler.component.HttpShardHandler