Class SolrClientFactoryImpl

java.lang.Object
org.codice.solr.factory.impl.SolrClientFactoryImpl
All Implemented Interfaces:
org.codice.solr.factory.SolrClientFactory

public final class SolrClientFactoryImpl extends Object implements org.codice.solr.factory.SolrClientFactory
Factory class used to create the proper SolrClient based on the current solr.client system property.
  • Constructor Details

    • SolrClientFactoryImpl

      public SolrClientFactoryImpl()
  • Method Details

    • newClient

      public org.apache.solr.client.solrj.SolrClient newClient(String core)
      Specified by:
      newClient in interface org.codice.solr.factory.SolrClientFactory