104105106107108109110111112113114
synchronized (SolrClient.class) { try { instance = new SolrClient(); } catch (Exception e) { log.error("Could not instantiate Solr client", e); throw new IndexerException("Could not instantiate Solr client", e); } } } return instance; }