5657585960616263
@Override public void init() throws RequiredArgumentMissingException, InitFailedException { try { solr = getSolrServer(); } catch (MalformedURLException e) { throw new InitFailedException("Solr URL malformed", e); } }
5960616263646566
@Override public void init() throws RequiredArgumentMissingException, InitFailedException { try { client = constructClient(); } catch (Exception e) { throw new InitFailedException("Could not construct client", e); } }
5455565758596061