Class SolrClientManager


  • public final class SolrClientManager
    extends java.lang.Object
    Singleton class to create one instance of Solr Client
    Author:
    arunans23
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.solr.client.solrj.SolrClient getClientInstance​(ObjectStore objectStore)
      Static method to get the solr client instance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClientInstance

        public static org.apache.solr.client.solrj.SolrClient getClientInstance​(ObjectStore objectStore)
        Static method to get the solr client instance
        Parameters:
        objectStore - ObjectStore instance to pass into Properties Manager
        Returns:
        solrClient that is created