Package org.dspace.statistics
Interface SolrClientFactory
- All Known Implementing Classes:
HttpSolrClientFactory
public interface SolrClientFactory
Build connections to Solr cores.
- Author:
- mwood
-
Method Summary
-
Method Details
-
getClient
Instantiate a SolrClient connected to a specified core.- Parameters:
coreUrl- URL of the core to connect with.- Returns:
- a connection to the given core.
-