Package org.codice.solr.factory
Interface SolrClientFactory
public interface SolrClientFactory
Interface implemented by factory classes used to create new
SolrClient instances.-
Method Summary
-
Method Details
-
newClient
Requests the creation of a newSolrClientfor a specific Solr core name.- Parameters:
core- the name of the Solr core to create to create a client for- Returns:
- the newly created
SolrClient - Throws:
IllegalArgumentException- ifcoreisnull
-