Class 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

      All Methods Instance Methods Concrete Methods 
      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, java.lang.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 Detail

      • AlfrescoHttpShardHandler

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

      • makeQueryRequest

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