Interface SolrClientFactory

All Known Implementing Classes:
HttpSolrClientFactory

public interface SolrClientFactory
Build connections to Solr cores.
Author:
mwood
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.solr.client.solrj.SolrClient
    getClient(String coreUrl)
    Instantiate a SolrClient connected to a specified core.
  • Method Details

    • getClient

      org.apache.solr.client.solrj.SolrClient getClient(String coreUrl)
      Instantiate a SolrClient connected to a specified core.
      Parameters:
      coreUrl - URL of the core to connect with.
      Returns:
      a connection to the given core.