Package org.dspace.statistics
Class HttpSolrClientFactory
java.lang.Object
org.dspace.statistics.HttpSolrClientFactory
- All Implemented Interfaces:
SolrClientFactory
Factory of HtmlSolrClient instances.
- Author:
- mwood
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpSolrClientFactory
public HttpSolrClientFactory()
-
-
Method Details
-
getClient
Description copied from interface:SolrClientFactoryInstantiate a SolrClient connected to a specified core.- Specified by:
getClientin interfaceSolrClientFactory- Parameters:
coreUrl- URL of the core to connect with.- Returns:
- a connection to the given core.
-