Package org.dspace.statistics
Class SolrStatisticsCore
- java.lang.Object
-
- org.dspace.statistics.SolrStatisticsCore
-
public class SolrStatisticsCore extends Object
Bean containing theSolrClientfor the statistics core
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.solr.client.solrj.SolrClientsolr
-
Constructor Summary
Constructors Constructor Description SolrStatisticsCore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.solr.client.solrj.SolrClientgetSolr()Returns theSolrClientfor the Statistics core.protected voidinitSolr()Initializes the statisticsSolrClient.
-