Interface ModifiedHttpClientBuilderFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      org.apache.solr.client.solrj.impl.SolrHttpClientBuilder getHttpClientBuilder​(org.apache.solr.client.solrj.impl.SolrHttpClientBuilder builder)
      This method configures the SolrHttpClientBuilder by overriding the configuration of passed SolrHttpClientBuilder or as a new instance.
      default void setup​(ModifiedHttp2SolrClient client)  
      • Methods inherited from interface java.io.Closeable

        close
    • Method Detail

      • getHttpClientBuilder

        org.apache.solr.client.solrj.impl.SolrHttpClientBuilder getHttpClientBuilder​(org.apache.solr.client.solrj.impl.SolrHttpClientBuilder builder)
        This method configures the SolrHttpClientBuilder by overriding the configuration of passed SolrHttpClientBuilder or as a new instance.
        Parameters:
        builder - The instance of the SolrHttpClientBuilder which should by configured (optional).
        Returns:
        the SolrHttpClientBuilder